]> The Tcpdump Group git mirrors - tcpdump/blobdiff - print-syslog.c
CVE-2016-7931/Add bounds and length checks.
[tcpdump] / print-syslog.c
index 2d48181502a600730d3da714b8626aef82bfd1c5..ff86676296dad2c6bb7fb97300a503b6b13477c4 100644 (file)
  * FOR A PARTICULAR PURPOSE.
  */
 
+/* \summary: Syslog protocol printer */
+
 #ifdef HAVE_CONFIG_H
 #include "config.h"
 #endif
 
-#include <tcpdump-stdinc.h>
+#include <netdissect-stdinc.h>
 
-#include "interface.h"
+#include "netdissect.h"
 #include "extract.h"
 
 static const char tstr[] = "[|syslog]";