Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | remove tcpdump's own CVS keywords | Denis Ovsienko | 2014-01-03 | 1 | -2/+0 |
| | | | | | | Remove lots of $Header's and a few $Id's that all belong to the former CVS repository of tcpdump itself. These keywords have been frozen since the migration to git in late 2008. | ||||
* | Get rid of a couple of #defines not used by tcpdump. | guy | 2000-10-09 | 1 | -4/+3 |
| | | | | | Add TCP_PUSH_BIT back; it's not used by tcpdump, but it *is* a bit in the compressed packet header, and thus part of the protocol. | ||||
* | Pull the "linux-include" versions of "slip.h" and "slcompress.h" up to | guy | 2000-10-09 | 1 | -0/+88 |
the top-level directory, remove from them all stuff not needed by tcpdump, include them rather than the system's header files, and get rid of assorted unnecessary include files. This means you don't need to check for "slip.h" when building "print-sl.c", stubbing it out on systems that don't have "slip.h". We also don't need to build the stuff in "print-vjc.c" only on BSD/OS. Use "u_int32_t" and "u_int16_t" rather than "u_int" and "u_short" for structure members in "print-chdlc.c". Move PPP_HDRLEN from "print-ppp.c" to "ppp.h", as per the XXX comment in "print-ppp.c". |