aboutsummaryrefslogtreecommitdiffstats
path: root/packet-pim.c
Commit message (Expand)AuthorAgeFilesLines
* Add an additional "protocol index" argument to "{old_}dissector_add()",Guy Harris2001-01-091-2/+2
* Have "proto_register_protocol()" build a list of data structures forGuy Harris2001-01-031-2/+2
* Tvbuffify the IP, ICMP, TCP, UDP, OSI CLNP, OSI COTP, OSI CLTP, and OSIGuy Harris2000-11-181-4/+10
* Add #include <string.h>, to get prototypes for mem* and str* functions.Gilbert Ramirez2000-11-171-1/+2
* Add the "Edit:Protocols..." feature which currently only implementsLaurent Deniel2000-08-131-1/+3
* Miscellaneous code cleaningLaurent Deniel2000-08-111-9/+7
* Allow either old-style (pre-tvbuff) or new-style (tvbuffified)Guy Harris2000-08-071-2/+2
* Add routines for adding items to a protocol tree that take arguments ofGuy Harris2000-05-311-4/+4
* Add tvbuff class.Gilbert Ramirez2000-05-111-41/+41
* Have the IPv6 dissector use the same dissector table as the IPv4Guy Harris2000-04-201-2/+2
* Register an "ip.proto" dissector table for IPv4, and have dissectors forGuy Harris2000-04-161-1/+8
* Break proto_tree_add_item_format() into multiple functions:Gilbert Ramirez2000-03-121-2/+2
* Create a header file for every packet-*.c file. Prune the packet.h file.Gilbert Ramirez2000-02-151-1/+2
* Fix up a bunch of places where a pointer into the packet buffer was castGuy Harris2000-01-151-16/+16
* Replace the ETT_ "enum" members, declared in "packet.h", withGuy Harris1999-11-161-8/+14
* Put tunneled protocols under pimopt_tree instead of tree like Jun-ichiroGilbert Ramirez1999-10-211-5/+5
* make pim.{version,type,cksum} available for filters.Jun-ichiro itojun Hagino1999-10-151-7/+32
* implement ipprotostr() in ipproto.c, which basically does ipprotobynumber()Jun-ichiro itojun Hagino1999-10-141-30/+33
* Include "snprintf.h" on systems that don't declare "snprintf()" in aGuy Harris1999-10-141-1/+10
* Move tunnelled protocols up a few trees to co-exist with theGilbert Ramirez1999-10-131-3/+3
* Jun-ichiro itojun Hagino's code for PIM, and some fixes from him asGuy Harris1999-10-131-0/+559