aboutsummaryrefslogtreecommitdiffstats
path: root/packet-pim.c
AgeCommit message (Expand)AuthorFilesLines
2001-02-08On at least one capture, the PIM checksum appears to be correct, soGuy Harris1-16/+52
2001-01-22Remove more "CHECK_DISPLAY_AS_DATA()" calls and "pinfo->current_proto ="Guy Harris1-5/+1
2001-01-13Tvbuffify the PIM dissector.Guy Harris1-241/+267
2001-01-09Add an additional "protocol index" argument to "{old_}dissector_add()",Guy Harris1-2/+2
2001-01-03Have "proto_register_protocol()" build a list of data structures forGuy Harris1-2/+2
2000-11-18Tvbuffify the IP, ICMP, TCP, UDP, OSI CLNP, OSI COTP, OSI CLTP, and OSIGuy Harris1-4/+10
2000-11-17Add #include <string.h>, to get prototypes for mem* and str* functions.Gilbert Ramirez1-1/+2
2000-08-13Add the "Edit:Protocols..." feature which currently only implementsLaurent Deniel1-1/+3
2000-08-11Miscellaneous code cleaningLaurent Deniel1-9/+7
2000-08-07Allow either old-style (pre-tvbuff) or new-style (tvbuffified)Guy Harris1-2/+2
2000-05-31Add routines for adding items to a protocol tree that take arguments ofGuy Harris1-4/+4
2000-05-11Add tvbuff class.Gilbert Ramirez1-41/+41
2000-04-20Have the IPv6 dissector use the same dissector table as the IPv4Guy Harris1-2/+2
2000-04-16Register an "ip.proto" dissector table for IPv4, and have dissectors forGuy Harris1-1/+8
2000-03-12Break proto_tree_add_item_format() into multiple functions:Gilbert Ramirez1-2/+2
2000-02-15Create a header file for every packet-*.c file. Prune the packet.h file.Gilbert Ramirez1-1/+2
2000-01-15Fix up a bunch of places where a pointer into the packet buffer was castGuy Harris1-16/+16
1999-11-16Replace the ETT_ "enum" members, declared in "packet.h", withGuy Harris1-8/+14
1999-10-21Put tunneled protocols under pimopt_tree instead of tree like Jun-ichiroGilbert Ramirez1-5/+5
1999-10-15make pim.{version,type,cksum} available for filters.Jun-ichiro itojun Hagino1-7/+32
1999-10-14implement ipprotostr() in ipproto.c, which basically does ipprotobynumber()Jun-ichiro itojun Hagino1-30/+33
1999-10-14Include "snprintf.h" on systems that don't declare "snprintf()" in aGuy Harris1-1/+10
1999-10-13Move tunnelled protocols up a few trees to co-exist with theGilbert Ramirez1-3/+3
1999-10-13Jun-ichiro itojun Hagino's code for PIM, and some fixes from him asGuy Harris1-0/+559