summaryrefslogtreecommitdiff
path: root/print-llc.c
Commit message (Expand)AuthorAgeFilesLines
* justify declarations of struct tok arraysDenis Ovsienko2013-09-241-2/+2
* There's another Cisco-private encapsulation of BPDUs.Guy Harris2013-04-131-0/+2
* reworked print-ether to use netdissectMichael Richardson2010-10-071-3/+3
* Process VLAN frames and Alteon jumbo frames in the Ethernet printer.Guy Harris2010-02-211-9/+5
* From From Carles Kishimoto <carles.kishimoto@gmail.com>:hannes2007-04-131-1/+5
* From From Carles Kishimoto <carles.kishimoto@gmail.com>:hannes2007-03-231-1/+4
* From Carles Kishimoto <carles.kishimoto@gmail.com>:hannes2007-03-211-1/+4
* From Carles Kishimoto <carles.kishimoto@gmail.com>:hannes2007-03-191-6/+12
* From Steinar Haug: print basic info about a few more Cisco LANguy2007-02-081-1/+3
* bugfix: pre-init OUI tokentable to an empty tokentable to prevent a NULL ref ...hannes2006-01-171-2/+6
* display I/G bithannes2005-12-011-2/+10
* bugfix: bogus SS codepoints, display ctrl field correct, added 'Poll' token f...hannes2005-12-011-7/+10
* Have print_llc() clear out the extracted_ethertype argument, rather thanguy2005-11-131-8/+10
* rework the LLC printer:hannes2005-09-291-54/+55
* Make "snap_print()" handle fetching and printing the OUI.guy2005-04-261-107/+124
* Don't print the LLC header stuff if it's an 802.3 IPX frame - thereguy2005-04-261-9/+9
* Properly terminate a "struct tok" list.guy2005-04-261-34/+45
* Have separate "struct tok" PID-to-name tables for different OUIs; don'tguy2005-04-251-7/+44
* refactored ip_print() so that chained header parser (ESP/AH) canmcr2005-04-061-2/+10
* move the SNAP OUI values out of the llc printer intohannes2005-04-061-11/+3
* -resolve (print the name) the OUI field in the SNAP printerhannes2005-01-251-3/+13
* hide the IPX 802.3 indication under the eflaghannes2004-05-011-4/+7
* tell the oid and ethertype during SNAP header processinghannes2004-05-011-2/+8
* add tokentable llc_values[], remove SNAP printing beyond vflaghannes2003-12-291-4/+21
* Have the configure script arrange that the Makefile define _U_guy2003-11-161-4/+4
* From Neil Spring:guy2003-11-151-4/+4
* print LLC header [dsap,ssap, and cmd] if eflag is sethannes2003-05-281-1/+7
* don't pass on src & dst MAC adresses to the isoclns decoder as MAC adresseshannes2003-05-221-2/+2
* added processing of LLC_SAPIPhannes2002-11-131-1/+6
* Get rid of the "-Wno-unused" flag, and fix up most of theguy2002-09-051-6/+6
* Add a few more GCC warnings on GCC >= 2 for ".devel" builds.guy2002-09-051-2/+2
* Added support for Win32, based on WinPcap.risso2002-08-011-7/+2
* Make "snap_print()" take an argument specifying the padding for bridgedguy2002-07-111-12/+17
* From Paul S. Traina: FreeBSD's Frame Relay printer.guy2002-07-111-107/+121
* Support RFC 2684 bridging of Ethernet, 802.5 Token Ring, and FDDI, andguy2002-04-071-2/+69
* From Heinz-Ado Arnolds <Ado.Arnolds@dhm-systems.de>: mark IPX packetsguy2001-11-251-1/+3
* Add --enable-smb to make it easier to re-enable the SMB printer.fenner2001-10-081-2/+2
* disable smb printing until we have boundary checks in *smb*.c (there's almostitojun2001-10-041-1/+3
* There's no link-layer header on Linux ARPHRD_ATM packets; there'sguy2001-09-231-3/+3
* Note that Ethernet_802.3 IPX frames can appear on network other thanguy2001-07-211-1/+6
* styleitojun2001-06-151-2/+2
* Add a #define for the OUI for LLC+SNAP-encapsulated Ethernet.guy2001-06-041-3/+9
* Demux SNAP packets all in one place, unifying CDP, SNAP-encapsulatedfenner2001-05-101-15/+39
* Document the "netbeui" filter expression keyword.guy2001-01-281-2/+2
* Do some additional bounds checking when dissecting SMB packets.guy2001-01-151-2/+2
* Handle IPX socket 0x553, which is some kind of NetBIOS-over-IPX socket.guy2001-01-151-9/+1
* LLC frames with a DSAP and LSAP of 0xe0 are IPX frames, and so are Linuxguy2001-01-151-1/+27
* Pass only I frames and UI frames to the NetBEUI printer; thanks and aguy2000-12-181-20/+36
* Making "extracted_ethertype" static to "print-ether.c" broke otherguy2000-12-181-3/+4
* The control field of an LLC frame is 1 byte for a U frame and 2 bytesguy2000-12-051-2/+28