X-Git-Url: https://git.tcpdump.org/tcpdump/blobdiff_plain/7b2c5a11a7bc236d72b440c4db5263edb23b4880..b38f324af9dd953a661b9f35910f8c6d8eb2cc06:/print-syslog.c diff --git a/print-syslog.c b/print-syslog.c index 2d481815..ff866762 100644 --- a/print-syslog.c +++ b/print-syslog.c @@ -14,13 +14,15 @@ * FOR A PARTICULAR PURPOSE. */ +/* \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]";