aboutsummaryrefslogtreecommitdiffstats
path: root/packet-vrrp.c
Commit message (Expand)AuthorAgeFilesLines
* 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