]> The Tcpdump Group git mirrors - tcpdump/blobdiff - print-openflow-1.0.c
Handle very large -f files by rejecting them.
[tcpdump] / print-openflow-1.0.c
index a981759951feefce70183b87b96421b064a92550..ce9584305f9dd0eecc263a55dbff3c4d293e8f24 100644 (file)
  * POSSIBILITY OF SUCH DAMAGE.
  */
 
+/* \summary: OpenFlow protocol version 1.0 printer */
+
 #ifdef HAVE_CONFIG_H
 #include "config.h"
 #endif
 
-#include <tcpdump-stdinc.h>
+#include <netdissect-stdinc.h>
 
 #include "netdissect.h"
 #include "extract.h"
@@ -72,7 +74,6 @@
 #include "openflow.h"
 
 static const char tstr[] = " [|openflow]";
-static const char istr[] = " (invalid)";
 
 #define OFPT_HELLO                    0x00
 #define OFPT_ERROR                    0x01