aboutsummaryrefslogtreecommitdiffstats
path: root/packet-llc.c
AgeCommit message (Expand)AuthorFilesLines
2000-02-15Create a header file for every packet-*.c file. Prune the packet.h file.gram1-2/+11
2000-02-12Squelch a complaint from Visual C++ 6.0 (the code was OK beforehand, atguy1-2/+2
2000-02-05Note the document that specified the PIDs for VTP and DRiP that go alongguy1-1/+14
2000-02-05Dissector for Cisco's Virtual Trunking Protocol.guy1-1/+5
2000-02-05Cisco Group Management Protocol dissector.guy1-1/+5
2000-01-24Add some new SAP values fromguy1-47/+61
2000-01-24xDLC frames other than I and UI frames may have a payload, e.g. TESTguy1-42/+13
2000-01-24Put the PID of SNAP frames into the protocol tree regardless of whetherguy1-36/+61
2000-01-23In "dissect_eth()", update "pi.len" and "pi.captured_len" regardless ofguy1-6/+6
2000-01-22Merge Paul Ionescu's CDP fixes with Guy's. Add #defines to oui.h for Ciscogerald1-4/+8
2000-01-12For the Cisco OUI, always add the protocol ID to the tree if we'reguy1-8/+9
2000-01-12Cisco CDP packets appears to be sent as LLC packets with an OUI ofguy1-2/+22
2000-01-07Fix Gerald's e-mail address.guy1-2/+2
1999-12-29Put a list of known OUIs in "oui.h", along with a declaration ofguy1-7/+6
1999-12-14*** empty log message ***guy1-6/+5
1999-12-13Provide #defines for the Group/Individual bit in the DSAP, theguy1-41/+57
1999-12-13Break out IG and CR bits of SSAP and DSAPnneul1-24/+45
1999-12-05Apple, for some unknown reason, doesn't just encapsulate AppleTalk dataguy1-7/+44
1999-12-05Fix a typo.guy1-2/+2
1999-12-05Don't assume that the OUI of all SNAP frames is 00-00-00; treat onlyguy1-16/+45
1999-11-30Add IPX to packet stats during capture.gram1-2/+2
1999-11-16Replace the ETT_ "enum" members, declared in "packet.h", withguy1-3/+12
1999-11-11"XDLC_CONTROL_LEN()" actually returned the length of the entire xDLCguy1-12/+14
1999-10-12New proto_tree header_field_info stuff. Header_field_infos now containgram1-7/+12
1999-10-08Christophe Tronche's BPDU dissector.guy1-2/+2
1999-09-27Don't bother setting the length of the LLC header when we create the LLCguy1-2/+2
1999-09-26Handle the length of the LLC(+SNAP) header correctly for SNAP frames.guy1-6/+14
1999-09-26Have "get_xdlc_control()" and "dissect_xdlc_control()" return theguy1-12/+14
1999-08-23Have "get_xdlc_control()" and "dissect_xdlc_control()" just return aguy1-18/+14
1999-08-23The only LLC frame types that should be dissected based on their SAP or,guy1-37/+76
1999-08-10Jeff Foster's changes to add support for NetBEUI/NBF (NetBIOS atop 802.2guy1-2/+2
1999-08-04Add a "dissect_xdlc_control()" routine, to dissect the control field ofguy1-4/+32
1999-07-29Made the protocol (but not the fields) use the new proto_tree routine,gram1-7/+7
1999-07-15Modified the proto_register_field_array usage again. Thanks to Guy'sgram1-8/+15
1999-07-07Created a new protocol tree implementation and a new display filtergram1-78/+116
1999-03-23Removed all references to gtk objects from packet*.[ch] files. They nowgram1-18/+13
1999-03-22Well, that was dumb. I didn't have to add a "capture_data()" routine; Iguy1-2/+2
1999-03-22Have "sap_capture_func()" return "capture_data" rather thanguy1-8/+11
1999-02-09When doing a capture, decode enough of the incoming packets to correctlyguy1-30/+73
1998-11-17* Added column formatting functionality.gerald1-7/+7
1998-11-12A lengthy patch to add the wiretap library. Wiretap is not used by defaultgram1-2/+1
1998-10-10* OSPF alignment fixes (Gerald)gerald1-1/+5
1998-09-27Merged in a _huge_ patch from Guy Harris. It adds a time stap column,gerald1-9/+9
1998-09-23I removed the ncp code from packet-ipx.c and created packet-ncp.c. Now thatgram1-2/+2
1998-09-17The non-SNAP vines doesn't work with dissect_vines(). We don't know what mygram1-3/+5
1998-09-17I moved the list of dissect() functions into the table of SAPs. It removesgram1-42/+53
1998-09-17* Added in Laurent's OSI/ISO CNLP and COTP support.gerald1-1/+4
1998-09-16Added ID tags to the beginning of each source file.gerald1-0/+2
1998-09-16Initial revisiongerald1-0/+163