aboutsummaryrefslogtreecommitdiffstats
path: root/packet-pgm.c
Commit message (Expand)AuthorAgeFilesLines
* Replace the types from sys/types.h and netinet/in.h by their glib.hJörg Mayer2002-08-021-44/+36
* Removal (or, at least, #ifdeffing out) of unused variables andGuy Harris2002-04-291-1/+3
* From Joerg Mayer:Guy Harris2002-04-141-2/+221
* Include files from the "epan" directory and subdirectories thereof withGuy Harris2002-01-211-6/+6
* Fix some problems in protocol preferences blurbs.Guy Harris2002-01-201-5/+5
* Move the pointer to the "column_info" structure in the "frame_data"Guy Harris2001-12-101-13/+13
* Attach a descriptive name field type and base to dissector tables; thatGuy Harris2001-12-081-2/+3
* Make "dissector_add()", "dissector_delete()", and "dissector_change()"Guy Harris2001-12-031-10/+14
* Moved from using dissect_data to using call_dissector()Ed Warnicke2001-11-251-3/+5
* Get rid of some unused variables.Guy Harris2001-11-211-4/+1
* Update from Steve Dickson to add support for UDP encapsulation of PGMGuy Harris2001-08-061-3/+53
* Updates from Steve Dickson.Guy Harris2001-08-021-43/+325
* There is really no need to have the BGP dissector and the LDP dissectorGuy Harris2001-07-211-334/+258
* "inline" is an extension to C, not a standard part of C; don't declareGuy Harris2001-07-201-6/+15
* The type pgm_t is also defined in /usr/include/sys/immu.h on SINIX-N systems.Uwe Girlich2001-07-131-8/+8
* Pragmatic General Multicast isn't RFC 2705.Guy Harris2001-07-121-2/+1
* PGM (Pragmatic General Multicast - RFC 2705) support, from Steve Dickson.Guy Harris2001-07-121-0/+872