Wireshark-commits: [Wireshark-commits] master-1.10 ce4abdf: MIPv6: fix dissection of Service Select
From: Wireshark code review <code-review-do-not-reply@xxxxxxxxxxxxx>
Date: Thu, 7 Aug 2014 13:41:48 +0000 (UTC)
URL: https://code.wireshark.org/review/gitweb?p=wireshark.git;a=commit;h=ce4abdfa98e8c62db5475c7ffe6ac0d07ae94d14
Submitter: Pascal Quantin (pascal.quantin@xxxxxxxxx)
Changed: branch: master-1.10
Repository: wireshark

Commits:

ce4abdf by Pascal Quantin (pascal.quantin@xxxxxxxxx):

    MIPv6: fix dissection of Service Selection Identifier
    
    APN field is not encoded as a dotted string so the first character is not a length
    
    Bug: 10323
    Change-Id: Ia62137c785d505e9d0f1536a333b421a85480741
    Reviewed-on: https://code.wireshark.org/review/3461
    Petri-Dish: Pascal Quantin <pascal.quantin@xxxxxxxxx>
    Reviewed-by: Pascal Quantin <pascal.quantin@xxxxxxxxx>
    Reviewed-by: Anders Broman <a.broman58@xxxxxxxxx>
    (cherry picked from commit ccbe5fd0b9520493884de70056dbd9682647ab8d)
    Reviewed-on: https://code.wireshark.org/review/3472
    

Actions performed:

    from  c2172e0   Squelch a compiler warning.
    adds  ce4abdf   MIPv6: fix dissection of Service Selection Identifier


Summary of changes:
 epan/dissectors/packet-mip6.c |   29 +++++++++++------------------
 1 file changed, 11 insertions(+), 18 deletions(-)