aboutsummaryrefslogtreecommitdiffstats
path: root/packet-llc.c
Commit message (Expand)AuthorAgeFilesLines
* NLPID's of 0x08 and 0x09 should be labeled as Q.933 and LMI,Guy Harris2001-03-301-2/+1
* Move appletalk- and sna-related address routines out of the dissectorsGilbert Ramirez2001-03-221-2/+2
* Remove some more "CHECK_DISPLAY_AS_DATA()" calls and code to setGuy Harris2001-01-211-5/+1
* Pull the handling of trailers in Ethernet (as opposed to 802.3) framesGuy Harris2001-01-181-2/+2
* "dissect_llc()" is called for RFC 2684 LLC Encapsulation over ATM, soGuy Harris2001-01-111-12/+2
* Make the stuff to handle SNAP frames (OUI, PID, payload) a routine ofGuy Harris2001-01-101-77/+168
* Add an additional "protocol index" argument to "{old_}dissector_add()",Guy Harris2001-01-091-3/+4
* X.25-over-LLC support, from Paul Ionescu.Guy Harris2001-01-051-6/+6
* Clear the Info column before fetching anything from the packet, so thatGuy Harris2001-01-051-1/+4
* Have the TR MAC and LLC dissectors register themselves, make themGuy Harris2001-01-031-2/+4
* Have "proto_register_protocol()" build a list of data structures forGuy Harris2001-01-031-3/+3
* Tvbuffify the CDP, CGMP, ISL, and VTP dissectors.Guy Harris2000-12-281-27/+8
* Wrap the dissect_fddi() call (with a 4th argument) withGilbert Ramirez2000-11-291-1/+2
* For each column, have both a buffer into which strings for that columnGuy Harris2000-11-191-2/+2
* Tvbuffify the STP dissector, have it register itself and have the LLCGuy Harris2000-11-161-9/+19
* Include the control-field information in the Info column for LLC frames.Guy Harris2000-08-251-9/+4
* Add the "Edit:Protocols..." feature which currently only implementsLaurent Deniel2000-08-131-1/+3
* Don't bump "offset" in the non-SNAP case - it hasn't been set, and weGuy Harris2000-08-111-3/+1
* Allow either old-style (pre-tvbuff) or new-style (tvbuffified)Guy Harris2000-08-071-9/+8
* Add routines for adding items to a protocol tree that take arguments ofGuy Harris2000-05-311-11/+11
* Convert LAPD and V.120 dissector to use tvbuff. Convert xdlc dissector-helper,Gilbert Ramirez2000-05-311-4/+3
* In the FDDI and LLC dissectors, extract fields as we use them, so thatGuy Harris2000-05-281-6/+9
* Use "tvb_get_ntoh24()" to extract the OUI from a SNAP header, ratherGuy Harris2000-05-281-4/+2
* Add protection against 0-length FT_BYTES being added to proto_tree.Gilbert Ramirez2000-05-191-3/+3
* Have tvbuff's keep track of cap_len and pkt_len ('length' and 'reported_length'Gilbert Ramirez2000-05-161-3/+3
* In wiretap, set err to 0 before doing anything inside wtap_loop().Gilbert Ramirez2000-05-121-7/+7
* <sheepish grin>Gilbert Ramirez2000-05-121-7/+7
* Convert LLC dissector to use tvbuffs.Gilbert Ramirez2000-05-111-56/+65
* Add tvbuff class.Gilbert Ramirez2000-05-111-10/+10
* Register a "llc.dsap" dissector table for 802.2 LLC, and have dissectorsGuy Harris2000-04-171-81/+47
* For I and S frames, the LLC control field is 2 bytes, so make itGuy Harris2000-04-131-2/+2
* Change my e-mail address from @tivoli.com to @xiexie.orgGilbert Ramirez2000-04-121-2/+2
* Add DOCSIS BPDU patch from Johannes Hennecke <Johannes.Hennecke@elsa.de>.Gerald Combs2000-04-101-1/+10
* The "llc_ctrl_vals[]" value_string table isn't used to generate theGuy Harris2000-04-091-3/+5
* The "llc_ctrl_vals[]" value_string table isn't used to generate theGuy Harris2000-04-081-10/+2
* Create a header file for every packet-*.c file. Prune the packet.h file.Gilbert Ramirez2000-02-151-2/+11
* Squelch a complaint from Visual C++ 6.0 (the code was OK beforehand, atGuy Harris2000-02-121-2/+2
* Note the document that specified the PIDs for VTP and DRiP that go alongGuy Harris2000-02-051-1/+14
* Dissector for Cisco's Virtual Trunking Protocol.Guy Harris2000-02-051-1/+5
* Cisco Group Management Protocol dissector.Guy Harris2000-02-051-1/+5
* Add some new SAP values fromGuy Harris2000-01-241-47/+61
* xDLC frames other than I and UI frames may have a payload, e.g. TESTGuy Harris2000-01-241-42/+13
* Put the PID of SNAP frames into the protocol tree regardless of whetherGuy Harris2000-01-241-36/+61
* In "dissect_eth()", update "pi.len" and "pi.captured_len" regardless ofGuy Harris2000-01-231-6/+6
* Merge Paul Ionescu's CDP fixes with Guy's. Add #defines to oui.h for CiscoGerald Combs2000-01-221-4/+8
* For the Cisco OUI, always add the protocol ID to the tree if we'reGuy Harris2000-01-121-8/+9
* Cisco CDP packets appears to be sent as LLC packets with an OUI ofGuy Harris2000-01-121-2/+22
* Fix Gerald's e-mail address.Guy Harris2000-01-071-2/+2
* Put a list of known OUIs in "oui.h", along with a declaration ofGuy Harris1999-12-291-7/+6
* *** empty log message ***Guy Harris1999-12-141-6/+5