Wireshark-commits: [Wireshark-commits] master 39a984e: GTP: Bad bytes read for extended rnc id valu
From: Wireshark code review <code-review-do-not-reply@xxxxxxxxxxxxx>
Date: Thu, 22 Jan 2015 09:56:30 +0000 (UTC)
URL: https://code.wireshark.org/review/gitweb?p=wireshark.git;a=commit;h=39a984e64915b6f34cb1fc4b42815ef08316e087
Submitter: Anders Broman (a.broman58@xxxxxxxxx)
Changed: branch: master
Repository: wireshark

Commits:

39a984e by Bastien Bailly (babassbailly@xxxxxxx):

    GTP: Bad bytes read for extended rnc id value
    
    offset+=2; is missing and bytes used for extended rnc id value are the same that for rnc id value.
    
    Bug:10877
    Change-Id: I2830191e434812d42ab625e7a6e0478a191b7d95
    Signed-off-by: Alexis La Goutte <alexis.lagoutte@xxxxxxxxx>
    Reviewed-on: https://code.wireshark.org/review/6738
    Reviewed-by: Anders Broman <a.broman58@xxxxxxxxx>
    

Actions performed:

    from  f8fa70f   Decoding of Asterix categories 063 and 065 extended to item decoding.
    adds  39a984e   GTP: Bad bytes read for extended rnc id value


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