Some enum numerical to string translation
diff --git a/wireshark_gen/field_info.py b/wireshark_gen/field_info.py
index 2809c2a..28f4cdb 100644
--- a/wireshark_gen/field_info.py
+++ b/wireshark_gen/field_info.py
@@ -104,7 +104,13 @@
('of_barrier_reply', 'type'): 'ofp_type',
('of_echo_request', 'type'): 'ofp_type',
('of_echo_reply', 'type'): 'ofp_type',
- ('of_match_v3', 'type'): 'ofp_match_type'
+ ('of_match_v3', 'type'): 'ofp_match_type',
+ ('of_action_set_nw_ttl', 'type'): 'ofp_action_type',
+ ('of_action_output', 'type'): 'ofp_action_type',
+ ('of_action_group', 'type'): 'ofp_action_type',
+ ('of_action_id', 'type'): 'ofp_action_type',
+ ('of_instruction_apply_actions', 'type'): 'ofp_instruction_type',
+ ('of_instruction_write_actions', 'type'): 'ofp_instruction_type',
}
# Override oftype_to_base for certain field names