aboutsummaryrefslogtreecommitdiffstats
path: root/tools/ncp2222.py
diff options
context:
space:
mode:
authorPascal Quantin <pascal.quantin@gmail.com>2015-09-29 22:29:41 +0200
committerMichael Mann <mmann78@netscape.net>2015-09-29 21:48:42 +0000
commit1a949ba87bd6f48f666ab203ce509a918f583bc5 (patch)
treea4354487d904e7177a49522cb89bd0c66c815c85 /tools/ncp2222.py
parent4ea7a9a1b9afa3a8082dc3ccc5fff7d97aaa5059 (diff)
NCP2222: change ncp.nds_return_all_classes filter type from FT_STRING to FT_UINT32
Otherwise a call to proto_tree_add_uint_format_value will trigger an assert Bug: 11550 Change-Id: Ic30b07a424cd94b861cee8999b91154ceeb72469 Reviewed-on: https://code.wireshark.org/review/10689 Reviewed-by: Pascal Quantin <pascal.quantin@gmail.com> Petri-Dish: Pascal Quantin <pascal.quantin@gmail.com> Tested-by: Petri Dish Buildbot <buildbot-no-reply@wireshark.org> Reviewed-by: Michael Mann <mmann78@netscape.net>
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 a675b92d58..d25fbd0887 100755
--- a/tools/ncp2222.py
+++ b/tools/ncp2222.py
@@ -7720,7 +7720,7 @@ proto_register_ncp2222(void)
{ "All Attributes", "ncp.nds_all_attr", FT_UINT32, BASE_DEC, NULL, 0x0, "Return all Attributes?", HFILL }},
{ &hf_nds_return_all_classes,
- { "All Classes", "ncp.nds_return_all_classes", FT_STRING, BASE_NONE, NULL, 0x0, "Return all Classes?", HFILL }},
+ { "All Classes", "ncp.nds_return_all_classes", FT_UINT32, BASE_DEC, NULL, 0x0, "Return all Classes?", HFILL }},
{ &hf_nds_req_flags,
{ "Request Flags", "ncp.nds_req_flags", FT_UINT32, BASE_DEC, NULL, 0x0, NULL, HFILL }},