Wireshark-commits: [Wireshark-commits] master-2.6 d962adf: LISP: Decode AFNUM_802 as AFNUM_EUI48

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

Commits:

d962adf 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/28119
    

Actions performed:

    from  9e86400   Make the string representation of the frame bitmap cover the frame bitmap.
    adds  d962adf   LISP: Decode AFNUM_802 as AFNUM_EUI48


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