aboutsummaryrefslogtreecommitdiffstats
path: root/tools/ncp2222.py
diff options
context:
space:
mode:
authorBill Meier <wmeier@newsguy.com>2014-12-03 15:22:39 -0500
committerBill Meier <wmeier@newsguy.com>2014-12-04 03:44:45 +0000
commit6e5d84f1e1ce5cb468f585c0bdb26d555254d107 (patch)
tree82870a9909f5e70a19c4061d5b9d22f9ef2958d5 /tools/ncp2222.py
parentf8c0bff6b813698be87ef0d407bbd0c2f2fa357b (diff)
Rename some filter names to fix cases of duplicate filter names.
Note: Use of most of these filter names could have caused a Wireshark crash. Change-Id: I393402a25dd26d174baff77f4706f6d5f43a94ae Reviewed-on: https://code.wireshark.org/review/5610 Reviewed-by: Bill Meier <wmeier@newsguy.com>
Diffstat (limited to 'tools/ncp2222.py')
-rwxr-xr-xtools/ncp2222.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/ncp2222.py b/tools/ncp2222.py
index ea981dcd8d..b86b2cddf4 100755
--- a/tools/ncp2222.py
+++ b/tools/ncp2222.py
@@ -8217,7 +8217,7 @@ proto_register_ncp2222(void)
{ "Set Parameter Value", "ncp.srvr_param_string", FT_STRING, BASE_NONE, NULL, 0x0, NULL, HFILL }},
{ &hf_srvr_param_number,
- { "Set Parameter Value", "ncp.srvr_param_string", FT_UINT32, BASE_DEC, NULL, 0x0, NULL, HFILL }},
+ { "Set Parameter Value", "ncp.srvr_param_number", FT_UINT32, BASE_DEC, NULL, 0x0, NULL, HFILL }},
{ &hf_srvr_param_boolean,
{ "Set Parameter Value", "ncp.srvr_param_boolean", FT_BOOLEAN, BASE_NONE, NULL, 0x0, NULL, HFILL }},