aboutsummaryrefslogtreecommitdiffstats
path: root/packet-bpdu.c
Commit message (Expand)AuthorAgeFilesLines
* Add an additional "protocol index" argument to "{old_}dissector_add()",Guy Harris2001-01-091-3/+3
* Have "proto_register_protocol()" build a list of data structures forGuy Harris2001-01-031-2/+2
* Add support for the DLT_LINUX_SLL capture type in the current CVSGuy Harris2000-12-231-3/+8
* GVRP dissector, from Kevin Shi.Guy Harris2000-11-301-2/+46
* For each column, have both a buffer into which strings for that columnGuy Harris2000-11-191-2/+2
* Tvbuffify the STP dissector, have it register itself and have the LLCGuy Harris2000-11-161-65/+72
* 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-3/+3
* Add routines for adding items to a protocol tree that take arguments ofGuy Harris2000-05-311-11/+11
* Add tvbuff class.Gilbert Ramirez2000-05-111-19/+19
* Register a "llc.dsap" dissector table for 802.2 LLC, and have dissectorsGuy Harris2000-04-171-1/+8
* Break proto_tree_add_item_format() into multiple functions:Gilbert Ramirez2000-03-121-4/+5
* Get rid of the include of "util.h" that some dissectors do - it's notGuy Harris2000-01-161-2/+1
* Replace the ETT_ "enum" members, declared in "packet.h", withGuy Harris1999-11-161-3/+8
* Replace proto_tree_add_item_format by proto_tree_add_item.Laurent Deniel1999-10-161-26/+30
* New proto_tree header_field_info stuff. Header_field_infos now containGilbert Ramirez1999-10-121-13/+25
* - dissect data if type unknownLaurent Deniel1999-10-091-22/+105
* The abbreviation for a protocol is generally all-lower-case, as it'sGuy Harris1999-10-081-2/+2
* Christophe Tronche's BPDU dissector.Guy Harris1999-10-081-0/+160