Wireshark-commits: [Wireshark-commits] master 45a8c2d: Decode IPv6 MPL Option Seed ID Length Enumer
From: Wireshark code review <code-review-do-not-reply@xxxxxxxxxxxxx>
Date: Wed, 27 Mar 2019 06:10:15 +0000
URL: https://code.wireshark.org/review/gitweb?p=wireshark.git;a=commit;h=45a8c2dbf4e15cb6874549f34bf616a4754d6645
Submitter: "Anders Broman <a.broman58@xxxxxxxxx>"
Changed: branch: master
Repository: wireshark

Commits:

45a8c2d by James Ko (jck@xxxxxxxxxx):

    Decode IPv6 MPL Option Seed ID Length Enumerations
    
    2-bit S field in MPL Option identifies the length of the seed-id.
    0 indicates seed-id is the IPv6 Source Address and the seed-id field
    is elided.  1, 2, & 3 indicate the seed-id field contains 16-bit,
    64-bit, & 128-bit unsigned integers respectively.
    
    Change-Id: I3360fff2f66089a5fa98d6fc0cabd077993afd5b
    Reviewed-on: https://code.wireshark.org/review/32593
    Petri-Dish: Anders Broman <a.broman58@xxxxxxxxx>
    Tested-by: Petri Dish Buildbot
    Reviewed-by: Anders Broman <a.broman58@xxxxxxxxx>
    

Actions performed:

    from  aa39ca6   SIP: Add a preference to hide the generated/trace Call ID
     add  45a8c2d   Decode IPv6 MPL Option Seed ID Length Enumerations


Summary of changes:
 epan/dissectors/packet-ipv6.c | 18 +++++++++++++++++-
 1 file changed, 17 insertions(+), 1 deletion(-)