aboutsummaryrefslogtreecommitdiffstats
path: root/packet-llc.c
AgeCommit message (Expand)AuthorFilesLines
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
1999-12-05Apple, for some unknown reason, doesn't just encapsulate AppleTalk dataGuy Harris1-7/+44
1999-12-05Fix a typo.Guy Harris1-2/+2
1999-12-05Don't assume that the OUI of all SNAP frames is 00-00-00; treat onlyGuy Harris1-16/+45
1999-11-30Add IPX to packet stats during capture.Gilbert Ramirez1-2/+2
1999-11-16Replace the ETT_ "enum" members, declared in "packet.h", withGuy Harris1-3/+12
1999-11-11"XDLC_CONTROL_LEN()" actually returned the length of the entire xDLCGuy Harris1-12/+14
1999-10-12New proto_tree header_field_info stuff. Header_field_infos now containGilbert Ramirez1-7/+12
1999-10-08Christophe Tronche's BPDU dissector.Guy Harris1-2/+2
1999-09-27Don't bother setting the length of the LLC header when we create the LLCGuy Harris1-2/+2
1999-09-26Handle the length of the LLC(+SNAP) header correctly for SNAP frames.Guy Harris1-6/+14
1999-09-26Have "get_xdlc_control()" and "dissect_xdlc_control()" return theGuy Harris1-12/+14
1999-08-23Have "get_xdlc_control()" and "dissect_xdlc_control()" just return aGuy Harris1-18/+14
1999-08-23The only LLC frame types that should be dissected based on their SAP or,Guy Harris1-37/+76
1999-08-10Jeff Foster's changes to add support for NetBEUI/NBF (NetBIOS atop 802.2Guy Harris1-2/+2
1999-08-04Add a "dissect_xdlc_control()" routine, to dissect the control field ofGuy Harris1-4/+32
1999-07-29Made the protocol (but not the fields) use the new proto_tree routine,Gilbert Ramirez1-7/+7
1999-07-15Modified the proto_register_field_array usage again. Thanks to Guy'sGilbert Ramirez1-8/+15
1999-07-07Created a new protocol tree implementation and a new display filterGilbert Ramirez1-78/+116
1999-03-23Removed all references to gtk objects from packet*.[ch] files. They nowGilbert Ramirez1-18/+13
1999-03-22Well, that was dumb. I didn't have to add a "capture_data()" routine; IGuy Harris1-2/+2
1999-03-22Have "sap_capture_func()" return "capture_data" rather thanGuy Harris1-8/+11