From b2167e1ae42cb4afc1d474723028e50fa8aef48b Mon Sep 17 00:00:00 2001
From: Marcus Müller <marcus.mueller@ettus.com>
Date: Sat, 4 Jun 2016 00:17:53 +0200
Subject: added Wireshark Dissector for Octoclock packets

---
 tools/octoclock-dissector/moduleinfo.h | 9 +++++++++
 1 file changed, 9 insertions(+)
 create mode 100644 tools/octoclock-dissector/moduleinfo.h

(limited to 'tools/octoclock-dissector/moduleinfo.h')

diff --git a/tools/octoclock-dissector/moduleinfo.h b/tools/octoclock-dissector/moduleinfo.h
new file mode 100644
index 000000000..494d0a922
--- /dev/null
+++ b/tools/octoclock-dissector/moduleinfo.h
@@ -0,0 +1,9 @@
+#ifdef PACKAGE
+#undef PACKAGE
+#endif
+#define PACKAGE "octo"
+#ifdef VERSION
+#undef VERSION
+#endif
+#define VERSION "0.0.0.1"
+
-- 
cgit v1.2.3