Wireshark-commits: [Wireshark-commits] master-1.12 d7efcc1: GTP: Bad bytes read for extended rnc id
From: Wireshark code review <code-review-do-not-reply@xxxxxxxxxxxxx>
Date: Thu, 22 Jan 2015 12:27:51 +0000 (UTC)
URL: https://code.wireshark.org/review/gitweb?p=wireshark.git;a=commit;h=d7efcc1dc17d3082eb2a0626836c9d2126f6f9b7
Submitter: Alexis La Goutte (alexis.lagoutte@xxxxxxxxx)
Changed: branch: master-1.12
Repository: wireshark

Commits:

d7efcc1 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>
    (cherry picked from commit 39a984e64915b6f34cb1fc4b42815ef08316e087)
    Reviewed-on: https://code.wireshark.org/review/6740
    

Actions performed:

    from  20e59f8   isakmp: col_...() shouldn't be called under 'if (tree)'
    adds  d7efcc1   GTP: Bad bytes read for extended rnc id value


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