aboutsummaryrefslogtreecommitdiffstats
path: root/packet-dvmrp.c
AgeCommit message (Expand)AuthorFilesLines
2003-11-16Export "protocol_t" as an opaque type.Guy Harris1-2/+2
2002-08-28Removed trailing whitespaces from .h and .c files using theJörg Mayer1-40/+40
2002-08-02Replace the types from sys/types.h and netinet/in.h by their glib.hJörg Mayer1-5/+1
2002-05-10From Joerg Mayer: make a pile of stuff not used outside one source fileGuy Harris1-4/+4
2002-05-02From Joerg Mayer: get rid of an unused argument.Guy Harris1-3/+3
2002-04-02Add in the neighbor probe messages (but without any dissection of theGuy Harris1-19/+33
2002-02-01Export "igmp_checksum()" from the IGMP dissector and give it additionalGuy Harris1-28/+4
2002-01-21Include files from the "epan" directory and subdirectories thereof withGuy Harris1-2/+2
2002-01-20Allow a length of -1 to be specified when adding FT_NONE and FT_PROTOCOLGuy Harris1-5/+5
2001-12-23From Ronnie Sahlberg: initial NDMPv3 support, and an update to hisGuy Harris1-2/+2
2001-12-10Move the pointer to the "column_info" structure in the "frame_data"Guy Harris1-9/+9
2001-10-30Fix a bunch of places where "tvb_get_letohl()" was being used to fetchGuy Harris1-61/+46
2001-06-18From Joerg Mayer: explicitly fill in all members of aGuy Harris1-34/+34
2001-06-12DVMRP support, from Ronnie Sahlberg.Guy Harris1-0/+830