aboutsummaryrefslogtreecommitdiffstats
path: root/packet-pim.c
AgeCommit message (Collapse)AuthorFilesLines
1999-10-14implement ipprotostr() in ipproto.c, which basically does ipprotobynumber()Jun-ichiro itojun Hagino1-30/+33
for ip.ip_p and ip6.ip6_nxt (and other IPv6 header chain). use val_to_str() as much as possible in dissect_{ipv6,pim,ripng}(). make --disable-zlib a default for netbsd (temporary workaround). svn path=/trunk/; revision=827
1999-10-14Include "snprintf.h" on systems that don't declare "snprintf()" in aGuy Harris1-1/+10
system header file. svn path=/trunk/; revision=825
1999-10-13Move tunnelled protocols up a few trees to co-exist with theGilbert Ramirez1-3/+3
other protocols. svn path=/trunk/; revision=823
1999-10-13Jun-ichiro itojun Hagino's code for PIM, and some fixes from him asGuy Harris1-0/+559
well. Add some more protocols to the list of value/string pairs for IP protocol types. svn path=/trunk/; revision=822