aboutsummaryrefslogtreecommitdiffstats
path: root/packet-pim.c
AgeCommit message (Expand)AuthorFilesLines
2003-12-12From Hannes Gredler:guy1-17/+27
2003-11-16Export "protocol_t" as an opaque type.guy1-2/+2
2003-10-17From Shinsuke Suzuki: support Address List Option, newly introduced inguy1-1/+20
2002-12-27From Martin Regner: properly set the offset in the join/prune processingguy1-1/+3
2002-12-02Don't cast away constness, and fix variable and structure memberguy1-4/+4
2002-08-28Removed trailing whitespaces from .h and .c files using thejmayer1-25/+25
2002-08-02Replace the types from sys/types.h and netinet/in.h by their glib.hjmayer1-11/+3
2002-04-22Additional PIM hello options support, from Kevin Humphries.guy1-12/+60
2002-02-01Use -1 rather than "tvb_length_remaining(tvb, offset)" for aguy1-5/+5
2002-01-24Replace a bunch of "tvb_length()" and "tvb_length_remaining()" calls inguy1-23/+13
2002-01-21Include files from the "epan" directory and subdirectories thereof withguy1-2/+2
2001-12-10Move the pointer to the "column_info" structure in the "frame_data"guy1-17/+17
2001-12-03Make "dissector_add()", "dissector_delete()", and "dissector_change()"guy1-2/+5
2001-10-30Squelch a GCC complaint.guy1-1/+2
2001-10-30From Shinsuke Suzuki: fix IPv6 PIM checksum computation code to matchguy1-5/+35
2001-07-21There is really no need to have the BGP dissector and the LDP dissectorguy1-28/+9
2001-07-02Put the IGMP type field value into the PIM tree, as is done for otherguy1-44/+42
2001-07-02Add PIMv1 support.guy1-19/+435
2001-06-18From Joerg Mayer: explicitly fill in all members of aguy1-4/+4
2001-05-07PIM enhancements and fixes, from Heikki Vatiainen.guy1-3/+44
2001-04-23Move the declarations of IP protocol numbers to "ipproto.h" fromguy1-3/+3
2001-04-23Now that the IPv6 dissector has been tvbuffified, we can register it; doguy1-5/+6
2001-04-23Tvbuffification of the IPv6 and ICMPv6 dissectors, and some bug fixesguy1-6/+3
2001-02-08On at least one capture, the PIM checksum appears to be correct, soguy1-16/+52
2001-01-22Remove more "CHECK_DISPLAY_AS_DATA()" calls and "pinfo->current_proto ="guy1-5/+1
2001-01-13Tvbuffify the PIM dissector.guy1-241/+267
2001-01-09Add an additional "protocol index" argument to "{old_}dissector_add()",guy1-2/+2
2001-01-03Have "proto_register_protocol()" build a list of data structures forguy1-2/+2
2000-11-18Tvbuffify the IP, ICMP, TCP, UDP, OSI CLNP, OSI COTP, OSI CLTP, and OSIguy1-4/+10
2000-11-17Add #include <string.h>, to get prototypes for mem* and str* functions.gram1-1/+2
2000-08-13Add the "Edit:Protocols..." feature which currently only implementsdeniel1-1/+3
2000-08-11Miscellaneous code cleaningdeniel1-9/+7
2000-08-07Allow either old-style (pre-tvbuff) or new-style (tvbuffified)guy1-2/+2
2000-05-31Add routines for adding items to a protocol tree that take arguments ofguy1-4/+4
2000-05-11Add tvbuff class.gram1-41/+41
2000-04-20Have the IPv6 dissector use the same dissector table as the IPv4guy1-2/+2
2000-04-16Register an "ip.proto" dissector table for IPv4, and have dissectors forguy1-1/+8
2000-03-12Break proto_tree_add_item_format() into multiple functions:gram1-2/+2
2000-02-15Create a header file for every packet-*.c file. Prune the packet.h file.gram1-1/+2
2000-01-15Fix up a bunch of places where a pointer into the packet buffer was castguy1-16/+16
1999-11-16Replace the ETT_ "enum" members, declared in "packet.h", withguy1-8/+14
1999-10-21Put tunneled protocols under pimopt_tree instead of tree like Jun-ichirogram1-5/+5
1999-10-15make pim.{version,type,cksum} available for filters.itojun1-7/+32
1999-10-14implement ipprotostr() in ipproto.c, which basically does ipprotobynumber()itojun1-30/+33
1999-10-14Include "snprintf.h" on systems that don't declare "snprintf()" in aguy1-1/+10
1999-10-13Move tunnelled protocols up a few trees to co-exist with thegram1-3/+3
1999-10-13Jun-ichiro itojun Hagino's code for PIM, and some fixes from him asguy1-0/+559