]> The Tcpdump Group git mirrors - tcpdump/blobdiff - print-cnfp.c
Add program_name field in the netdissect_options structure
[tcpdump] / print-cnfp.c
index d80d7fd27442c2742d1da7e4e75073bc0bc1ae35..2ea5427ad3ba6f5402ce70c64bfa5786043dc3f1 100644 (file)
@@ -38,7 +38,6 @@
  *    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
@@ -48,7 +47,7 @@
 #include <stdio.h>
 #include <string.h>
 
-#include "interface.h"
+#include "netdissect.h"
 #include "addrtoname.h"
 #include "extract.h"