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