aboutsummaryrefslogtreecommitdiffstats
path: root/packet-pim.c
Commit message (Expand)AuthorAgeFilesLines
* From Shinsuke Suzuki: support Address List Option, newly introduced inGuy Harris2003-10-171-1/+20
* From Martin Regner: properly set the offset in the join/prune processingGuy Harris2002-12-271-1/+3
* Don't cast away constness, and fix variable and structure memberGuy Harris2002-12-021-4/+4
* Removed trailing whitespaces from .h and .c files using theJörg Mayer2002-08-281-25/+25
* Replace the types from sys/types.h and netinet/in.h by their glib.hJörg Mayer2002-08-021-11/+3
* Additional PIM hello options support, from Kevin Humphries.Guy Harris2002-04-221-12/+60
* Use -1 rather than "tvb_length_remaining(tvb, offset)" for aGuy Harris2002-02-011-5/+5
* Replace a bunch of "tvb_length()" and "tvb_length_remaining()" calls inGuy Harris2002-01-241-23/+13
* Include files from the "epan" directory and subdirectories thereof withGuy Harris2002-01-211-2/+2
* Move the pointer to the "column_info" structure in the "frame_data"Guy Harris2001-12-101-17/+17
* Make "dissector_add()", "dissector_delete()", and "dissector_change()"Guy Harris2001-12-031-2/+5
* Squelch a GCC complaint.Guy Harris2001-10-301-1/+2
* From Shinsuke Suzuki: fix IPv6 PIM checksum computation code to matchGuy Harris2001-10-301-5/+35
* There is really no need to have the BGP dissector and the LDP dissectorGuy Harris2001-07-211-28/+9
* Put the IGMP type field value into the PIM tree, as is done for otherGuy Harris2001-07-021-44/+42
* Add PIMv1 support.Guy Harris2001-07-021-19/+435
* From Joerg Mayer: explicitly fill in all members of aGuy Harris2001-06-181-4/+4
* PIM enhancements and fixes, from Heikki Vatiainen.Guy Harris2001-05-071-3/+44
* Move the declarations of IP protocol numbers to "ipproto.h" fromGuy Harris2001-04-231-3/+3
* Now that the IPv6 dissector has been tvbuffified, we can register it; doGuy Harris2001-04-231-5/+6
* Tvbuffification of the IPv6 and ICMPv6 dissectors, and some bug fixesGuy Harris2001-04-231-6/+3
* On at least one capture, the PIM checksum appears to be correct, soGuy Harris2001-02-081-16/+52
* Remove more "CHECK_DISPLAY_AS_DATA()" calls and "pinfo->current_proto ="Guy Harris2001-01-221-5/+1
* Tvbuffify the PIM dissector.Guy Harris2001-01-131-241/+267
* 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