aboutsummaryrefslogtreecommitdiffstats
path: root/epan/CMakeLists.txt
diff options
context:
space:
mode:
authorBill Meier <wmeier@newsguy.com>2012-03-18 19:51:39 +0000
committerBill Meier <wmeier@newsguy.com>2012-03-18 19:51:39 +0000
commita7041cacb0552d85d6e173a6d2e54e2bce4c73b4 (patch)
tree8da4f52633b069f2ec639996b18403b13997fb4b /epan/CMakeLists.txt
parent86daf87e186b20d056e26f84b7655b734d819b86 (diff)
From Bill Schiller: New dissector for the HART/IP protocol
I'm contributing a new dissector for the HART/IP protocol. This protocol is specified by the HART Conformance Foundation (HCF). It is a standard protocol used in the process control industry. It essential wraps the multip-drop serial HART packets in TCP or UDP packets. The standard has been approved by the HCF and has been assigned UDP/TCP port 5094 by IANA. https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=6961 --This line, and those below, will be ignored-- M AUTHORS M epan/CMakeLists.txt M epan/dissectors/Makefile.common AM epan/dissectors/packet-hartip.c M ui/gtk/main_menubar.c svn path=/trunk/; revision=41644
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 43e0f81e94..db816b03a9 100644
--- a/epan/CMakeLists.txt
+++ b/epan/CMakeLists.txt
@@ -652,6 +652,7 @@ set(DISSECTOR_SRC
dissectors/packet-h263.c
dissectors/packet-h263p.c
dissectors/packet-h264.c
+ dissectors/packet-hartip.c
dissectors/packet-hazelcast.c
dissectors/packet-hci_h1.c
dissectors/packet-hci_h4.c