aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRichard Sharpe <realrichardsharpe@gmail.com>2018-03-30 07:08:27 -0700
committerAnders Broman <a.broman58@gmail.com>2018-03-31 05:56:27 +0000
commitff844cbbb599e9b248e6abccadb04521598fb660 (patch)
treeb9a85dfb384bd7b802726e792e29151910933ccf
parentd7c98ddde7d66c57ec9ca313bad4e8d1cb8f33f6 (diff)
radiotap: Remove a redundant increment from the end of the HE-MU dissector.
Remove an increment of the offset variable from after the last field. Change-Id: Iee33caec4f58206e3e223390227907ae61092533 Reviewed-on: https://code.wireshark.org/review/26691 Petri-Dish: Richard Sharpe <realrichardsharpe@gmail.com> Tested-by: Petri Dish Buildbot Reviewed-by: Anders Broman <a.broman58@gmail.com>
-rw-r--r--epan/dissectors/packet-ieee80211-radiotap.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/epan/dissectors/packet-ieee80211-radiotap.c b/epan/dissectors/packet-ieee80211-radiotap.c
index 716e9cdb92..f7240daff9 100644
--- a/epan/dissectors/packet-ieee80211-radiotap.c
+++ b/epan/dissectors/packet-ieee80211-radiotap.c
@@ -1269,7 +1269,6 @@ dissect_radiotap_he_mu_info(tvbuff_t *tvb, packet_info *pinfo _U_, proto_tree *t
mu_ru_3_known ? hf_radiotap_he_mu_ru_3 :
hf_radiotap_he_mu_ru_3_unknown,
tvb, offset, 1, ENC_NA);
- offset++;
}
static void