X-Git-Url: https://git.tcpdump.org/tcpdump/blobdiff_plain/0f95d441e4b5d7512cc5c326c8668a120e048eda..refs/pull/482/head:/print-ppp.c diff --git a/print-ppp.c b/print-ppp.c index 9a983e61..078f6a56 100644 --- a/print-ppp.c +++ b/print-ppp.c @@ -29,12 +29,11 @@ * o BAP support */ -#define NETDISSECT_REWORKED #ifdef HAVE_CONFIG_H #include "config.h" #endif -#include +#include #ifdef __bsdi__ #include @@ -43,7 +42,7 @@ #include -#include "interface.h" +#include "netdissect.h" #include "extract.h" #include "addrtoname.h" #include "ppp.h" @@ -805,8 +804,8 @@ static const struct tok ppp_ml_flag_values[] = { static void handle_mlppp(netdissect_options *ndo, - const u_char *p, int length) { - + const u_char *p, int length) +{ if (!ndo->ndo_eflag) ND_PRINT((ndo, "MLPPP, "));