aboutsummaryrefslogtreecommitdiffstats
path: root/tools/wireshark_gen.py
diff options
context:
space:
mode:
Diffstat (limited to 'tools/wireshark_gen.py')
-rwxr-xr-xtools/wireshark_gen.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/wireshark_gen.py b/tools/wireshark_gen.py
index ccec2082e4..2d7d412743 100755
--- a/tools/wireshark_gen.py
+++ b/tools/wireshark_gen.py
@@ -2638,7 +2638,7 @@ process_RequestOperation(tvbuff_t *tvb, packet_info *pinfo, proto_tree *ptree, M
}
/* fill-up the field */
pi=proto_tree_add_string(ptree, hf_operationrequest, tvb, 0, 0, operation);
- PROTO_ITEM_SET_GENERATED(pi);
+ proto_item_set_generated(pi);
return pi;
}