aboutsummaryrefslogtreecommitdiffstats
path: root/packet-pim.c
AgeCommit message (Collapse)AuthorFilesLines
1999-11-16Replace the ETT_ "enum" members, declared in "packet.h", withGuy Harris1-8/+14
dynamically-assigned "ett_" integer values, assigned by "proto_register_subtree_array()"; this: obviates the need to update "packet.h" whenever you add a new subtree type - you only have to add a call to "proto_register_subtree_array()" to a "register" routine and an array of pointers to "ett_", if they're not already there, and add a pointer to the new "ett_" variable to the array, if they are there; would allow run-time-loaded dissectors to allocate subtree types when they're loaded. svn path=/trunk/; revision=1043
1999-10-21Put tunneled protocols under pimopt_tree instead of tree like Jun-ichiroGilbert Ramirez1-5/+5
originally had it. svn path=/trunk/; revision=901
1999-10-15make pim.{version,type,cksum} available for filters.Jun-ichiro itojun Hagino1-7/+32
svn path=/trunk/; revision=840
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