From d687ba04fdac0a694ecc87c440a77537888598f6 Mon Sep 17 00:00:00 2001 From: Jeff Morriss Date: Mon, 25 Apr 2011 02:06:17 +0000 Subject: =?UTF-8?q?From=20Lor=C3=A1nd=20Jakab=20via=20https://bugs.wiresha?= =?UTF-8?q?rk.org/bugzilla/show=5Fbug.cgi=3Fid=3D5854=20:?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit The Locator/ID Separation Protocol [1] is being standardized within the IETF, and it is nearing RFC status (pending security review). I have been maintaining a dissector patch for about a year, see [2]. Feedback received indicates that, among others, it is widely used by the developers of a large router vendor, without issues. In January I submitted the dissector for data plane packets as bug #5602, which was committed as r35615. The patch attached to this bug adds support for dissection of control plane packets. [1] http://tools.ietf.org/html/draft-ietf-lisp [2] http://lisp.ccaba.upc.edu/wireshark/ svn path=/trunk/; revision=36845 --- epan/CMakeLists.txt | 1 + 1 file changed, 1 insertion(+) (limited to 'epan/CMakeLists.txt') diff --git a/epan/CMakeLists.txt b/epan/CMakeLists.txt index 0efc8e7187..f741e2fc4a 100644 --- a/epan/CMakeLists.txt +++ b/epan/CMakeLists.txt @@ -725,6 +725,7 @@ set(DISSECTOR_SRC dissectors/packet-lge_monitor.c dissectors/packet-linx.c dissectors/packet-lisp-data.c + dissectors/packet-lisp.c dissectors/packet-llc.c dissectors/packet-lldp.c dissectors/packet-llt.c -- cgit v1.2.3