Update manuf to current IEEE entries.
[obnox/wireshark/wip.git] / packet-bpdu.c
2003-01-11 guyAdd a new "chdlctypes.h" file for Cisco HDLC type value...
2003-01-11 guy0x4242 is the Cisco HDLC type value for the spanning...
2002-12-22 guyThe field 2 bytes into a BPDU is always a version ident...
2002-11-26 jmayerThe command says 0x20-0x2F: Adjust mask accordingly
2002-10-08 guyFrom cjs 2895: get rid of C++ comments, so IBM's Visual...
2002-09-25 jmayerComplete the implementation of 802.1s by Clive A Stubbings
2002-09-23 geraldFrom Clive A Stubbings:
2002-08-28 jmayerRemoved trailing whitespaces from .h and .c files using the
2002-08-02 jmayerReplace the types from sys/types.h and netinet/in.h...
2002-05-30 guyDon't pass "tvb_reported_length_remaining(tvb, offset...
2002-03-31 guyGet rid of an unused variable.
2002-03-19 guySet the length for topology change BPDUs to 4, and...
2002-03-19 guyGive all the items in the packet filterable fields...
2002-02-27 guySupport for IEEE 802.1w RST BPDUs, from Alex Ruzin.
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-11-26 hagbardMoved from using dissect_data() to using call_dissector()
2001-07-23 guyGMRP dissector, from Markus Seehofer.
2001-06-18 guyFrom Joerg Mayer: explicitly fill in all members of a
2001-05-27 guyCall the GVRP dissector through a handle.
2001-03-13 gramMake tvb_get_ptr() return 'const guint8*', and clean...
2001-02-08 guyDon't fetch any of the fields past the BPDU type if...
2001-02-08 guySet the Protocol column, and clear the Info column...
2001-01-22 guyRemove more "CHECK_DISPLAY_AS_DATA()" calls and "pinfo...
2001-01-14 guyAdd the PPP types for the DEC LANBridge100 Spanning...
2001-01-09 guyAdd an additional "protocol index" argument to "{old_...
2001-01-03 guyHave "proto_register_protocol()" build a list of data...
2000-12-23 guyAdd support for the DLT_LINUX_SLL capture type in the...
2000-11-30 guyGVRP dissector, from Kevin Shi.
2000-11-19 guyFor each column, have both a buffer into which strings...
2000-11-16 guyTvbuffify the STP dissector, have it register itself...
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-17 guyRegister a "llc.dsap" dissector table for 802.2 LLC...
2000-03-12 gramBreak proto_tree_add_item_format() into multiple functions:
2000-01-16 guyGet rid of the include of "util.h" that some dissectors...
1999-11-16 guyReplace the ETT_ "enum" members, declared in "packet...
1999-10-16 denielReplace proto_tree_add_item_format by proto_tree_add_item.
1999-10-12 gramNew proto_tree header_field_info stuff. Header_field_in...
1999-10-09 deniel- dissect data if type unknown
1999-10-08 guyThe abbreviation for a protocol is generally all-lower...
1999-10-08 guyChristophe Tronche's BPDU dissector.