From 6e5d84f1e1ce5cb468f585c0bdb26d555254d107 Mon Sep 17 00:00:00 2001 From: Bill Meier Date: Wed, 3 Dec 2014 15:22:39 -0500 Subject: 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 --- epan/dissectors/packet-ncp.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'epan/dissectors/packet-ncp.c') 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, -- cgit v1.2.3