aboutsummaryrefslogtreecommitdiffstats
path: root/packet-pim.c
AgeCommit message (Expand)AuthorFilesLines
2003-11-16Export "protocol_t" as an opaque type.Guy Harris1-2/+2
2003-10-17From Shinsuke Suzuki: support Address List Option, newly introduced inGuy Harris1-1/+20
2002-12-27From Martin Regner: properly set the offset in the join/prune processingGuy Harris1-1/+3
2002-12-02Don't cast away constness, and fix variable and structure memberGuy Harris1-4/+4
2002-08-28Removed trailing whitespaces from .h and .c files using theJörg Mayer1-25/+25
2002-08-02Replace the types from sys/types.h and netinet/in.h by their glib.hJörg Mayer1-11/+3
2002-04-22Additional PIM hello options support, from Kevin Humphries.Guy Harris1-12/+60
2002-02-01Use -1 rather than "tvb_length_remaining(tvb, offset)" for aGuy Harris1-5/+5
2002-01-24Replace a bunch of "tvb_length()" and "tvb_length_remaining()" calls inGuy Harris1-23/+13
2002-01-21Include files from the "epan" directory and subdirectories thereof withGuy Harris1-2/+2
2001-12-10Move the pointer to the "column_info" structure in the "frame_data"Guy Harris1-17/+17
2001-12-03Make "dissector_add()", "dissector_delete()", and "dissector_change()"Guy Harris1-2/+5
2001-10-30Squelch a GCC complaint.Guy Harris1-1/+2
2001-10-30From Shinsuke Suzuki: fix IPv6 PIM checksum computation code to matchGuy Harris1-5/+35
2001-07-21There is really no need to have the BGP dissector and the LDP dissectorGuy Harris1-28/+9
2001-07-02Put the IGMP type field value into the PIM tree, as is done for otherGuy Harris1-44/+42
2001-07-02Add PIMv1 support.Guy Harris1-19/+435
2001-06-18From Joerg Mayer: explicitly fill in all members of aGuy Harris1-4/+4
2001-05-07PIM enhancements and fixes, from Heikki Vatiainen.Guy Harris1-3/+44
2001-04-23Move the declarations of IP protocol numbers to "ipproto.h" fromGuy Harris1-3/+3
2001-04-23Now that the IPv6 dissector has been tvbuffified, we can register it; doGuy Harris1-5/+6
2001-04-23Tvbuffification of the IPv6 and ICMPv6 dissectors, and some bug fixesGuy Harris1-6/+3
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