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