Wireshark-commits: [Wireshark-commits] master 13f8f2c: FP: Fix ToA shown as unsigned
From: Wireshark code review <code-review-do-not-reply@xxxxxxxxxxxxx>
Date: Wed, 03 Apr 2019 15:45:21 +0000
URL: https://code.wireshark.org/review/gitweb?p=wireshark.git;a=commit;h=13f8f2c8dd97c1ab98e66b6716ed4b993fbfe78d
Submitter: "Anders Broman <a.broman58@xxxxxxxxx>"
Changed: branch: master
Repository: wireshark

Commits:

13f8f2c by Darien Spencer (cusneud@xxxxxxxx):

    FP: Fix ToA shown as unsigned
    
    The 'sign' bit was treated like a regular bit because of direct casting to a wider int type
    
    Change-Id: Id0f095fa9bda97ecbdfc32f3610271eeea86fc2e
    Reviewed-on: https://code.wireshark.org/review/32688
    Petri-Dish: Anders Broman <a.broman58@xxxxxxxxx>
    Tested-by: Petri Dish Buildbot
    Reviewed-by: Anders Broman <a.broman58@xxxxxxxxx>
    

Actions performed:

    from  4b81418   ieee80211: Fix WPA1 decryption
     add  13f8f2c   FP: Fix ToA shown as unsigned


Summary of changes:
 epan/dissectors/packet-umts_fp.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)