]> The Tcpdump Group git mirrors - tcpdump/blobdiff - print-openflow.c
OpenFlow 1.3: Get OFPT_HELLO right.
[tcpdump] / print-openflow.c
index 699ebe88c1a3b31737f5499af3bd976f34356754..73c783d38f971791ca57937d6c0ba9a73252865b 100644 (file)
 #include "oui.h"
 
 
-#define OF_VER_1_0    0x01
-#define OF_VER_1_1    0x02
-#define OF_VER_1_2    0x03
-#define OF_VER_1_3    0x04
-#define OF_VER_1_4    0x05
-#define OF_VER_1_5    0x06
-
 static const struct tok ofver_str[] = {
        { OF_VER_1_0,   "1.0" },
        { OF_VER_1_1,   "1.1" },