| Commit message (Expand) | Author | Age | Files | Lines |
* | Update the comment about the length issue to reflect mail from somebody | Guy Harris | 2004-01-08 | 1 | -5/+12 |
* | From Alex Rozin: cope with what appears to be an ambiguity in the 802.1s | Guy Harris | 2004-01-07 | 1 | -4/+34 |
* | From Alex Rozin: fix handling of MST messages. | Guy Harris | 2004-01-05 | 1 | -4/+6 |
* | Remove a bunch of duplicate semicolons. | Gerald Combs | 2003-09-21 | 1 | -2/+2 |
* | From Kaloian Stoilov: add a subtree for the MSTI flags. | Guy Harris | 2003-04-30 | 1 | -2/+17 |
* | Add a new "chdlctypes.h" file for Cisco HDLC type values that aren't | Guy Harris | 2003-01-11 | 1 | -2/+3 |
* | 0x4242 is the Cisco HDLC type value for the spanning tree protocol. | Guy Harris | 2003-01-11 | 1 | -1/+2 |
* | The field 2 bytes into a BPDU is always a version identifier, regardless | Guy Harris | 2002-12-22 | 1 | -3/+4 |
* | The command says 0x20-0x2F: Adjust mask accordingly | Jörg Mayer | 2002-11-26 | 1 | -2/+2 |
* | From cjs 2895: get rid of C++ comments, so IBM's Visual Age C compiler | Guy Harris | 2002-10-08 | 1 | -4/+4 |
* | Complete the implementation of 802.1s by Clive A Stubbings | Jörg Mayer | 2002-09-25 | 1 | -7/+124 |
* | From Clive A Stubbings: | Gerald Combs | 2002-09-23 | 1 | -13/+134 |
* | Removed trailing whitespaces from .h and .c files using the | Jörg Mayer | 2002-08-28 | 1 | -30/+30 |
* | Replace the types from sys/types.h and netinet/in.h by their glib.h | Jörg Mayer | 2002-08-02 | 1 | -9/+1 |
* | Don't pass "tvb_reported_length_remaining(tvb, offset)" as the fourth | Guy Harris | 2002-05-30 | 1 | -2/+4 |
* | Get rid of an unused variable. | Guy Harris | 2002-03-31 | 1 | -2/+1 |
* | Set the length for topology change BPDUs to 4, and leave the length of | Guy Harris | 2002-03-19 | 1 | -5/+18 |
* | Give all the items in the packet filterable fields, including the | Guy Harris | 2002-03-19 | 1 | -72/+193 |
* | Support for IEEE 802.1w RST BPDUs, from Alex Ruzin. | Guy Harris | 2002-02-27 | 1 | -8/+57 |
* | Include files from the "epan" directory and subdirectories thereof with | Guy Harris | 2002-01-21 | 1 | -3/+3 |
* | Move the pointer to the "column_info" structure in the "frame_data" | Guy Harris | 2001-12-10 | 1 | -12/+12 |
* | Make "dissector_add()", "dissector_delete()", and "dissector_change()" | Guy Harris | 2001-12-03 | 1 | -4/+6 |
* | Moved from using dissect_data() to using call_dissector() | Ed Warnicke | 2001-11-26 | 1 | -2/+4 |
* | GMRP dissector, from Markus Seehofer. | Guy Harris | 2001-07-23 | 1 | -3/+10 |
* | From Joerg Mayer: explicitly fill in all members of a | Guy Harris | 2001-06-18 | 1 | -13/+13 |
* | Call the GVRP dissector through a handle. | Guy Harris | 2001-05-27 | 1 | -6/+10 |
* | Make tvb_get_ptr() return 'const guint8*', and clean up all the | Gilbert Ramirez | 2001-03-13 | 1 | -3/+3 |
* | Don't fetch any of the fields past the BPDU type if the BPDU type isn't | Guy Harris | 2001-02-08 | 1 | -7/+18 |
* | Set the Protocol column, and clear the Info column, before we start | Guy Harris | 2001-02-08 | 1 | -8/+11 |
* | Remove more "CHECK_DISPLAY_AS_DATA()" calls and "pinfo->current_proto =" | Guy Harris | 2001-01-22 | 1 | -5/+1 |
* | Add the PPP types for the DEC LANBridge100 Spanning Tree protocol and | Guy Harris | 2001-01-14 | 1 | -1/+3 |
* | Add an additional "protocol index" argument to "{old_}dissector_add()", | Guy Harris | 2001-01-09 | 1 | -3/+3 |
* | Have "proto_register_protocol()" build a list of data structures for | Guy Harris | 2001-01-03 | 1 | -2/+2 |
* | Add support for the DLT_LINUX_SLL capture type in the current CVS | Guy Harris | 2000-12-23 | 1 | -3/+8 |
* | GVRP dissector, from Kevin Shi. | Guy Harris | 2000-11-30 | 1 | -2/+46 |
* | For each column, have both a buffer into which strings for that column | Guy Harris | 2000-11-19 | 1 | -2/+2 |
* | Tvbuffify the STP dissector, have it register itself and have the LLC | Guy Harris | 2000-11-16 | 1 | -65/+72 |
* | Add the "Edit:Protocols..." feature which currently only implements | Laurent Deniel | 2000-08-13 | 1 | -1/+3 |
* | Allow either old-style (pre-tvbuff) or new-style (tvbuffified) | Guy Harris | 2000-08-07 | 1 | -3/+3 |
* | Add routines for adding items to a protocol tree that take arguments of | Guy Harris | 2000-05-31 | 1 | -11/+11 |
* | Add tvbuff class. | Gilbert Ramirez | 2000-05-11 | 1 | -19/+19 |
* | Register a "llc.dsap" dissector table for 802.2 LLC, and have dissectors | Guy Harris | 2000-04-17 | 1 | -1/+8 |
* | Break proto_tree_add_item_format() into multiple functions: | Gilbert Ramirez | 2000-03-12 | 1 | -4/+5 |
* | Get rid of the include of "util.h" that some dissectors do - it's not | Guy Harris | 2000-01-16 | 1 | -2/+1 |
* | Replace the ETT_ "enum" members, declared in "packet.h", with | Guy Harris | 1999-11-16 | 1 | -3/+8 |
* | Replace proto_tree_add_item_format by proto_tree_add_item. | Laurent Deniel | 1999-10-16 | 1 | -26/+30 |
* | New proto_tree header_field_info stuff. Header_field_infos now contain | Gilbert Ramirez | 1999-10-12 | 1 | -13/+25 |
* | - dissect data if type unknown | Laurent Deniel | 1999-10-09 | 1 | -22/+105 |
* | The abbreviation for a protocol is generally all-lower-case, as it's | Guy Harris | 1999-10-08 | 1 | -2/+2 |
* | Christophe Tronche's BPDU dissector. | Guy Harris | 1999-10-08 | 1 | -0/+160 |