Wireshark-commits: [Wireshark-commits] master f026088: Fix gsmtap signal and snr.

From: Wireshark code review <code-review-do-not-reply@xxxxxxxxxxxxx>
Date: Wed, 15 Apr 2015 21:35:25 +0000 (UTC)
URL: https://code.wireshark.org/review/gitweb?p=wireshark.git;a=commit;h=f026088ca9e97ea003baf46801acfb426ea0b494
Submitter: Pascal Quantin (pascal.quantin@xxxxxxxxx)
Changed: branch: master
Repository: wireshark

Commits:

f026088 by Anton Thomasson (anton.thomasson@xxxxxxxxxxxx):

    Fix gsmtap signal and snr.
    
    -Correct parsrsing to get correct value (corect position in header).
    -Rename hf_gsmtap_noise_dbm to hf_gsmtap_snr_db to reflect use and name in struct.
    -Change order of decalaration/use of signal and snr to reflect position in struct.
    -Change registered types to signed to reflect possible values and definition in struct.
    
    Change-Id: I748bd19757c0dd87fe4ad0969dfcc8427b908aa2
    Reviewed-on: https://code.wireshark.org/review/8077
    Reviewed-by: Sylvain Munaut <246tnt@xxxxxxxxx>
    Petri-Dish: Pascal Quantin <pascal.quantin@xxxxxxxxx>
    Tested-by: Petri Dish Buildbot <buildbot-no-reply@xxxxxxxxxxxxx>
    Reviewed-by: Pascal Quantin <pascal.quantin@xxxxxxxxx>
    

Actions performed:

    from  3c110d7   Androiddump: Fix Memory - corruptions (OVERRUN) (CID 1293632)
    adds  f026088   Fix gsmtap signal and snr.


Summary of changes:
 epan/dissectors/packet-gsmtap.c |   12 ++++++------
 1 file changed, 6 insertions(+), 6 deletions(-)