]> The Tcpdump Group git mirrors - tcpdump/blobdiff - print-smtp.c
RIPng: Use more ND_TCHECK_SIZE() macros
[tcpdump] / print-smtp.c
index fe0bbc2f224cec5784735849f0c951f157697267..f1a2582b2068014e01db3cbe3b8d732fcbb5a519 100644 (file)
  * FOR A PARTICULAR PURPOSE.
  */
 
+/* \summary: Simple Mail Transfer Protocol (SMTP) printer */
+
 #ifdef HAVE_CONFIG_H
-#include "config.h"
+#include <config.h>
 #endif
 
-#include <tcpdump-stdinc.h>
+#include "netdissect-stdinc.h"
 
 #include <stdio.h>
 #include <stdlib.h>