fixing experimenter type
diff --git a/openflow_input/standard-1.3 b/openflow_input/standard-1.3
index af7e501..05d8dbc 100644
--- a/openflow_input/standard-1.3
+++ b/openflow_input/standard-1.3
@@ -1692,7 +1692,7 @@
 };
 
 struct of_table_feature_prop_experimenter : of_table_feature_prop {
-    uint16_t         type == 65535;
+    uint16_t         type == 65534;
     uint16_t         length;
     uint32_t         experimenter;
     uint32_t         subtype;
@@ -1701,7 +1701,7 @@
 
 // Not yet supported
 // struct of_table_feature_prop_experimenter_miss : of_table_feature_prop {
-//     uint16_t         type;
+//     uint16_t         type == 65535;
 //     uint16_t         length;
 //     uint32_t         experimenter;
 //     uint32_t         subtype;