As the gtk2 directory is no longer needed (GTK1 and 2 are using the same sources...
[obnox/wireshark/wip.git] / packet-llc.c
2004-07-18 guySet the svn:eol-style property on all text files to...
2004-01-18 guyAdd arguments to "dissect_xdlc_control()" to specify...
2004-01-03 guyHave "dissect_xdlc_control()" take a pointer to a struc...
2003-10-01 guyHave a pseudo-header for Ethernet packets, giving the...
2003-09-03 guyAs with the Cisco OUI, so with the Nortel OUI.
2003-09-03 guyFix up the API for adding support for new OUI's to...
2003-09-02 guyUse "dissect_xdlc_control()" to dissect the control...
2003-08-28 guyAdd an API to let a dissector register a dissector...
2003-08-28 guyFrom Giles Scott: Nortel/SynOptics Network Management...
2003-06-10 guyAdd support for some additional SAPs for Netware and...
2003-04-18 guyHandle non-SNAP LLC Vines packets as such when capturing.
2003-03-02 guyFrom Jochen Friedrich: add support for:
2003-02-13 guyFrom Jochen Friedrich:
2003-01-25 guyFrom Dave Richards: BACNET-over-ARCNET is BACNET-over...
2002-12-10 guyMove the handling of the Network_Header for full FC...
2002-12-08 guyDo LLC handoff from the IP-over-FC dissector the way...
2002-12-08 geraldFrom Dinesh Dutt: Add Fibre Channel support, including...
2002-11-16 guyFrom Dave Richards: support BACNET over 802.2.
2002-11-05 guyShow the SAP values in RPL packets symbolically if...
2002-08-28 jmayerRemoved trailing whitespaces from .h and .c files using the
2002-08-02 jmayerReplace the types from sys/types.h and netinet/in.h...
2002-05-29 guyFrom Jochen Friedrich: RFC 2353 SNA-over-LLC-over-UDP...
2002-04-24 guyFrom Joerg Mayer: get rid of extra arguments to capture...
2002-03-31 guyFrom Joerg Mayer: get rid of unused function arguments.
2002-01-21 guyInclude files from the "epan" directory and subdirector...
2002-01-20 guyAllow a length of -1 to be specified when adding FT_NON...
2001-12-10 guyMove the pointer to the "column_info" structure in...
2001-12-08 guyAttach a descriptive name field type and base to dissec...
2001-12-03 guyMake "dissector_add()", "dissector_delete()", and ...
2001-11-25 hagbardMoved from using dissect_data to using call_dissector()
2001-11-20 guyMake the capture routines take an additional argument...
2001-11-13 gramHopefully the last time I have to change my e-mail...
2001-06-18 guyFrom Joerg Mayer: explicitly fill in all members of a
2001-06-02 guyThe Cisco 802.11 bridges used 0000F8, i.e. OUI_CISCO_90...
2001-06-01 guySome Cisco 802.11 bridges apparently change the OUI...
2001-03-30 guyNLPID's of 0x08 and 0x09 should be labeled as Q.933...
2001-03-22 gramMove appletalk- and sna-related address routines out...
2001-01-21 guyRemove some more "CHECK_DISPLAY_AS_DATA()" calls and...
2001-01-18 guyPull the handling of trailers in Ethernet (as opposed...
2001-01-11 guy"dissect_llc()" is called for RFC 2684 LLC Encapsulatio...
2001-01-10 guyMake the stuff to handle SNAP frames (OUI, PID, payload...
2001-01-09 guyAdd an additional "protocol index" argument to "{old_...
2001-01-05 guyX.25-over-LLC support, from Paul Ionescu.
2001-01-05 guyClear the Info column before fetching anything from...
2001-01-03 guyHave the TR MAC and LLC dissectors register themselves...
2001-01-03 guyHave "proto_register_protocol()" build a list of data...
2000-12-28 guyTvbuffify the CDP, CGMP, ISL, and VTP dissectors.
2000-11-29 gramWrap the dissect_fddi() call (with a 4th argument)...
2000-11-19 guyFor each column, have both a buffer into which strings...
2000-11-16 guyTvbuffify the STP dissector, have it register itself...
2000-08-25 guyInclude the control-field information in the Info colum...
2000-08-13 denielAdd the "Edit:Protocols..." feature which currently...
2000-08-11 guyDon't bump "offset" in the non-SNAP case - it hasn...
2000-08-07 guyAllow either old-style (pre-tvbuff) or new-style (tvbuf...
2000-05-31 guyAdd routines for adding items to a protocol tree that...
2000-05-31 gramConvert LAPD and V.120 dissector to use tvbuff. Convert...
2000-05-28 guyIn the FDDI and LLC dissectors, extract fields as we...
2000-05-28 guyUse "tvb_get_ntoh24()" to extract the OUI from a SNAP...
2000-05-19 gramAdd protection against 0-length FT_BYTES being added...
2000-05-16 gramHave tvbuff's keep track of cap_len and pkt_len ('lengt...
2000-05-12 gramIn wiretap, set err to 0 before doing anything inside...
2000-05-12 gram<sheepish grin>
2000-05-11 gramConvert LLC dissector to use tvbuffs.
2000-05-11 gramAdd tvbuff class.
2000-04-17 guyRegister a "llc.dsap" dissector table for 802.2 LLC...
2000-04-13 guyFor I and S frames, the LLC control field is 2 bytes...
2000-04-12 gramChange my e-mail address from @tivoli.com to @xiexie.org
2000-04-10 geraldAdd DOCSIS BPDU patch from Johannes Hennecke <Johannes...
2000-04-09 guyThe "llc_ctrl_vals[]" value_string table isn't used...
2000-04-08 guyThe "llc_ctrl_vals[]" value_string table isn't used...
2000-02-15 gramCreate a header file for every packet-*.c file. Prune...
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...
next