aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-bthci_evt.c
diff options
context:
space:
mode:
authorMichal Labedzki <michal.labedzki@tieto.com>2015-08-25 14:00:59 +0200
committerMichael Mann <mmann78@netscape.net>2015-09-14 12:16:29 +0000
commitac158c14d6542932b30b9960d2f92f669a9a3998 (patch)
tree7900ed5fc943e11bb5819c07ddd8d0d21a09b318 /epan/dissectors/packet-bthci_evt.c
parent134572289efaf48dcb5aae96fae4e223c798044a (diff)
Bluetooth: HCI_EVT: Use correct name for Window field
Change-Id: Ia5dc9478f5dfcd52e872020904cd8efb0cc08a8c Reviewed-on: https://code.wireshark.org/review/10522 Reviewed-by: Michael Mann <mmann78@netscape.net>
Diffstat (limited to 'epan/dissectors/packet-bthci_evt.c')
-rw-r--r--epan/dissectors/packet-bthci_evt.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/epan/dissectors/packet-bthci_evt.c b/epan/dissectors/packet-bthci_evt.c
index d64a47d7b6..9754a55810 100644
--- a/epan/dissectors/packet-bthci_evt.c
+++ b/epan/dissectors/packet-bthci_evt.c
@@ -5315,9 +5315,9 @@ proto_register_bthci_evt(void)
"SCO Flow Control Enable", HFILL }
},
{ &hf_bthci_evt_window,
- { "Interval", "bthci_evt.window",
+ { "Window", "bthci_evt.window",
FT_UINT16, BASE_DEC, NULL, 0x0,
- "Window", HFILL }
+ NULL, HFILL }
},
{ &hf_bthci_evt_input_unused,
{ "Unused bits", "bthci_evt.voice.unused",