| Commit message (Expand) | Author | Age | Files | Lines |
* | NLPID's of 0x08 and 0x09 should be labeled as Q.933 and LMI, | Guy Harris | 2001-03-30 | 1 | -2/+1 |
* | Move appletalk- and sna-related address routines out of the dissectors | Gilbert Ramirez | 2001-03-22 | 1 | -2/+2 |
* | Remove some more "CHECK_DISPLAY_AS_DATA()" calls and code to set | Guy Harris | 2001-01-21 | 1 | -5/+1 |
* | Pull the handling of trailers in Ethernet (as opposed to 802.3) frames | Guy Harris | 2001-01-18 | 1 | -2/+2 |
* | "dissect_llc()" is called for RFC 2684 LLC Encapsulation over ATM, so | Guy Harris | 2001-01-11 | 1 | -12/+2 |
* | Make the stuff to handle SNAP frames (OUI, PID, payload) a routine of | Guy Harris | 2001-01-10 | 1 | -77/+168 |
* | Add an additional "protocol index" argument to "{old_}dissector_add()", | Guy Harris | 2001-01-09 | 1 | -3/+4 |
* | X.25-over-LLC support, from Paul Ionescu. | Guy Harris | 2001-01-05 | 1 | -6/+6 |
* | Clear the Info column before fetching anything from the packet, so that | Guy Harris | 2001-01-05 | 1 | -1/+4 |
* | Have the TR MAC and LLC dissectors register themselves, make them | Guy Harris | 2001-01-03 | 1 | -2/+4 |
* | Have "proto_register_protocol()" build a list of data structures for | Guy Harris | 2001-01-03 | 1 | -3/+3 |
* | Tvbuffify the CDP, CGMP, ISL, and VTP dissectors. | Guy Harris | 2000-12-28 | 1 | -27/+8 |
* | Wrap the dissect_fddi() call (with a 4th argument) with | Gilbert Ramirez | 2000-11-29 | 1 | -1/+2 |
* | 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 | -9/+19 |
* | Include the control-field information in the Info column for LLC frames. | Guy Harris | 2000-08-25 | 1 | -9/+4 |
* | Add the "Edit:Protocols..." feature which currently only implements | Laurent Deniel | 2000-08-13 | 1 | -1/+3 |
* | Don't bump "offset" in the non-SNAP case - it hasn't been set, and we | Guy Harris | 2000-08-11 | 1 | -3/+1 |
* | Allow either old-style (pre-tvbuff) or new-style (tvbuffified) | Guy Harris | 2000-08-07 | 1 | -9/+8 |
* | Add routines for adding items to a protocol tree that take arguments of | Guy Harris | 2000-05-31 | 1 | -11/+11 |
* | Convert LAPD and V.120 dissector to use tvbuff. Convert xdlc dissector-helper, | Gilbert Ramirez | 2000-05-31 | 1 | -4/+3 |
* | In the FDDI and LLC dissectors, extract fields as we use them, so that | Guy Harris | 2000-05-28 | 1 | -6/+9 |
* | Use "tvb_get_ntoh24()" to extract the OUI from a SNAP header, rather | Guy Harris | 2000-05-28 | 1 | -4/+2 |
* | Add protection against 0-length FT_BYTES being added to proto_tree. | Gilbert Ramirez | 2000-05-19 | 1 | -3/+3 |
* | Have tvbuff's keep track of cap_len and pkt_len ('length' and 'reported_length' | Gilbert Ramirez | 2000-05-16 | 1 | -3/+3 |
* | In wiretap, set err to 0 before doing anything inside wtap_loop(). | Gilbert Ramirez | 2000-05-12 | 1 | -7/+7 |
* | <sheepish grin> | Gilbert Ramirez | 2000-05-12 | 1 | -7/+7 |
* | Convert LLC dissector to use tvbuffs. | Gilbert Ramirez | 2000-05-11 | 1 | -56/+65 |
* | Add tvbuff class. | Gilbert Ramirez | 2000-05-11 | 1 | -10/+10 |
* | Register a "llc.dsap" dissector table for 802.2 LLC, and have dissectors | Guy Harris | 2000-04-17 | 1 | -81/+47 |
* | For I and S frames, the LLC control field is 2 bytes, so make it | Guy Harris | 2000-04-13 | 1 | -2/+2 |
* | Change my e-mail address from @tivoli.com to @xiexie.org | Gilbert Ramirez | 2000-04-12 | 1 | -2/+2 |
* | Add DOCSIS BPDU patch from Johannes Hennecke <Johannes.Hennecke@elsa.de>. | Gerald Combs | 2000-04-10 | 1 | -1/+10 |
* | The "llc_ctrl_vals[]" value_string table isn't used to generate the | Guy Harris | 2000-04-09 | 1 | -3/+5 |
* | The "llc_ctrl_vals[]" value_string table isn't used to generate the | Guy Harris | 2000-04-08 | 1 | -10/+2 |
* | Create a header file for every packet-*.c file. Prune the packet.h file. | Gilbert Ramirez | 2000-02-15 | 1 | -2/+11 |
* | Squelch a complaint from Visual C++ 6.0 (the code was OK beforehand, at | Guy Harris | 2000-02-12 | 1 | -2/+2 |
* | Note the document that specified the PIDs for VTP and DRiP that go along | Guy Harris | 2000-02-05 | 1 | -1/+14 |
* | Dissector for Cisco's Virtual Trunking Protocol. | Guy Harris | 2000-02-05 | 1 | -1/+5 |
* | Cisco Group Management Protocol dissector. | Guy Harris | 2000-02-05 | 1 | -1/+5 |
* | Add some new SAP values from | Guy Harris | 2000-01-24 | 1 | -47/+61 |
* | xDLC frames other than I and UI frames may have a payload, e.g. TEST | Guy Harris | 2000-01-24 | 1 | -42/+13 |
* | Put the PID of SNAP frames into the protocol tree regardless of whether | Guy Harris | 2000-01-24 | 1 | -36/+61 |
* | In "dissect_eth()", update "pi.len" and "pi.captured_len" regardless of | Guy Harris | 2000-01-23 | 1 | -6/+6 |
* | Merge Paul Ionescu's CDP fixes with Guy's. Add #defines to oui.h for Cisco | Gerald Combs | 2000-01-22 | 1 | -4/+8 |
* | For the Cisco OUI, always add the protocol ID to the tree if we're | Guy Harris | 2000-01-12 | 1 | -8/+9 |
* | Cisco CDP packets appears to be sent as LLC packets with an OUI of | Guy Harris | 2000-01-12 | 1 | -2/+22 |
* | Fix Gerald's e-mail address. | Guy Harris | 2000-01-07 | 1 | -2/+2 |
* | Put a list of known OUIs in "oui.h", along with a declaration of | Guy Harris | 1999-12-29 | 1 | -7/+6 |
* | *** empty log message *** | Guy Harris | 1999-12-14 | 1 | -6/+5 |