aboutsummaryrefslogtreecommitdiffstats
path: root/epan/CMakeLists.txt
diff options
context:
space:
mode:
authorJeff Morriss <jeff.morriss@ulticom.com>2011-04-25 02:06:17 +0000
committerJeff Morriss <jeff.morriss@ulticom.com>2011-04-25 02:06:17 +0000
commitd687ba04fdac0a694ecc87c440a77537888598f6 (patch)
tree2aa31b7c599a44185e7a7b2b0524c61c17537448 /epan/CMakeLists.txt
parentd469d8df388d3ef8cab6f889150ebf5a90c15c02 (diff)
From LorĂ¡nd Jakab via https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=5854 :
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
Diffstat (limited to 'epan/CMakeLists.txt')
-rw-r--r--epan/CMakeLists.txt1
1 files changed, 1 insertions, 0 deletions
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