aboutsummaryrefslogtreecommitdiffstats
path: root/epan/CMakeLists.txt
diff options
context:
space:
mode:
authorSergey Avseyev <sergey.avseyev@gmail.com>2014-12-04 13:22:22 +0300
committerAnders Broman <a.broman58@gmail.com>2014-12-10 07:16:43 +0000
commitc46fa33b418d97e116d0440d2a2375a085a1f227 (patch)
tree4cd8989ba64b295b0ca06ac73369316c4efa5306 /epan/CMakeLists.txt
parent1f8b16e7ea08be08d15e87dcb139e3d60cf326fd (diff)
Riemann protocol dissector
Homepage: http://riemann.io/ Sample capture: http://files.avsej.net/riemann-sample.pcapng Protocol definition: https://github.com/aphyr/riemann-java-client/blob/master/src/main/proto/riemann/proto.proto Implementor's guide: http://riemann.io/howto.html#write-a-client Bug: 10758 Change-Id: I28634453423127fe647eb92e48072a90a7f5d232 Reviewed-on: https://code.wireshark.org/review/5620 Reviewed-by: Pascal Quantin <pascal.quantin@gmail.com> Petri-Dish: Pascal Quantin <pascal.quantin@gmail.com> Tested-by: Petri Dish Buildbot <buildbot-no-reply@wireshark.org> Reviewed-by: Alexis La Goutte <alexis.lagoutte@gmail.com> Reviewed-by: Anders Broman <a.broman58@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 5045c6a1ae..8f00aca32a 100644
--- a/epan/CMakeLists.txt
+++ b/epan/CMakeLists.txt
@@ -1158,6 +1158,7 @@ set(DISSECTOR_SRC
dissectors/packet-rfid-pn532.c
dissectors/packet-rfid-pn532-hci.c
dissectors/packet-rgmp.c
+ dissectors/packet-riemann.c
dissectors/packet-rip.c
dissectors/packet-ripng.c
dissectors/packet-rlc-lte.c