aboutsummaryrefslogtreecommitdiffstats
path: root/packet-llc.c
AgeCommit message (Expand)AuthorFilesLines
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
2000-08-13Add the "Edit:Protocols..." feature which currently only implementsLaurent Deniel1-1/+3
2000-08-11Don't bump "offset" in the non-SNAP case - it hasn't been set, and weGuy Harris1-3/+1
2000-08-07Allow either old-style (pre-tvbuff) or new-style (tvbuffified)Guy Harris1-9/+8
2000-05-31Add routines for adding items to a protocol tree that take arguments ofGuy Harris1-11/+11
2000-05-31Convert LAPD and V.120 dissector to use tvbuff. Convert xdlc dissector-helper,Gilbert Ramirez1-4/+3
2000-05-28In the FDDI and LLC dissectors, extract fields as we use them, so thatGuy Harris1-6/+9
2000-05-28Use "tvb_get_ntoh24()" to extract the OUI from a SNAP header, ratherGuy Harris1-4/+2
2000-05-19Add protection against 0-length FT_BYTES being added to proto_tree.Gilbert Ramirez1-3/+3
2000-05-16Have tvbuff's keep track of cap_len and pkt_len ('length' and 'reported_length'Gilbert Ramirez1-3/+3
2000-05-12In wiretap, set err to 0 before doing anything inside wtap_loop().Gilbert Ramirez1-7/+7
2000-05-12<sheepish grin>Gilbert Ramirez1-7/+7
2000-05-11Convert LLC dissector to use tvbuffs.Gilbert Ramirez1-56/+65
2000-05-11Add tvbuff class.Gilbert Ramirez1-10/+10
2000-04-17Register a "llc.dsap" dissector table for 802.2 LLC, and have dissectorsGuy Harris1-81/+47
2000-04-13For I and S frames, the LLC control field is 2 bytes, so make itGuy Harris1-2/+2
2000-04-12Change my e-mail address from @tivoli.com to @xiexie.orgGilbert Ramirez1-2/+2
2000-04-10Add DOCSIS BPDU patch from Johannes Hennecke <Johannes.Hennecke@elsa.de>.Gerald Combs1-1/+10
2000-04-09The "llc_ctrl_vals[]" value_string table isn't used to generate theGuy Harris1-3/+5
2000-04-08The "llc_ctrl_vals[]" value_string table isn't used to generate theGuy Harris1-10/+2