Fixed bug in dissect_ndr_pointer(). Top level Unique and Full pointers are
[obnox/wireshark/wip.git] / packet-vrrp.c
2002-03-06 itojunVRRPv3 (for IPv6) support, by sumikawa@kame.net
2002-01-24 guyReplace a bunch of "tvb_length()" and "tvb_length_remai...
2002-01-21 guyInclude files from the "epan" directory and subdirector...
2001-12-10 guyMove the pointer to the "column_info" structure in...
2001-12-03 guyMake "dissector_add()", "dissector_delete()", and ...
2001-07-12 guyAdditional filterable fields added, from Heikki Vatiainen.
2001-06-18 guyFrom Joerg Mayer: explicitly fill in all members of a
2001-04-23 guyMove the declarations of IP protocol numbers to "ipprot...
2001-01-22 guyRemove more "CHECK_DISPLAY_AS_DATA()" calls and "pinfo...
2001-01-09 guyAdd an additional "protocol index" argument to "{old_...
2001-01-06 guyTvbuffify the VRRP dissector, and add code to check...
2001-01-03 gramEnsure that all value_string arrays end in {0, NULL...
2001-01-03 guyHave "proto_register_protocol()" build a list of data...
2000-11-19 guyFor each column, have both a buffer into which strings...
2000-08-13 denielAdd the "Edit:Protocols..." feature which currently...
2000-08-07 guyAllow either old-style (pre-tvbuff) or new-style (tvbuf...
2000-05-31 guyAdd routines for adding items to a protocol tree that...
2000-05-11 gramAdd tvbuff class.
2000-04-16 guyRegister an "ip.proto" dissector table for IPv4, and...
2000-03-12 gramBreak proto_tree_add_item_format() into multiple functions:
2000-01-07 guyFix Gerald's e-mail address.
1999-11-21 gramAdded Heikki Vatiainen's <hessu@cs.tut.fi> VRRP dissector.