summaryrefslogtreecommitdiff
path: root/ppp.h
Commit message (Collapse)AuthorAgeFilesLines
* Fix spacesFrancois-Xavier Le Bail2020-08-081-2/+2
|
* Rename DLT_PPP_WITHDIRECTION to DLT_PPP_PPPDFrancois-Xavier Le Bail2020-08-081-2/+2
| | | | | | | In libpcap DLT_PPP_WITHDIRECTION was renamed to DLT_LINUX_PPP_WITHDIRECTION and after to DLT_PPP_PPPD. Rename other #defines to match.
* remove tcpdump's own CVS keywordsDenis Ovsienko2014-01-031-1/+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.
* justify declarations of struct tok arraysDenis Ovsienko2013-09-241-2/+0
| | | | | | Make sure all of them are declared const and most of them -- static. Proper declaration of token arrays is a common review point for new code that is based on existing decoders. Thus fix the issue at its root.
* - add a brief ML-PPP printerhannes2004-10-201-2/+3
| | | | | | - add PPP_IPV6 in the PPP name resolution table - change the cryptic SSNHF LCP options to "12 Bit seq #" for better clarity to human devices
* add ppp support for DLT_PPP_WITHDIRECTION; print direction (hidden under eflag)hannes2004-08-181-1/+4
|
* remove some EXTRACT_ lookalikes plus misc. display cleanuphannes2003-05-221-1/+4
|
* more consistent use of tok2str and support for MPLS over PPPhannes2002-09-141-1/+4
|
* Always define PPP_COMP.fenner2001-02-041-1/+2
| | | | Print [???] when we get a PPP packet that we don't handle.
* Pull the "linux-include" versions of "slip.h" and "slcompress.h" up toguy2000-10-091-1/+3
| | | | | | | | | | | | | | | | 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".
* more detailed output in ppp/pppoe/l2tp.itojun2000-08-181-1/+6
| | | | From: Motonori Shindo <mshindo@mshindo.net>
* print IPv6 packets (PPP_IPV6 == 0x0057)itojun2000-05-231-1/+3
|
* (ppptyp2str): add declaration. From kuznet@ms2.inr.ac.ruassar1999-11-211-1/+2
|
* Initial revisionmcr1999-10-071-0/+50