aboutsummaryrefslogtreecommitdiff
path: root/llc.h
AgeCommit message (Expand)Author
2014-01-03remove tcpdump's own CVS keywordsDenis Ovsienko
2013-04-13There's another Cisco-private encapsulation of BPDUs.Guy Harris
2007-04-13From From Carles Kishimoto <carles.kishimoto@gmail.com>:hannes
2007-03-19From Carles Kishimoto <carles.kishimoto@gmail.com>:hannes
2007-02-08From Steinar Haug: print basic info about a few more Cisco LANguy
2005-12-01bugfix: bogus SS codepoints, display ctrl field correct, added 'Poll' token f...hannes
2005-09-29rework the LLC printer:hannes
2005-04-26Make "snap_print()" handle fetching and printing the OUI.guy
2005-04-06move the SNAP OUI values out of the llc printer intohannes
2002-12-11The "__attribute__((packed))" tag on structures causes some files not toguy
2002-11-09put __attribute__((packed)) to packet headers. s/u_short/u_int16_t/ and soitojun
2002-04-07Support RFC 2684 bridging of Ethernet, 802.5 Token Ring, and FDDI, andguy
2001-06-04Add a #define for the OUI for LLC+SNAP-encapsulated Ethernet.guy
2001-05-10Demux SNAP packets all in one place, unifying CDP, SNAP-encapsulatedfenner
2001-05-09Fix apparent typos.fenner
2001-01-28Document the "netbeui" filter expression keyword.guy
2001-01-15LLC frames with a DSAP and LSAP of 0xe0 are IPX frames, and so are Linuxguy
2000-12-18Pass only I frames and UI frames to the NetBEUI printer; thanks and aguy
2000-10-03always use u_intXX_t for protocol format declaration. char/short/int may notitojun
1999-10-07Initial revisionmcr