aboutsummaryrefslogtreecommitdiffstats
path: root/epan/CMakeLists.txt
diff options
context:
space:
mode:
authorJaap Keuter <jaap.keuter@xs4all.nl>2011-01-11 08:22:16 +0000
committerJaap Keuter <jaap.keuter@xs4all.nl>2011-01-11 08:22:16 +0000
commit1ea96b1e302c57bb4deb0aad1e0482ba9e482b14 (patch)
tree9c6c17c38bdc09688e7b522b52e46593a8081cdf /epan/CMakeLists.txt
parent3079c9c931961af03937d6188593b5c864f5d94d (diff)
From Slava K:
FCoIB – Fibre Channel over InfiniBand. The protocol enables transmission of Fibre Channel frames over InfiniBand networks. It is based on encapsulation of Fibre Channel frames over InfiniBand UD transport. The discovery protocol is based on the FIP protocol (not supported by this patch). This patch adds an FCoIB dissector to Wireshark. It is based in large part on the existing FCoE dissection code. This code is submitted on behalf of Mellanox Technologies Ltd. svn path=/trunk/; revision=35475
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 637774554c..a22406c886 100644
--- a/epan/CMakeLists.txt
+++ b/epan/CMakeLists.txt
@@ -547,6 +547,7 @@ set(DISSECTOR_SRC
dissectors/packet-fcip.c
dissectors/packet-fclctl.c
dissectors/packet-fcoe.c
+ dissectors/packet-fcoib.c
dissectors/packet-fcp.c
dissectors/packet-fcsb3.c
dissectors/packet-fcsp.c