From 24238df6174f0bf616d3b691f67cc362632ec7b1 Mon Sep 17 00:00:00 2001 From: Gerald Combs Date: Tue, 10 Jul 2007 23:23:09 +0000 Subject: [PATCH] Add a missing display filter. svn path=/trunk/; revision=22285 --- epan/dissectors/packet-ieee80211.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/epan/dissectors/packet-ieee80211.c b/epan/dissectors/packet-ieee80211.c index ec21b4b06d..85d4891046 100644 --- a/epan/dissectors/packet-ieee80211.c +++ b/epan/dissectors/packet-ieee80211.c @@ -7658,7 +7658,7 @@ proto_register_ieee80211 (void) FT_UINT16, BASE_HEX, NULL, 0xf000, "Number of Traffic Identifiers (TIDs) Present", HFILL }}, {&hf_block_ack_multi_tid_info, - {"Traffic Identifier (TID) Info", "", + {"Traffic Identifier (TID) Info", "wlan.ba.mtid.tid", FT_UINT8, BASE_DEC, 0, 0, "Traffic Identifier (TID) Info", HFILL }}, {&hf_block_ack_multi_tid_reserved,