Use system's version of AM_PATH_GLIB macro.
[metze/wireshark/wip.git] / packet-llc.c
2001-06-18 Guy HarrisFrom Joerg Mayer: explicitly fill in all members of a
2001-06-02 Guy HarrisThe Cisco 802.11 bridges used 0000F8, i.e. OUI_CISCO_90...
2001-06-01 Guy HarrisSome Cisco 802.11 bridges apparently change the OUI...
2001-03-30 Guy HarrisNLPID's of 0x08 and 0x09 should be labeled as Q.933...
2001-03-22 Gilbert RamirezMove appletalk- and sna-related address routines out...
2001-01-21 Guy HarrisRemove some more "CHECK_DISPLAY_AS_DATA()" calls and...
2001-01-18 Guy HarrisPull the handling of trailers in Ethernet (as opposed...
2001-01-11 Guy Harris"dissect_llc()" is called for RFC 2684 LLC Encapsulatio...
2001-01-10 Guy HarrisMake the stuff to handle SNAP frames (OUI, PID, payload...
2001-01-09 Guy HarrisAdd an additional "protocol index" argument to "{old_...
2001-01-05 Guy HarrisX.25-over-LLC support, from Paul Ionescu.
2001-01-05 Guy HarrisClear the Info column before fetching anything from...
2001-01-03 Guy HarrisHave the TR MAC and LLC dissectors register themselves...
2001-01-03 Guy HarrisHave "proto_register_protocol()" build a list of data...
2000-12-28 Guy HarrisTvbuffify the CDP, CGMP, ISL, and VTP dissectors.
2000-11-29 Gilbert RamirezWrap the dissect_fddi() call (with a 4th argument)...
2000-11-19 Guy HarrisFor each column, have both a buffer into which strings...
2000-11-16 Guy HarrisTvbuffify the STP dissector, have it register itself...
2000-08-25 Guy HarrisInclude the control-field information in the Info colum...
2000-08-13 Laurent DenielAdd the "Edit:Protocols..." feature which currently...
2000-08-11 Guy HarrisDon't bump "offset" in the non-SNAP case - it hasn...
2000-08-07 Guy HarrisAllow either old-style (pre-tvbuff) or new-style (tvbuf...
2000-05-31 Guy HarrisAdd routines for adding items to a protocol tree that...
2000-05-31 Gilbert RamirezConvert LAPD and V.120 dissector to use tvbuff. Convert...
2000-05-28 Guy HarrisIn the FDDI and LLC dissectors, extract fields as we...
2000-05-28 Guy HarrisUse "tvb_get_ntoh24()" to extract the OUI from a SNAP...
2000-05-19 Gilbert RamirezAdd protection against 0-length FT_BYTES being added...
2000-05-16 Gilbert RamirezHave tvbuff's keep track of cap_len and pkt_len ('lengt...
2000-05-12 Gilbert RamirezIn wiretap, set err to 0 before doing anything inside...
2000-05-12 Gilbert Ramirez<sheepish grin>
2000-05-11 Gilbert RamirezConvert LLC dissector to use tvbuffs.
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