| Commit message (Expand) | Author | Age | Files | Lines |
* | The authentication field in a VRRP packet is 8 bytes long, not 9 bytes | Guy Harris | 2003-06-12 | 1 | -4/+4 |
* | Modify tvb_get_nstringz*() to behave more like snprintf(). Make changes | Gerald Combs | 2003-04-30 | 1 | -3/+3 |
* | Removed trailing whitespaces from .h and .c files using the | Jörg Mayer | 2002-08-28 | 1 | -6/+6 |
* | Replace the types from sys/types.h and netinet/in.h by their glib.h | Jörg Mayer | 2002-08-02 | 1 | -11/+3 |
* | correct v3 checksum. | Jun-ichiro itojun Hagino | 2002-03-28 | 1 | -5/+25 |
* | VRRPv3 (for IPv6) support, by sumikawa@kame.net | Jun-ichiro itojun Hagino | 2002-03-06 | 1 | -11/+35 |
* | Replace a bunch of "tvb_length()" and "tvb_length_remaining()" calls in | Guy Harris | 2002-01-24 | 1 | -3/+2 |
* | 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 | -7/+7 |
* | Make "dissector_add()", "dissector_delete()", and "dissector_change()" | Guy Harris | 2001-12-03 | 1 | -3/+5 |
* | Additional filterable fields added, from Heikki Vatiainen. | Guy Harris | 2001-07-12 | 1 | -23/+50 |
* | From Joerg Mayer: explicitly fill in all members of a | Guy Harris | 2001-06-18 | 1 | -4/+4 |
* | Move the declarations of IP protocol numbers to "ipproto.h" from | Guy Harris | 2001-04-23 | 1 | -3/+3 |
* | Remove more "CHECK_DISPLAY_AS_DATA()" calls and "pinfo->current_proto =" | Guy Harris | 2001-01-22 | 1 | -5/+1 |
* | Add an additional "protocol index" argument to "{old_}dissector_add()", | Guy Harris | 2001-01-09 | 1 | -2/+2 |
* | Tvbuffify the VRRP dissector, and add code to check the checksum. | Guy Harris | 2001-01-06 | 1 | -79/+94 |
* | Ensure that all value_string arrays end in {0, NULL}. Dissectors got away | Gilbert Ramirez | 2001-01-03 | 1 | -4/+7 |
* | Have "proto_register_protocol()" build a list of data structures for | Guy Harris | 2001-01-03 | 1 | -2/+3 |
* | For each column, have both a buffer into which strings for that column | Guy Harris | 2000-11-19 | 1 | -2/+2 |
* | Add the "Edit:Protocols..." feature which currently only implements | Laurent Deniel | 2000-08-13 | 1 | -1/+3 |
* | Allow either old-style (pre-tvbuff) or new-style (tvbuffified) | Guy Harris | 2000-08-07 | 1 | -4/+4 |
* | 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 | -13/+13 |
* | Register an "ip.proto" dissector table for IPv4, and have dissectors for | Guy Harris | 2000-04-16 | 1 | -2/+10 |
* | Break proto_tree_add_item_format() into multiple functions: | Gilbert Ramirez | 2000-03-12 | 1 | -2/+2 |
* | Fix Gerald's e-mail address. | Guy Harris | 2000-01-07 | 1 | -2/+2 |
* | Added Heikki Vatiainen's <hessu@cs.tut.fi> VRRP dissector. | Gilbert Ramirez | 1999-11-21 | 1 | -0/+213 |