aboutsummaryrefslogtreecommitdiffstats
path: root/packet-bpdu.c
AgeCommit message (Expand)AuthorFilesLines
2000-12-23Add support for the DLT_LINUX_SLL capture type in the current CVSGuy Harris1-3/+8
2000-11-30GVRP dissector, from Kevin Shi.Guy Harris1-2/+46
2000-11-19For each column, have both a buffer into which strings for that columnGuy Harris1-2/+2
2000-11-16Tvbuffify the STP dissector, have it register itself and have the LLCGuy Harris1-65/+72
2000-08-13Add the "Edit:Protocols..." feature which currently only implementsLaurent Deniel1-1/+3
2000-08-07Allow either old-style (pre-tvbuff) or new-style (tvbuffified)Guy Harris1-3/+3
2000-05-31Add routines for adding items to a protocol tree that take arguments ofGuy Harris1-11/+11
2000-05-11Add tvbuff class.Gilbert Ramirez1-19/+19
2000-04-17Register a "llc.dsap" dissector table for 802.2 LLC, and have dissectorsGuy Harris1-1/+8
2000-03-12Break proto_tree_add_item_format() into multiple functions:Gilbert Ramirez1-4/+5
2000-01-16Get rid of the include of "util.h" that some dissectors do - it's notGuy Harris1-2/+1
1999-11-16Replace the ETT_ "enum" members, declared in "packet.h", withGuy Harris1-3/+8
1999-10-16Replace proto_tree_add_item_format by proto_tree_add_item.Laurent Deniel1-26/+30
1999-10-12New proto_tree header_field_info stuff. Header_field_infos now containGilbert Ramirez1-13/+25
1999-10-09- dissect data if type unknownLaurent Deniel1-22/+105
1999-10-08The abbreviation for a protocol is generally all-lower-case, as it'sGuy Harris1-2/+2
1999-10-08Christophe Tronche's BPDU dissector.Guy Harris1-0/+160