aboutsummaryrefslogtreecommitdiffstats
path: root/epan/CMakeLists.txt
diff options
context:
space:
mode:
authorRyan Doyle <ryan@doylenet.net>2014-11-12 20:36:49 +1100
committerAlexis La Goutte <alexis.lagoutte@gmail.com>2014-11-14 03:26:47 +0000
commitc2e090f2cffb6be3cc376cb9142c9d2f86da8c7b (patch)
tree34b301ffeb39e5425cd84dd797de18c3be0fc70f /epan/CMakeLists.txt
parent4cc4315793630e5ddb42892012c130ed52e8f2c2 (diff)
Dissector for elasticsearch protocol
Provides dissection for the elasticsearch protocol. This includes full dissection of the multicast discovery protocol, the HTTP query interface and partial dissection of the binary protocol. Change-Id: I738fb498976e44fa05168c2bc3a7e842a9e96df9 Reviewed-on: https://code.wireshark.org/review/4948 Reviewed-by: Alexis La Goutte <alexis.lagoutte@gmail.com>
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 d074d590e6..34a6ce61c0 100644
--- a/epan/CMakeLists.txt
+++ b/epan/CMakeLists.txt
@@ -627,6 +627,7 @@ set(DISSECTOR_SRC
dissectors/packet-ehs.c
dissectors/packet-eigrp.c
dissectors/packet-eiss.c
+ dissectors/packet-elasticsearch.c
dissectors/packet-elcom.c
dissectors/packet-elmi.c
dissectors/packet-enc.c