]> The Tcpdump Group git mirrors - tcpdump/commit
Pull the "linux-include" versions of "slip.h" and "slcompress.h" up to
authorguy <guy>
Mon, 9 Oct 2000 01:53:19 +0000 (01:53 +0000)
committerguy <guy>
Mon, 9 Oct 2000 01:53:19 +0000 (01:53 +0000)
commitf685a42c3dde025ae99b507f643332f1a4918e8e
tree3bb9fef80ec80add562cee6704f987c9e6e3a21b
parent46f6e51d596cb47c718baa3959c2e9bb28c5e0c1
Pull the "linux-include" versions of "slip.h" and "slcompress.h" up to
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".
FILES
ppp.h
print-chdlc.c
print-ppp.c
print-sl.c
print-vjc.c
slcompress.h [new file with mode: 0644]
slip.h [new file with mode: 0644]