aboutsummaryrefslogtreecommitdiffstats
path: root/packet-llc.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* Provide #defines for the Group/Individual bit in the DSAP, theGuy Harris1999-12-131-41/+57
* Break out IG and CR bits of SSAP and DSAPNathan Neulinger1999-12-131-24/+45
* Apple, for some unknown reason, doesn't just encapsulate AppleTalk dataGuy Harris1999-12-051-7/+44
* Fix a typo.Guy Harris1999-12-051-2/+2
* Don't assume that the OUI of all SNAP frames is 00-00-00; treat onlyGuy Harris1999-12-051-16/+45
* Add IPX to packet stats during capture.Gilbert Ramirez1999-11-301-2/+2
* Replace the ETT_ "enum" members, declared in "packet.h", withGuy Harris1999-11-161-3/+12
* "XDLC_CONTROL_LEN()" actually returned the length of the entire xDLCGuy Harris1999-11-111-12/+14
* New proto_tree header_field_info stuff. Header_field_infos now containGilbert Ramirez1999-10-121-7/+12
* Christophe Tronche's BPDU dissector.Guy Harris1999-10-081-2/+2
* Don't bother setting the length of the LLC header when we create the LLCGuy Harris1999-09-271-2/+2
* Handle the length of the LLC(+SNAP) header correctly for SNAP frames.Guy Harris1999-09-261-6/+14
* Have "get_xdlc_control()" and "dissect_xdlc_control()" return theGuy Harris1999-09-261-12/+14
* Have "get_xdlc_control()" and "dissect_xdlc_control()" just return aGuy Harris1999-08-231-18/+14
* The only LLC frame types that should be dissected based on their SAP or,Guy Harris1999-08-231-37/+76