aboutsummaryrefslogtreecommitdiffstats
path: root/packet-llc.c
Commit message (Expand)AuthorAgeFilesLines
* Move dissectors to epan/dissectors directory.Gilbert Ramirez2004-07-181-750/+0
* Set the svn:eol-style property on all text files to "native", so thatGuy Harris2004-07-181-1/+1
* Add arguments to "dissect_xdlc_control()" to specify value_stringGuy Harris2004-01-181-2/+2
* Have "dissect_xdlc_control()" take a pointer to a structure containingGuy Harris2004-01-031-1/+88
* Have a pseudo-header for Ethernet packets, giving the size of the FCS -Guy Harris2003-10-011-2/+2
* As with the Cisco OUI, so with the Nortel OUI.Guy Harris2003-09-031-24/+2
* Fix up the API for adding support for new OUI's to the LLC dissector.Guy Harris2003-09-031-39/+26
* Use "dissect_xdlc_control()" to dissect the control field of Frame RelayGuy Harris2003-09-021-2/+2
* Add an API to let a dissector register a dissector table and field for aGuy Harris2003-08-281-3/+72
* From Giles Scott: Nortel/SynOptics Network Management Protocol support.Guy Harris2003-08-281-1/+23
* Add support for some additional SAPs for Netware and OSI.Guy Harris2003-06-101-4/+10
* Handle non-SNAP LLC Vines packets as such when capturing.Guy Harris2003-04-181-1/+7
* From Jochen Friedrich: add support for:Guy Harris2003-03-021-3/+3
* From Jochen Friedrich:Guy Harris2003-02-131-10/+32
* From Dave Richards: BACNET-over-ARCNET is BACNET-over-802.2-over-ARCNET,Guy Harris2003-01-251-1/+8
* Move the handling of the Network_Header for full FC frames into the FCGuy Harris2002-12-101-1/+4
* Do LLC handoff from the IP-over-FC dissector the way it's done for otherGuy Harris2002-12-081-2/+1
* From Dinesh Dutt: Add Fibre Channel support, including FCIP, Basic FCGerald Combs2002-12-081-1/+2
* From Dave Richards: support BACNET over 802.2.Guy Harris2002-11-161-1/+2
* Show the SAP values in RPL packets symbolically if possible.Guy Harris2002-11-051-2/+2
* Removed trailing whitespaces from .h and .c files using theJörg Mayer2002-08-281-19/+19
* Replace the types from sys/types.h and netinet/in.h by their glib.hJörg Mayer2002-08-021-6/+2
* From Jochen Friedrich: RFC 2353 SNA-over-LLC-over-UDP support, and RFC 2043Guy Harris2002-05-291-1/+16
* From Joerg Mayer: get rid of extra arguments to capture routines.Guy Harris2002-04-241-43/+17
* From Joerg Mayer: get rid of unused function arguments.Guy Harris2002-03-311-3/+2
* Include files from the "epan" directory and subdirectories thereof withGuy Harris2002-01-211-3/+3
* Allow a length of -1 to be specified when adding FT_NONE and FT_PROTOCOLGuy Harris2002-01-201-2/+2
* Move the pointer to the "column_info" structure in the "frame_data"Guy Harris2001-12-101-9/+9
* Attach a descriptive name field type and base to dissector tables; thatGuy Harris2001-12-081-3/+5
* Make "dissector_add()", "dissector_delete()", and "dissector_change()"Guy Harris2001-12-031-3/+5
* Moved from using dissect_data to using call_dissector()Ed Warnicke2001-11-251-8/+10
* Make the capture routines take an additional argument giving the amountGuy Harris2001-11-201-11/+10
* Hopefully the last time I have to change my e-mail address.Gilbert Ramirez2001-11-131-2/+2
* From Joerg Mayer: explicitly fill in all members of aGuy Harris2001-06-181-9/+9
* The Cisco 802.11 bridges used 0000F8, i.e. OUI_CISCO_90, not 000078;Guy Harris2001-06-021-14/+5
* Some Cisco 802.11 bridges apparently change the OUI of packets fromGuy Harris2001-06-011-4/+15
* NLPID's of 0x08 and 0x09 should be labeled as Q.933 and LMI,Guy Harris2001-03-301-2/+1
* Move appletalk- and sna-related address routines out of the dissectorsGilbert Ramirez2001-03-221-2/+2
* Remove some more "CHECK_DISPLAY_AS_DATA()" calls and code to setGuy Harris2001-01-211-5/+1
* Pull the handling of trailers in Ethernet (as opposed to 802.3) framesGuy Harris2001-01-181-2/+2
* "dissect_llc()" is called for RFC 2684 LLC Encapsulation over ATM, soGuy Harris2001-01-111-12/+2
* Make the stuff to handle SNAP frames (OUI, PID, payload) a routine ofGuy Harris2001-01-101-77/+168
* Add an additional "protocol index" argument to "{old_}dissector_add()",Guy Harris2001-01-091-3/+4
* X.25-over-LLC support, from Paul Ionescu.Guy Harris2001-01-051-6/+6
* Clear the Info column before fetching anything from the packet, so thatGuy Harris2001-01-051-1/+4
* Have the TR MAC and LLC dissectors register themselves, make themGuy Harris2001-01-031-2/+4
* Have "proto_register_protocol()" build a list of data structures forGuy Harris2001-01-031-3/+3
* Tvbuffify the CDP, CGMP, ISL, and VTP dissectors.Guy Harris2000-12-281-27/+8
* Wrap the dissect_fddi() call (with a 4th argument) withGilbert Ramirez2000-11-291-1/+2
* For each column, have both a buffer into which strings for that columnGuy Harris2000-11-191-2/+2