Add tvbuff class.
[metze/wireshark/wip.git] / packet-llc.c
2000-05-11 Gilbert RamirezAdd tvbuff class.
2000-04-17 Guy HarrisRegister a "llc.dsap" dissector table for 802.2 LLC...
2000-04-13 Guy HarrisFor I and S frames, the LLC control field is 2 bytes...
2000-04-12 Gilbert RamirezChange my e-mail address from @tivoli.com to @xiexie.org
2000-04-10 Gerald CombsAdd DOCSIS BPDU patch from Johannes Hennecke <Johannes...
2000-04-09 Guy HarrisThe "llc_ctrl_vals[]" value_string table isn't used...
2000-04-08 Guy HarrisThe "llc_ctrl_vals[]" value_string table isn't used...
2000-02-15 Gilbert RamirezCreate a header file for every packet-*.c file. Prune...
2000-02-12 Guy HarrisSquelch a complaint from Visual C++ 6.0 (the code was...
2000-02-05 Guy HarrisNote the document that specified the PIDs for VTP and...
2000-02-05 Guy HarrisDissector for Cisco's Virtual Trunking Protocol.
2000-02-05 Guy HarrisCisco Group Management Protocol dissector.
2000-01-24 Guy HarrisAdd some new SAP values from
2000-01-24 Guy HarrisxDLC frames other than I and UI frames may have a paylo...
2000-01-24 Guy HarrisPut the PID of SNAP frames into the protocol tree regar...
2000-01-23 Guy HarrisIn "dissect_eth()", update "pi.len" and "pi.captured_le...
2000-01-22 Gerald CombsMerge Paul Ionescu's CDP fixes with Guy's. Add #define...
2000-01-12 Guy HarrisFor the Cisco OUI, always add the protocol ID to the...
2000-01-12 Guy HarrisCisco CDP packets appears to be sent as LLC packets...
2000-01-07 Guy HarrisFix Gerald's e-mail address.
1999-12-29 Guy HarrisPut a list of known OUIs in "oui.h", along with a decla...
1999-12-14 Guy Harris*** empty log message ***
1999-12-13 Guy HarrisProvide #defines for the Group/Individual bit in the...
1999-12-13 Nathan NeulingerBreak out IG and CR bits of SSAP and DSAP
1999-12-05 Guy HarrisApple, for some unknown reason, doesn't just encapsulat...
1999-12-05 Guy HarrisFix a typo.
1999-12-05 Guy HarrisDon't assume that the OUI of all SNAP frames is 00...
1999-11-30 Gilbert RamirezAdd IPX to packet stats during capture.
1999-11-16 Guy HarrisReplace the ETT_ "enum" members, declared in "packet...
1999-11-11 Guy Harris"XDLC_CONTROL_LEN()" actually returned the length of...
1999-10-12 Gilbert RamirezNew proto_tree header_field_info stuff. Header_field_in...
1999-10-08 Guy HarrisChristophe Tronche's BPDU dissector.
1999-09-27 Guy HarrisDon't bother setting the length of the LLC header when...
1999-09-26 Guy HarrisHandle the length of the LLC(+SNAP) header correctly...
1999-09-26 Guy HarrisHave "get_xdlc_control()" and "dissect_xdlc_control...
1999-08-23 Guy HarrisHave "get_xdlc_control()" and "dissect_xdlc_control...
1999-08-23 Guy HarrisThe only LLC frame types that should be dissected based...
1999-08-10 Guy HarrisJeff Foster's changes to add support for NetBEUI/NBF...
1999-08-04 Guy HarrisAdd a "dissect_xdlc_control()" routine, to dissect...
1999-07-29 Gilbert RamirezMade the protocol (but not the fields) use the new...
1999-07-15 Gilbert RamirezModified the proto_register_field_array usage again...
1999-07-07 Gilbert RamirezCreated a new protocol tree implementation and a new...
1999-03-23 Gilbert RamirezRemoved all references to gtk objects from packet*...
1999-03-22 Guy HarrisWell, that was dumb. I didn't have to add a "capture_d...
1999-03-22 Guy HarrisHave "sap_capture_func()" return "capture_data" rather...
1999-02-09 Guy HarrisWhen doing a capture, decode enough of the incoming...
1998-11-17 Gerald Combs* Added column formatting functionality.
1998-11-12 Gilbert RamirezA lengthy patch to add the wiretap library. Wiretap...
1998-10-10 Gerald Combs* OSPF alignment fixes (Gerald)
1998-09-27 Gerald CombsMerged in a _huge_ patch from Guy Harris. It adds...
1998-09-23 Gilbert RamirezI removed the ncp code from packet-ipx.c and created...
1998-09-17 Gilbert RamirezThe non-SNAP vines doesn't work with dissect_vines...
1998-09-17 Gilbert RamirezI moved the list of dissect() functions into the table...
1998-09-17 Gerald Combs* Added in Laurent's OSI/ISO CNLP and COTP support.
1998-09-16 Gerald CombsAdded ID tags to the beginning of each source file.
1998-09-16 Gerald CombsInitial revision