X-Git-Url: https://git.tcpdump.org/tcpdump/blobdiff_plain/3fb4560e1ebe3144a0f475373eeaaaf7ca91f501..refs/heads/tcpdump-4.8:/print-loopback.c diff --git a/print-loopback.c b/print-loopback.c index 1391ba71..2d5fca5d 100644 --- a/print-loopback.c +++ b/print-loopback.c @@ -34,7 +34,7 @@ #include "config.h" #endif -#include +#include #include "netdissect.h" #include "extract.h" @@ -42,7 +42,6 @@ #include "addrtoname.h" static const char tstr[] = " [|loopback]"; -static const char istr[] = " (invalid)"; #define LOOPBACK_REPLY 1 #define LOOPBACK_FWDDATA 2