summaryrefslogtreecommitdiffstats
path: root/usr.sbin/tcpdump/print-stp.c (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Replace <sys/param.h> with <limits.h> and other less dirty headers wherederaadt2015-01-161-2/+1
| | | | | | | | | possible. Annotate <sys/param.h> lines with their current reasons. Switch to PATH_MAX, NGROUPS_MAX, HOST_NAME_MAX+1, LOGIN_NAME_MAX, etc. Change MIN() and MAX() to local definitions of MINIMUM() and MAXIMUM() where sensible to avoid pulling in the pollution. These are the files confirmed through binary verification. ok guenther, millert, doug (helped with the verification protocol)
* No use for <netinet/in_systm.h> nor <netinet/tcpip.h>.mpi2014-08-141-2/+1
|
* do not inlcude ipx headershenning2007-06-041-4/+1
|
* in octal, eight looks like 10... fix the STP_FLAGS_BITS definitionreyk2006-11-211-2/+2
| | | | introduced with my previous commit.
* add support for displaying Rapid Spanning Tree Protocol frames,reyk2006-11-191-20/+79
| | | | | | as specified in IEEE 802.1d-2004/802.1w. ok mcbride@
* Add support for displaying Shared Spanning Tree Protocol frames, a minorpascoe2004-12-201-6/+26
| | | | | | variation on 802.1d/STP. ok otto@ mcbride@
* last bit of clause 3 & 4 nuking for me.jason2003-06-031-6/+1
|
* We live in an ANSI C world. Remove lots of gratuitous #ifdef __STDC__ cruft.millert2002-02-191-3/+1
|
* code for printing bridge spanning tree packetsjason2000-10-191-0/+235
also fix a bug where llc encoded frames are hex dumped twice when -x is used