aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/Makefile.common
diff options
context:
space:
mode:
authorAnders Broman <anders.broman@ericsson.com>2012-02-27 09:30:26 +0000
committerAnders Broman <anders.broman@ericsson.com>2012-02-27 09:30:26 +0000
commit6b2b82d213c65d72749e0a6360f8ea7cd6ae5069 (patch)
tree106d486f2835aaeac150517a46e3fa4a31b81754 /epan/dissectors/Makefile.common
parent06cee2dfe39d95173d74dca842fc80427fb9397e (diff)
From Michael Mann:
a dissector for the ODVA protocol: CIP Safety. More information about the protocol can be found here: http://www.odva.org/Home/ODVATECHNOLOGIES/CIP/CIPTechnologyOverview/CIPSafety/CIPSafetyOverview/tabid/131/lng/en-US/Default.aspx https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=6862 svn path=/trunk/; revision=41201
Diffstat (limited to 'epan/dissectors/Makefile.common')
-rw-r--r--epan/dissectors/Makefile.common2
1 files changed, 2 insertions, 0 deletions
diff --git a/epan/dissectors/Makefile.common b/epan/dissectors/Makefile.common
index f79fa05a70..85b32f7f67 100644
--- a/epan/dissectors/Makefile.common
+++ b/epan/dissectors/Makefile.common
@@ -326,6 +326,7 @@ DISSECTOR_SRC = \
packet-cimetrics.c \
packet-cip.c \
packet-cipmotion.c \
+ packet-cipsafety.c \
packet-cisco-erspan.c \
packet-cisco-oui.c \
packet-cisco-sm.c \
@@ -1139,6 +1140,7 @@ DISSECTOR_INCLUDES = \
packet-chdlc.h \
packet-cimd.h \
packet-cip.h \
+ packet-cipsafety.h \
packet-clearcase.h \
packet-clip.h \
packet-cmip.h \