Wireshark-commits: [Wireshark-commits] master dc4a5b5: LISP: add support for Distinguished Name AFI
From: Wireshark code review <code-review-do-not-reply@xxxxxxxxxxxxx>
Date: Wed, 22 Apr 2020 18:31:20 +0000
URL: https://code.wireshark.org/review/gitweb?p=wireshark.git;a=commit;h=dc4a5b5addcf990589f7a1afa6963d9de9a5f2b2
Submitter: "Anders Broman <a.broman58@xxxxxxxxx>"
Changed: branch: master
Repository: wireshark

Commits:

dc4a5b5 by Lorand Jakab (ljakab@xxxxxxxxxx):

    LISP: add support for Distinguished Name AFI
    
    Distinguished Name (AFI 17) is not a widely used address family, but
    there is ongoing work in the LISP IETF working group to standardize its
    use within the LISP control plane protocol. The encoding is quite
    simple, it's just a zero-terminated ASCII string. Details can be found
    in the following IETF draft:
    
    https://tools.ietf.org/html/draft-farinacci-lisp-name-encoding
    
    Change-Id: I701f54d0c5e95b14ad48030935eb059bd68c9a0e
    Reviewed-on: https://code.wireshark.org/review/36892
    Reviewed-by: Alexis La Goutte <alexis.lagoutte@xxxxxxxxx>
    Petri-Dish: Alexis La Goutte <alexis.lagoutte@xxxxxxxxx>
    Tested-by: Petri Dish Buildbot
    Reviewed-by: Anders Broman <a.broman58@xxxxxxxxx>
    

Actions performed:

    from  569deb7   PFCP: Fix lengths of fields in Remote GTP-U Peer
     add  dc4a5b5   LISP: add support for Distinguished Name AFI


Summary of changes:
 epan/dissectors/packet-lisp-tcp.c | 10 ++++++++++
 epan/dissectors/packet-lisp.c     | 37 +++++++++++++++++++++++++++++++++----
 2 files changed, 43 insertions(+), 4 deletions(-)