aboutsummaryrefslogtreecommitdiffstats
path: root/packet-pgm.c
AgeCommit message (Expand)AuthorFilesLines
2002-04-29Removal (or, at least, #ifdeffing out) of unused variables andGuy Harris1-1/+3
2002-04-14From Joerg Mayer:Guy Harris1-2/+221
2002-01-21Include files from the "epan" directory and subdirectories thereof withGuy Harris1-6/+6
2002-01-20Fix some problems in protocol preferences blurbs.Guy Harris1-5/+5
2001-12-10Move the pointer to the "column_info" structure in the "frame_data"Guy Harris1-13/+13
2001-12-08Attach a descriptive name field type and base to dissector tables; thatGuy Harris1-2/+3
2001-12-03Make "dissector_add()", "dissector_delete()", and "dissector_change()"Guy Harris1-10/+14
2001-11-25Moved from using dissect_data to using call_dissector()Ed Warnicke1-3/+5
2001-11-21Get rid of some unused variables.Guy Harris1-4/+1
2001-08-06Update from Steve Dickson to add support for UDP encapsulation of PGMGuy Harris1-3/+53
2001-08-02Updates from Steve Dickson.Guy Harris1-43/+325
2001-07-21There is really no need to have the BGP dissector and the LDP dissectorGuy Harris1-334/+258
2001-07-20"inline" is an extension to C, not a standard part of C; don't declareGuy Harris1-6/+15
2001-07-13The type pgm_t is also defined in /usr/include/sys/immu.h on SINIX-N systems.Uwe Girlich1-8/+8
2001-07-12Pragmatic General Multicast isn't RFC 2705.Guy Harris1-2/+1
2001-07-12PGM (Pragmatic General Multicast - RFC 2705) support, from Steve Dickson.Guy Harris1-0/+872