aboutsummaryrefslogtreecommitdiffstats
path: root/packet-vrrp.c
Commit message (Expand)AuthorAgeFilesLines
* The authentication field in a VRRP packet is 8 bytes long, not 9 bytesGuy Harris2003-06-121-4/+4
* Modify tvb_get_nstringz*() to behave more like snprintf(). Make changesGerald Combs2003-04-301-3/+3
* Removed trailing whitespaces from .h and .c files using theJörg Mayer2002-08-281-6/+6
* Replace the types from sys/types.h and netinet/in.h by their glib.hJörg Mayer2002-08-021-11/+3
* correct v3 checksum.Jun-ichiro itojun Hagino2002-03-281-5/+25
* VRRPv3 (for IPv6) support, by sumikawa@kame.netJun-ichiro itojun Hagino2002-03-061-11/+35
* Replace a bunch of "tvb_length()" and "tvb_length_remaining()" calls inGuy Harris2002-01-241-3/+2
* 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-7/+7
* Make "dissector_add()", "dissector_delete()", and "dissector_change()"Guy Harris2001-12-031-3/+5
* Additional filterable fields added, from Heikki Vatiainen.Guy Harris2001-07-121-23/+50
* From Joerg Mayer: explicitly fill in all members of aGuy Harris2001-06-181-4/+4
* Move the declarations of IP protocol numbers to "ipproto.h" fromGuy Harris2001-04-231-3/+3
* Remove more "CHECK_DISPLAY_AS_DATA()" calls and "pinfo->current_proto ="Guy Harris2001-01-221-5/+1
* Add an additional "protocol index" argument to "{old_}dissector_add()",Guy Harris2001-01-091-2/+2
* Tvbuffify the VRRP dissector, and add code to check the checksum.Guy Harris2001-01-061-79/+94
* Ensure that all value_string arrays end in {0, NULL}. Dissectors got awayGilbert Ramirez2001-01-031-4/+7
* Have "proto_register_protocol()" build a list of data structures forGuy Harris2001-01-031-2/+3
* For each column, have both a buffer into which strings for that columnGuy Harris2000-11-191-2/+2
* Add the "Edit:Protocols..." feature which currently only implementsLaurent Deniel2000-08-131-1/+3
* Allow either old-style (pre-tvbuff) or new-style (tvbuffified)Guy Harris2000-08-071-4/+4
* 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-13/+13
* Register an "ip.proto" dissector table for IPv4, and have dissectors forGuy Harris2000-04-161-2/+10
* Break proto_tree_add_item_format() into multiple functions:Gilbert Ramirez2000-03-121-2/+2
* Fix Gerald's e-mail address.Guy Harris2000-01-071-2/+2
* Added Heikki Vatiainen's <hessu@cs.tut.fi> VRRP dissector.Gilbert Ramirez1999-11-211-0/+213