aboutsummaryrefslogtreecommitdiffstats
path: root/packet-pgm.c
Commit message (Expand)AuthorAgeFilesLines
* Set the svn:eol-style property on all text files to "native", so thatGuy Harris2004-07-181-1/+1
* Fix formats for "sizeof" so that "sizeof" values get displayed correctlyGuy Harris2004-03-091-27/+31
* Add some checks for valid option lengths, and for the first option beingGuy Harris2004-03-091-17/+128
* Add an hf[] entry for the OPT_FRAG_OFF field of the OPT_FRAGMENT optionGuy Harris2003-12-191-2/+5
* Don't include <epan/conversation.h> if you don't need it.Guy Harris2003-09-031-2/+1
* From Todd Montgomery: Bring PGM up to date with RFC 3208:Gerald Combs2003-03-121-6/+474
* Removed trailing whitespaces from .h and .c files using theJörg Mayer2002-08-281-96/+96
* We don't use anything from <sys/socket.h>, so we don't need to includeGuy Harris2002-08-031-5/+1
* 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