URL: https://code.wireshark.org/review/gitweb?p=wireshark.git;a=commit;h=edeaae04d91ca8675190c5d1c528f24d0fefc06c
Submitter: Guy Harris (guy@xxxxxxxxxxxx)
Changed: branch: master
Repository: wireshark
Commits:
edeaae0 by Richard Sharpe (rsharpe@xxxxxxxxx):
Remove the search back up the proto tree for the capture frequency that was
being used to determine if we are dissecting 802.11ad in several places.
Since we now have a macro for testing that and the frequency is in the phdr
we really should use that. This also prevents problems during display filter
execution with respect to fields that are only present for 802.11ad.
Change-Id: Id04a31c15b04378b6b0f056baa1f37d94a65b71c
Signed-off-by: Richard Sharpe <realrichardsharpe@xxxxxxxxx>
Reviewed-on: https://code.wireshark.org/review/10234
Reviewed-by: Guy Harris <guy@xxxxxxxxxxxx>
Actions performed:
from 4ba5225 Point to GitHub for the pcapng specification.
adds edeaae0 Remove the search back up the proto tree for the capture frequency that was being used to determine if we are dissecting 802.11ad in several places.
Summary of changes:
epan/dissectors/packet-ieee80211.c | 37 +++---------------------------------
1 file changed, 3 insertions(+), 34 deletions(-)