Wireshark-commits: [Wireshark-commits] master 7d7f6be: We only have the short preamble flag if we h

From: Wireshark code review <code-review-do-not-reply@xxxxxxxxxxxxx>
Date: Sun, 28 Jun 2015 16:23:36 +0000 (UTC)
URL: https://code.wireshark.org/review/gitweb?p=wireshark.git;a=commit;h=7d7f6be1fc2bbe52d34bc4fc88536e2264c638c8
Submitter: Guy Harris (guy@xxxxxxxxxxxx)
Changed: branch: master
Repository: wireshark

Commits:

7d7f6be by Guy Harris (guy@xxxxxxxxxxxx):

    We only have the short preamble flag if we have a Flags field.
    
    Don't set PHDR_802_11_HAS_SHORT_PREAMBLE or phdr.short_preamble unless
    we have the flags bits from the Flags field.
    
    Discovered by Pascal Quantin by running valgrind on the capture from bug
    11317.
    
    Change-Id: I7e91dea116f6cc977101b7b5e76067021f68a0bf
    Reviewed-on: https://code.wireshark.org/review/9203
    Reviewed-by: Guy Harris <guy@xxxxxxxxxxxx>
    

Actions performed:

    from  b09891d   [Automatic update for 2015-06-28]
    adds  7d7f6be   We only have the short preamble flag if we have a Flags field.


Summary of changes:
 epan/dissectors/packet-ieee80211-radiotap.c |   41 +++++++++++++++++++++------
 1 file changed, 32 insertions(+), 9 deletions(-)