Wireshark-commits: [Wireshark-commits] master aac8daa: Use correct variable.
From: Wireshark code review <code-review-do-not-reply@xxxxxxxxxxxxx>
Date: Thu, 30 Oct 2014 08:00:03 +0000 (UTC)
URL: https://code.wireshark.org/review/gitweb?p=wireshark.git;a=commit;h=aac8daad57de6bb4c4e7c949953751a238e15cac
Submitter: Guy Harris (guy@xxxxxxxxxxxx)
Changed: branch: master
Repository: wireshark

Commits:

aac8daa by Guy Harris (guy@xxxxxxxxxxxx):

    Use correct variable.
    
    To check whether data_rate_or_mcs_index is set, check
    saw_data_rate_or_mcs_index; we might see a value of 0 for that field
    (it's a valid MCS index), so we can't use it as an out-of-band value
    meaning "not set".
    
    Change-Id: I75d7fdb4a90836538c82f56f2afb05c0603278a5
    Reviewed-on: https://code.wireshark.org/review/4991
    Reviewed-by: Guy Harris <guy@xxxxxxxxxxxx>
    

Actions performed:

    from  d2ee010a  Extract the center frequency from Peek tagged files.
    adds  aac8daa   Use correct variable.


Summary of changes:
 wiretap/peektagged.c |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)