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