]> The Tcpdump Group git mirrors - tcpdump/blobdiff - print-smtp.c
CVE-2016-7931/Add bounds and length checks.
[tcpdump] / print-smtp.c
index fe0bbc2f224cec5784735849f0c951f157697267..0cdcf1d92c35489dabf856ab1ac941d8f2ed948e 100644 (file)
  * FOR A PARTICULAR PURPOSE.
  */
 
+/* \summary: Simple Mail Transfer Protocol (SMTP) printer */
+
 #ifdef HAVE_CONFIG_H
 #include "config.h"
 #endif
 
-#include <tcpdump-stdinc.h>
+#include <netdissect-stdinc.h>
 
 #include <stdio.h>
 #include <stdlib.h>