]> The Tcpdump Group git mirrors - tcpdump/blobdiff - print-openflow-1.0.c
amend integer argument type (GH#521)
[tcpdump] / print-openflow-1.0.c
index a981759951feefce70183b87b96421b064a92550..a1b9f1e063033749adf547178cad1773bd31416b 100644 (file)
@@ -60,7 +60,7 @@
 #include "config.h"
 #endif
 
-#include <tcpdump-stdinc.h>
+#include <netdissect-stdinc.h>
 
 #include "netdissect.h"
 #include "extract.h"
@@ -72,7 +72,6 @@
 #include "openflow.h"
 
 static const char tstr[] = " [|openflow]";
-static const char istr[] = " (invalid)";
 
 #define OFPT_HELLO                    0x00
 #define OFPT_ERROR                    0x01