summaryrefslogtreecommitdiffstats
path: root/usr.sbin/tcpdump/print-stp.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* Replace <sys/param.h> with <limits.h> and other less dirty headers wherederaadt2015-01-161-2/+1
* 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
* add support for displaying Rapid Spanning Tree Protocol frames,reyk2006-11-191-20/+79
* Add support for displaying Shared Spanning Tree Protocol frames, a minorpascoe2004-12-201-6/+26
* 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