Wireshark-commits: [Wireshark-commits] master-2.2 5308ae3: LISP: Decode AFNUM_802 as AFNUM_EUI48

From: Wireshark code review <code-review-do-not-reply@xxxxxxxxxxxxx>
Date: Sat, 09 Jun 2018 05:07:17 +0000
URL: https://code.wireshark.org/review/gitweb?p=wireshark.git;a=commit;h=5308ae3bfbd862296db5bdce79641e387a3d7102
Submitter: Anders Broman (a.broman58@xxxxxxxxx)
Changed: branch: master-2.2
Repository: wireshark

Commits:

5308ae3 by Lorand Jakab (ljakab@xxxxxxxxxx):

    LISP: Decode AFNUM_802 as AFNUM_EUI48
    
    Some LISP implementations use the AFI value 6 (RFC 1700) for MAC
    addresses instead of AFI value 16389 (RFC 7042). This patch allows
    correct decoding of both.
    
    Change-Id: I12c3d6b90fd8a85911f76dec5448e6a2e237e797
    Signed-off-by: Lorand Jakab <ljakab@xxxxxxxxxx>
    Reviewed-on: https://code.wireshark.org/review/28115
    Petri-Dish: Anders Broman <a.broman58@xxxxxxxxx>
    Tested-by: Petri Dish Buildbot
    Reviewed-by: Anders Broman <a.broman58@xxxxxxxxx>
    (cherry picked from commit bd2c4deb724022163000d6fc736480b7c0198ac0)
    Reviewed-on: https://code.wireshark.org/review/28121
    

Actions performed:

    from  6b2103f   Make the string representation of the frame bitmap cover the frame bitmap.
    adds  5308ae3   LISP: Decode AFNUM_802 as AFNUM_EUI48


Summary of changes:
 epan/dissectors/packet-lisp.c | 13 +++++++++++++
 1 file changed, 13 insertions(+)