aboutsummaryrefslogtreecommitdiffstats
path: root/ipproto.c
Commit message (Expand)AuthorAgeFilesLines
* From Teemu Rinta-aho: draft 20 MIPv6 support (now in a file of its own).Guy Harris2003-02-041-1/+2
* More fixes from Albert ChinRichard Sharpe2002-08-301-5/+5
* Removed trailing whitespaces from .h and .c files using theJörg Mayer2002-08-281-4/+4
* Replace the types from sys/types.h and netinet/in.h by their glib.hJörg Mayer2002-08-021-5/+1
* Include files from the "epan" directory and subdirectories thereof withGuy Harris2002-01-211-3/+3
* Add a preferences page for the name resolution flags.Guy Harris2002-01-131-3/+7
* Hopefully the last time I have to change my e-mail address.Gilbert Ramirez2001-11-131-3/+1
* There is really no need to have the BGP dissector and the LDP dissectorGuy Harris2001-07-211-3/+3
* Move the declaration of "ipprotostr()" out of "epan/packet.h" into a newGuy Harris2001-04-171-4/+2
* There's no "enable name resolution in captures" preference in Ethereal,Guy Harris2001-04-151-2/+3
* Nothing in "etypes.h" is used by "ipproto.c", so there's no need toGuy Harris2001-04-131-2/+1
* Move the definition of IP_PROTO_IGRP to "packet-ip.h", and put an entryGuy Harris2001-03-051-3/+5
* Miscellaneous code cleaningLaurent Deniel2000-08-111-11/+4
* Initial SCTP support (showing it by name from "ipprotostr()") fromGuy Harris2000-05-261-1/+2
* Add support for TXT and WKS records to the DNS dissector.Guy Harris2000-03-211-3/+5
* Fix files that had Gilbert's old e-mail address or that didn't have myGuy Harris2000-01-221-2/+2
* Remove #include "globals.h" from packet-atalk.c (not needed) and fromGilbert Ramirez1999-12-061-1/+6
* Added Heikki Vatiainen's <hessu@cs.tut.fi> VRRP dissector.Gilbert Ramirez1999-11-211-1/+2
* If one wants to look up a value in a "value_string" table, and get backGuy Harris1999-10-221-2/+2
* IPComp (RFC2393) decoding.Jun-ichiro itojun Hagino1999-10-151-1/+2
* implement ipprotostr() in ipproto.c, which basically does ipprotobynumber()Jun-ichiro itojun Hagino1999-10-141-0/+118