Wireshark-commits: [Wireshark-commits] master 57c1eb3: Add a tap for the radio dissector that passe
From: Wireshark code review <code-review-do-not-reply@xxxxxxxxxxxxx>
Date: Tue, 30 Oct 2018 06:06:27 +0000
URL: https://code.wireshark.org/review/gitweb?p=wireshark.git;a=commit;h=57c1eb3a6a8e3887204a40422a09ed213aa99aed
Submitter: "Guy Harris <guy@xxxxxxxxxxxx>"
Changed: branch: master
Repository: wireshark

Commits:

57c1eb3 by Guy Harris (guy@xxxxxxxxxxxx):

    Add a tap for the radio dissector that passes the pseudo-header.
    
    That's what tap listeners that want radio information should use.  (If
    they need additional radio information, they should expand the
    pseudo-header structure and have *all* the libwiretap readers and
    radio-metadata dissectors that fill in that structure fill it in - or
    not mark it as present if there's nothing to fill it in with.)
    
    Also, note that the "nav" field appears to be the duration field from
    the frame header.
    
    Change-Id: Ia09c69f6463371c880f2bddfc58760699b796049
    Reviewed-on: https://code.wireshark.org/review/30414
    Reviewed-by: Guy Harris <guy@xxxxxxxxxxxx>
    

Actions performed:

    from  6177f0e   The signal strength and noise in dB from an arbitrary reference are unsigned.
     add  57c1eb3   Add a tap for the radio dissector that passes the pseudo-header.


Summary of changes:
 epan/dissectors/packet-ieee80211-radio.c | 10 +++++++++-
 epan/dissectors/packet-ieee80211-radio.h |  2 +-
 2 files changed, 10 insertions(+), 2 deletions(-)