]> The Tcpdump Group git mirrors - tcpdump/blobdiff - print-openflow.c
Update print-esp.c
[tcpdump] / print-openflow.c
index b1315f03476805898d872f2a584ead97ae450ec1..043adc2e857351a899fd9a21dd043462fa91716c 100644 (file)
  * POSSIBILITY OF SUCH DAMAGE.
  */
 
+/* \summary: version-independent OpenFlow printer */
+
 #ifdef HAVE_CONFIG_H
 #include "config.h"
 #endif
 
-#include <tcpdump-stdinc.h>
+#include <netdissect-stdinc.h>
 
 #include "netdissect.h"
 #include "extract.h"
@@ -42,7 +44,6 @@
 #include "oui.h"
 
 static const char tstr[] = " [|openflow]";
-static const char istr[] = " (invalid)";
 
 #define OF_VER_1_0    0x01