Get rid of redundant include of <stdio.h> - one is enough.
[obnox/wireshark/wip.git] / packet-llc.c
2000-02-12 guySquelch a complaint from Visual C++ 6.0 (the code was...
2000-02-05 guyNote the document that specified the PIDs for VTP and...
2000-02-05 guyDissector for Cisco's Virtual Trunking Protocol.
2000-02-05 guyCisco Group Management Protocol dissector.
2000-01-24 guyAdd some new SAP values from
2000-01-24 guyxDLC frames other than I and UI frames may have a paylo...
2000-01-24 guyPut the PID of SNAP frames into the protocol tree regar...
2000-01-23 guyIn "dissect_eth()", update "pi.len" and "pi.captured_le...
2000-01-22 geraldMerge Paul Ionescu's CDP fixes with Guy's. Add #define...
2000-01-12 guyFor the Cisco OUI, always add the protocol ID to the...
2000-01-12 guyCisco CDP packets appears to be sent as LLC packets...
2000-01-07 guyFix Gerald's e-mail address.
1999-12-29 guyPut a list of known OUIs in "oui.h", along with a decla...
1999-12-14 guy*** empty log message ***
1999-12-13 guyProvide #defines for the Group/Individual bit in the...
1999-12-13 nneulBreak out IG and CR bits of SSAP and DSAP
1999-12-05 guyApple, for some unknown reason, doesn't just encapsulat...
1999-12-05 guyFix a typo.
1999-12-05 guyDon't assume that the OUI of all SNAP frames is 00...
1999-11-30 gramAdd IPX to packet stats during capture.
1999-11-16 guyReplace the ETT_ "enum" members, declared in "packet...
1999-11-11 guy"XDLC_CONTROL_LEN()" actually returned the length of...
1999-10-12 gramNew proto_tree header_field_info stuff. Header_field_in...
1999-10-08 guyChristophe Tronche's BPDU dissector.
1999-09-27 guyDon't bother setting the length of the LLC header when...
1999-09-26 guyHandle the length of the LLC(+SNAP) header correctly...
1999-09-26 guyHave "get_xdlc_control()" and "dissect_xdlc_control...
1999-08-23 guyHave "get_xdlc_control()" and "dissect_xdlc_control...
1999-08-23 guyThe only LLC frame types that should be dissected based...
1999-08-10 guyJeff Foster's changes to add support for NetBEUI/NBF...
1999-08-04 guyAdd a "dissect_xdlc_control()" routine, to dissect...
1999-07-29 gramMade the protocol (but not the fields) use the new...
1999-07-15 gramModified the proto_register_field_array usage again...
1999-07-07 gramCreated a new protocol tree implementation and a new...
1999-03-23 gramRemoved all references to gtk objects from packet*...
1999-03-22 guyWell, that was dumb. I didn't have to add a "capture_d...
1999-03-22 guyHave "sap_capture_func()" return "capture_data" rather...
1999-02-09 guyWhen doing a capture, decode enough of the incoming...
1998-11-17 gerald* Added column formatting functionality.
1998-11-12 gramA lengthy patch to add the wiretap library. Wiretap...
1998-10-10 gerald* OSPF alignment fixes (Gerald)
1998-09-27 geraldMerged in a _huge_ patch from Guy Harris. It adds...
1998-09-23 gramI removed the ncp code from packet-ipx.c and created...
1998-09-17 gramThe non-SNAP vines doesn't work with dissect_vines...
1998-09-17 gramI moved the list of dissect() functions into the table...
1998-09-17 gerald* Added in Laurent's OSI/ISO CNLP and COTP support.
1998-09-16 geraldAdded ID tags to the beginning of each source file.
1998-09-16 geraldInitial revision