| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Replace <sys/param.h> with <limits.h> and other less dirty headers where | 2015-01-16 | 1 | -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>. | 2014-08-14 | 1 | -2/+1 | |
| | | |||||
| * | do not inlcude ipx headers | 2007-06-04 | 1 | -4/+1 | |
| | | |||||
| * | in octal, eight looks like 10... fix the STP_FLAGS_BITS definition | 2006-11-21 | 1 | -2/+2 | |
| | | | | | introduced with my previous commit. | ||||
| * | add support for displaying Rapid Spanning Tree Protocol frames, | 2006-11-19 | 1 | -20/+79 | |
| | | | | | | | as specified in IEEE 802.1d-2004/802.1w. ok mcbride@ | ||||
| * | Add support for displaying Shared Spanning Tree Protocol frames, a minor | 2004-12-20 | 1 | -6/+26 | |
| | | | | | | | variation on 802.1d/STP. ok otto@ mcbride@ | ||||
| * | last bit of clause 3 & 4 nuking for me. | 2003-06-03 | 1 | -6/+1 | |
| | | |||||
| * | We live in an ANSI C world. Remove lots of gratuitous #ifdef __STDC__ cruft. | 2002-02-19 | 1 | -3/+1 | |
| | | |||||
| * | code for printing bridge spanning tree packets | 2000-10-19 | 1 | -0/+235 | |
| also fix a bug where llc encoded frames are hex dumped twice when -x is used | |||||
