]> The Tcpdump Group git mirrors - tcpdump/blobdiff - print-cnfp.c
Avoiding conditional directives that break statements
[tcpdump] / print-cnfp.c
index d80d7fd27442c2742d1da7e4e75073bc0bc1ae35..b1113c996bee5754ded94ea17141cc5c5f1138e3 100644 (file)
  *    http://www.cisco.com/c/en/us/td/docs/net_mgmt/netflow_collection_engine/3-6/user/guide/format.html#wp1005892
  */
 
-#define NETDISSECT_REWORKED
 #ifdef HAVE_CONFIG_H
 #include "config.h"
 #endif
 
-#include <tcpdump-stdinc.h>
+#include <netdissect-stdinc.h>
 
 #include <stdio.h>
 #include <string.h>
 
-#include "interface.h"
+#include "netdissect.h"
 #include "addrtoname.h"
 #include "extract.h"