Wireshark-commits: [Wireshark-commits] master 8d46c41: Aruba ERM: Fix FCS for Type 3

From: Wireshark code review <code-review-do-not-reply@xxxxxxxxxxxxx>
Date: Sat, 6 Jun 2015 09:47:36 +0000 (UTC)
URL: https://code.wireshark.org/review/gitweb?p=wireshark.git;a=commit;h=8d46c411e9b29569e806586b175b4764443374b4
Submitter: Alexis La Goutte (alexis.lagoutte@xxxxxxxxx)
Changed: branch: master
Repository: wireshark

Commits:

8d46c41 by Alexis La Goutte (alexis.lagoutte@xxxxxxxxx):

    Aruba ERM: Fix FCS for Type 3
    
    Add a check of signal value (when signal strength = 100%) it is a TX packet and there is no FCS
    Only work for Type3 (no signal information on Type 0)
    
    For type 0, Always display the FCS
    
    Bug:11204
    Change-Id: I837f8c01c0d0284ecb218b6b03fa9ac025fac5f2
    Reviewed-on: https://code.wireshark.org/review/8569
    Reviewed-by: Alexis La Goutte <alexis.lagoutte@xxxxxxxxx>
    

Actions performed:

    from  c365dff   TCP: Add (generated) field with first letter of TCP Flags
    adds  8d46c41   Aruba ERM: Fix FCS for Type 3


Summary of changes:
 epan/dissectors/packet-aruba-erm.c |   22 +++++++++++++++-------
 1 file changed, 15 insertions(+), 7 deletions(-)