aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-ncp.c
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 /epan/dissectors/packet-ncp.c
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 'epan/dissectors/packet-ncp.c')
-rw-r--r--epan/dissectors/packet-ncp.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/epan/dissectors/packet-ncp.c b/epan/dissectors/packet-ncp.c
index a855a3d4a5..d813663969 100644
--- a/epan/dissectors/packet-ncp.c
+++ b/epan/dissectors/packet-ncp.c
@@ -1075,7 +1075,7 @@ proto_register_ncp(void)
FT_UINT32, BASE_HEX, VALS(burst_command), 0x0,
"Packet Burst Command", HFILL }},
{ &hf_ncp_burst_file_handle,
- { "Burst File Handle", "ncp.file_handle",
+ { "Burst File Handle", "ncp.burst_file_handle",
FT_UINT32, BASE_HEX, NULL, 0x0,
"Packet Burst File Handle", HFILL }},
{ &hf_ncp_burst_reserved,