summaryrefslogtreecommitdiff
path: root/llc.h
Commit message (Collapse)AuthorAgeFilesLines
* Add support for filters testing for 802.2 LLC frame types.Guy Harris2014-05-191-2/+33
| | | | | | "llc" can now be used to check for frames with 802.2 headers on linktypes other than Sun ATM, and can now be given an argument to check for I, S, and U frames and for particular types of S and U frames.
* remove libpcap's own CVS keywordsDenis Ovsienko2014-01-031-2/+0
| | | | | | This change removes CVS keywords that express that the file belongs to libpcap repository. All such keywords represented the revision and timestamp by the end of 2008 or even older.
* Add a "netbeui" keyword, which selects NetBEUI packets (LLC packets withguy2001-01-281-4/+7
| | | | | | | 0xf0 as the DSAP and SSAP). Let "ipx" work on non-Ethernet 802.2 frames - we assume they're always frames with the IPX DSAP.
* I've seen captures with all four different flavors of IPX frames onguy2001-01-141-0/+66
Ethernet, so, at least on Ethernet, when checking for IPX frames, check for all of them, including Ethernet_II and Ethernet_SNAP. Add an "llc.h" file with LLC SAP values, taken from tcpdump's "llc.h" file, and use those, rather than defining them ourselves in "gencode.c".