aboutsummaryrefslogtreecommitdiffstats
path: root/packet-pgm.c
AgeCommit message (Expand)AuthorFilesLines
2003-12-19Add an hf[] entry for the OPT_FRAG_OFF field of the OPT_FRAGMENT optionGuy Harris1-2/+5
2003-09-03Don't include <epan/conversation.h> if you don't need it.Guy Harris1-2/+1
2003-03-12From Todd Montgomery: Bring PGM up to date with RFC 3208:Gerald Combs1-6/+474
2002-08-28Removed trailing whitespaces from .h and .c files using theJörg Mayer1-96/+96
2002-08-03We don't use anything from <sys/socket.h>, so we don't need to includeGuy Harris1-5/+1
2002-08-02Replace the types from sys/types.h and netinet/in.h by their glib.hJörg Mayer1-44/+36
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