URL: https://code.wireshark.org/review/gitweb?p=wireshark.git;a=commit;h=acbcfefa7ebe2b92d4c2e901c5b2c5b3c6271fe4
Submitter: "Anders Broman <a.broman58@xxxxxxxxx>"
Changed: branch: master
Repository: wireshark
Commits:
acbcfef by Lorand Jakab (ljakab@xxxxxxxxxx):
LISP: add support for Distinguished Name AFI in LCAFs
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
A previous patch (https://code.wireshark.org/review/36892) added support
for DN in simple AFI usages. This patch add support for DN within the
LISP Canonical Address Format (LCAF) usage.
Change-Id: Ic2dbbd1e36e2eabb91202c04eb86fdf151fe9928
Reviewed-on: https://code.wireshark.org/review/37275
Petri-Dish: Alexis La Goutte <alexis.lagoutte@xxxxxxxxx>
Tested-by: Petri Dish Buildbot
Reviewed-by: Anders Broman <a.broman58@xxxxxxxxx>
Actions performed:
from 677fc33 NSIS: remove unused DisableSection and EnableSection macros
add acbcfef LISP: add support for Distinguished Name AFI in LCAFs
Summary of changes:
epan/dissectors/packet-lisp.c | 67 +++++++++++++++++++++++++++++++++++++++++++
1 file changed, 67 insertions(+)