]> The Tcpdump Group git mirrors - tcpdump/blobdiff - print.c
Rename DLT_PPP_WITHDIRECTION to DLT_PPP_PPPD
[tcpdump] / print.c
diff --git a/print.c b/print.c
index 5b776d612644e296b6763db22b337ce61d1f9e0d..ee64843e2c3fcf6fc9689968babd513d2ceaedfc 100644 (file)
--- a/print.c
+++ b/print.c
@@ -201,8 +201,8 @@ static const struct printer printers[] = {
        { ppp_hdlc_if_print,    DLT_PPP_SERIAL },
 #endif
        { ppp_if_print,         DLT_PPP },
-#ifdef DLT_PPP_WITHDIRECTION
-       { ppp_if_print,         DLT_PPP_WITHDIRECTION },
+#ifdef DLT_PPP_PPPD
+       { ppp_if_print,         DLT_PPP_PPPD },
 #endif
 #ifdef DLT_PPP_ETHER
        { pppoe_if_print,       DLT_PPP_ETHER },