Wireshark-commits: [Wireshark-commits] master ccbe5fd: MIPv6: fix dissection of Service Selection I
From: Wireshark code review <code-review-do-not-reply@xxxxxxxxxxxxx>
Date: Thu, 7 Aug 2014 06:49:14 +0000 (UTC)
URL: https://code.wireshark.org/review/gitweb?p=wireshark.git;a=commit;h=ccbe5fd0b9520493884de70056dbd9682647ab8d
Submitter: Anders Broman (a.broman58@xxxxxxxxx)
Changed: branch: master
Repository: wireshark

Commits:

ccbe5fd 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>
    

Actions performed:

    from  378e8b7   we're matching against {any}/port_b, not address_b
    adds  ccbe5fd   MIPv6: fix dissection of Service Selection Identifier


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