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