summaryrefslogtreecommitdiff
path: root/llc.h
Commit message (Expand)AuthorAgeFilesLines
* remove tcpdump's own CVS keywordsDenis Ovsienko2014-01-031-2/+0
* There's another Cisco-private encapsulation of BPDUs.Guy Harris2013-04-131-0/+1
* From From Carles Kishimoto <carles.kishimoto@gmail.com>:hannes2007-04-131-1/+2
* From Carles Kishimoto <carles.kishimoto@gmail.com>:hannes2007-03-191-1/+2
* From Steinar Haug: print basic info about a few more Cisco LANguy2007-02-081-1/+3
* bugfix: bogus SS codepoints, display ctrl field correct, added 'Poll' token f...hannes2005-12-011-2/+2
* rework the LLC printer:hannes2005-09-291-1/+5
* Make "snap_print()" handle fetching and printing the OUI.guy2005-04-261-34/+2
* move the SNAP OUI values out of the llc printer intohannes2005-04-061-7/+1
* The "__attribute__((packed))" tag on structures causes some files not toguy2002-12-111-2/+2
* put __attribute__((packed)) to packet headers. s/u_short/u_int16_t/ and soitojun2002-11-091-2/+2
* Support RFC 2684 bridging of Ethernet, 802.5 Token Ring, and FDDI, andguy2002-04-071-2/+23
* Add a #define for the OUI for LLC+SNAP-encapsulated Ethernet.guy2001-06-041-3/+5
* Demux SNAP packets all in one place, unifying CDP, SNAP-encapsulatedfenner2001-05-101-3/+7
* Fix apparent typos.fenner2001-05-091-3/+3
* Document the "netbeui" filter expression keyword.guy2001-01-281-4/+7
* LLC frames with a DSAP and LSAP of 0xe0 are IPX frames, and so are Linuxguy2001-01-151-1/+4
* Pass only I frames and UI frames to the NetBEUI printer; thanks and aguy2000-12-181-8/+8
* always use u_intXX_t for protocol format declaration. char/short/int may notitojun2000-10-031-10/+10
* Initial revisionmcr1999-10-071-0/+120