aboutsummaryrefslogtreecommitdiffstats
path: root/packet-bpdu.c
AgeCommit message (Expand)AuthorFilesLines
2002-01-21Include files from the "epan" directory and subdirectories thereof withGuy Harris1-3/+3
2001-12-10Move the pointer to the "column_info" structure in the "frame_data"Guy Harris1-12/+12
2001-12-03Make "dissector_add()", "dissector_delete()", and "dissector_change()"Guy Harris1-4/+6
2001-11-26Moved from using dissect_data() to using call_dissector()Ed Warnicke1-2/+4
2001-07-23GMRP dissector, from Markus Seehofer.Guy Harris1-3/+10
2001-06-18From Joerg Mayer: explicitly fill in all members of aGuy Harris1-13/+13
2001-05-27Call the GVRP dissector through a handle.Guy Harris1-6/+10
2001-03-13Make tvb_get_ptr() return 'const guint8*', and clean up all theGilbert Ramirez1-3/+3
2001-02-08Don't fetch any of the fields past the BPDU type if the BPDU type isn'tGuy Harris1-7/+18
2001-02-08Set the Protocol column, and clear the Info column, before we startGuy Harris1-8/+11
2001-01-22Remove more "CHECK_DISPLAY_AS_DATA()" calls and "pinfo->current_proto ="Guy Harris1-5/+1
2001-01-14Add the PPP types for the DEC LANBridge100 Spanning Tree protocol andGuy Harris1-1/+3
2001-01-09Add an additional "protocol index" argument to "{old_}dissector_add()",Guy Harris1-3/+3
2001-01-03Have "proto_register_protocol()" build a list of data structures forGuy Harris1-2/+2
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