X-Git-Url: https://git.tcpdump.org/tcpdump/blobdiff_plain/ed85e20e4d6a27d5405f37366dd34b64c10a9211..b38f324af9dd953a661b9f35910f8c6d8eb2cc06:/print-syslog.c diff --git a/print-syslog.c b/print-syslog.c index 5e3cd4f7..ff866762 100644 --- a/print-syslog.c +++ b/print-syslog.c @@ -14,14 +14,15 @@ * FOR A PARTICULAR PURPOSE. */ -#define NETDISSECT_REWORKED +/* \summary: Syslog protocol printer */ + #ifdef HAVE_CONFIG_H #include "config.h" #endif -#include +#include -#include "interface.h" +#include "netdissect.h" #include "extract.h" static const char tstr[] = "[|syslog]";