aboutsummaryrefslogtreecommitdiffstats
path: root/ipproto.c
AgeCommit message (Expand)AuthorFilesLines
2003-11-24Preserve 62 as an (old) IP protocol type for mobility headers.Guy Harris1-2/+3
2003-11-02Add an entry for Novell NCS heartbeats (ID 0xE0).Gerald Combs1-1/+2
2003-08-07From Brad Hards: supply the full list of IP protocol numbers from IANA.Guy Harris1-11/+103
2003-02-04From Teemu Rinta-aho: draft 20 MIPv6 support (now in a file of its own).Guy Harris1-1/+2
2002-08-30More fixes from Albert ChinRichard Sharpe1-5/+5
2002-08-28Removed trailing whitespaces from .h and .c files using theJörg Mayer1-4/+4
2002-08-02Replace the types from sys/types.h and netinet/in.h by their glib.hJörg Mayer1-5/+1
2002-01-21Include files from the "epan" directory and subdirectories thereof withGuy Harris1-3/+3
2002-01-13Add a preferences page for the name resolution flags.Guy Harris1-3/+7
2001-11-13Hopefully the last time I have to change my e-mail address.Gilbert Ramirez1-3/+1
2001-07-21There is really no need to have the BGP dissector and the LDP dissectorGuy Harris1-3/+3
2001-04-17Move the declaration of "ipprotostr()" out of "epan/packet.h" into a newGuy Harris1-4/+2
2001-04-15There's no "enable name resolution in captures" preference in Ethereal,Guy Harris1-2/+3
2001-04-13Nothing in "etypes.h" is used by "ipproto.c", so there's no need toGuy Harris1-2/+1
2001-03-05Move the definition of IP_PROTO_IGRP to "packet-ip.h", and put an entryGuy Harris1-3/+5
2000-08-11Miscellaneous code cleaningLaurent Deniel1-11/+4
2000-05-26Initial SCTP support (showing it by name from "ipprotostr()") fromGuy Harris1-1/+2
2000-03-21Add support for TXT and WKS records to the DNS dissector.Guy Harris1-3/+5
2000-01-22Fix files that had Gilbert's old e-mail address or that didn't have myGuy Harris1-2/+2
1999-12-06Remove #include "globals.h" from packet-atalk.c (not needed) and fromGilbert Ramirez1-1/+6
1999-11-21Added Heikki Vatiainen's <hessu@cs.tut.fi> VRRP dissector.Gilbert Ramirez1-1/+2
1999-10-22If one wants to look up a value in a "value_string" table, and get backGuy Harris1-2/+2
1999-10-15IPComp (RFC2393) decoding.Jun-ichiro itojun Hagino1-1/+2
1999-10-14implement ipprotostr() in ipproto.c, which basically does ipprotobynumber()Jun-ichiro itojun Hagino1-0/+118