summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGuy Harris <guy@alum.mit.edu>2015-08-28 13:42:51 -0700
committerGuy Harris <guy@alum.mit.edu>2015-08-28 20:43:11 +0000
commit06f4566fabd22a486afcf6d6d232f9338479aff5 (patch)
tree68716c9c9f46d722d134dc277b623e8db4991714
parentf1ca8418e869ba95af4615ff878160b3694454e5 (diff)
downloadwireshark-06f4566fabd22a486afcf6d6d232f9338479aff5.tar.gz
Get rid of now-unused variable.
Change-Id: I579d1fe3448a097df719af361cbf19d4200afd80 Reviewed-on: https://code.wireshark.org/review/10292 Reviewed-by: Guy Harris <guy@alum.mit.edu>
-rw-r--r--epan/dissectors/packet-ppi.c3
1 files changed, 0 insertions, 3 deletions
diff --git a/epan/dissectors/packet-ppi.c b/epan/dissectors/packet-ppi.c
index bb105a352f..5ed8d4b3f4 100644
--- a/epan/dissectors/packet-ppi.c
+++ b/epan/dissectors/packet-ppi.c
@@ -744,7 +744,6 @@ dissect_ppi(tvbuff_t *tvb, packet_info *pinfo, proto_tree *tree)
gchar *mpdu_str;
gboolean first_mpdu = TRUE;
guint last_frame = 0;
- gboolean is_ht = FALSE;
gint len_remain, /*pad_len = 0,*/ ampdu_len = 0;
col_set_str(pinfo->cinfo, COL_PROTOCOL, "PPI");
@@ -797,13 +796,11 @@ dissect_ppi(tvbuff_t *tvb, packet_info *pinfo, proto_tree *tree)
case PPI_80211N_MAC:
dissect_80211n_mac(tvb, pinfo, ppi_tree, offset, data_len,
TRUE, &n_ext_flags, &ampdu_id);
- is_ht = TRUE;
break;
case PPI_80211N_MAC_PHY:
dissect_80211n_mac_phy(tvb, pinfo, ppi_tree, offset,
data_len, &n_ext_flags, &ampdu_id);
- is_ht = TRUE;
break;
case PPI_SPECTRUM_MAP: