X-Git-Url: https://git.tcpdump.org/tcpdump/blobdiff_plain/7b2c5a11a7bc236d72b440c4db5263edb23b4880..c94fccbfceecbf8c936fdaa4a5b9dc5e4fff0b09:/print-syslog.c?ds=inline 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]";