Ethereal-cvs: [Ethereal-cvs] cvs commit: ethereal packet-diameter.c

Note: This archive is from the project's previous web site, ethereal.com. This list is no longer active.

From: guy@xxxxxxxxxxxx (Guy Harris)
Date: Sat, 21 Feb 2004 04:29:52 -0600 (CST)
guy         2004/02/21 04:29:52 CST

  Modified files:
    .                    packet-diameter.c 
  Log:
  Make both the Diameter-over-TCP and Diameter-over-SCTP dissectors
  "new-style" dissectors, and have them reject packets that don't start
  with a version number of 1, in the hopes that it'll be less likely to
  try to dissect non-Diameter packets to/from port 1812 as Diameter and
  thus less likely to spew out a bunch of warnings that cause users to ask
  the Ethereal mailing lists what the problem is.
  
  Use "tcp_dissect_pdus()" to handle Diameter-over-TCP.
  
  Revision  Changes    Path
  1.61      +46 -58    ethereal/packet-diameter.c