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