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