X-Git-Url: https://git.tcpdump.org/tcpdump/blobdiff_plain/69cb46af9119e8b5554bcc4bf1bf36f39cb82131..b07acab03ae9f76fe822ff9239d705f48efd270d:/print-vjc.c diff --git a/print-vjc.c b/print-vjc.c index 65aa8e6a..3287b9bc 100644 --- a/print-vjc.c +++ b/print-vjc.c @@ -19,13 +19,17 @@ * MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE. */ +/* \summary: PPP Van Jacobson compression printer */ + +/* specification: RFC 1144 */ + #ifdef HAVE_CONFIG_H #include "config.h" #endif -#include +#include -#include "interface.h" +#include "netdissect.h" #include "slcompress.h" #include "ppp.h"