aboutsummaryrefslogtreecommitdiffstats
path: root/packet-vtp.c
AgeCommit message (Expand)AuthorFilesLines
2001-03-13Make tvb_get_ptr() return 'const guint8*', and clean up all theGilbert Ramirez1-2/+2
2001-02-05Fix up some MSVC complaints about (narrowing) type conversions byGuy Harris1-2/+2
2001-01-22Remove more "CHECK_DISPLAY_AS_DATA()" calls and "pinfo->current_proto ="Guy Harris1-5/+1
2001-01-09Add an additional "protocol index" argument to "{old_}dissector_add()",Guy Harris1-2/+2
2001-01-03Have "proto_register_protocol()" build a list of data structures forGuy Harris1-2/+3
2000-12-28Tvbuffify the CDP, CGMP, ISL, and VTP dissectors.Guy Harris1-138/+139
2000-11-19For each column, have both a buffer into which strings for that columnGuy Harris1-3/+3
2000-08-13Add the "Edit:Protocols..." feature which currently only implementsLaurent Deniel1-1/+3
2000-05-31Add routines for adding items to a protocol tree that take arguments ofGuy Harris1-24/+24
2000-05-14The argument to a "proto_tree_add_item()" adding an FT_IPv4 item shouldGuy Harris1-2/+4
2000-05-11Add tvbuff class.Gilbert Ramirez1-54/+54
2000-03-12Break proto_tree_add_item_format() into multiple functions:Gilbert Ramirez1-6/+6
2000-02-05Dissector for Cisco's Virtual Trunking Protocol.Guy Harris1-0/+700