aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-cipsafety.h
diff options
context:
space:
mode:
authorBalint Reczey <balint.reczey@ericsson.com>2012-06-02 12:57:26 +0000
committerBalint Reczey <balint.reczey@ericsson.com>2012-06-02 12:57:26 +0000
commit7ef7aae2657fb6144179c7f35a87e008afd084f3 (patch)
treefbca3468b8242d101f9ee6f66f20879a22c14734 /epan/dissectors/packet-cipsafety.h
parentd4e17555adc40403647f7ae5d500fbe212156385 (diff)
Fix header file includes to allow make dumpabi run without errors
svn path=/trunk/; revision=42994
Diffstat (limited to 'epan/dissectors/packet-cipsafety.h')
-rw-r--r--epan/dissectors/packet-cipsafety.h6
1 files changed, 6 insertions, 0 deletions
diff --git a/epan/dissectors/packet-cipsafety.h b/epan/dissectors/packet-cipsafety.h
index b6be80c3d6..64bba1b8a2 100644
--- a/epan/dissectors/packet-cipsafety.h
+++ b/epan/dissectors/packet-cipsafety.h
@@ -25,6 +25,10 @@
* along with this program; if not, write to the Free Software
* Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
*/
+#ifndef PACKET_CIPSAFETY_H
+#define PACKET_CIPSAFETY_H
+
+#include "packet-enip.h"
/* Classes that have class-specfic dissectors */
#define CI_CLS_SAFETY_SUPERVISOR 0x39 /* Safety Supervisor */
@@ -63,3 +67,5 @@ extern void dissect_cipsafety_ssn(proto_tree *tree, tvbuff_t *tvb, packet_info *
*/
extern const value_string cipsafety_ssn_date_vals[8];
extern attribute_info_t cip_safety_attribute_vals[52];
+
+#endif /* PACKET_CIPSAFETY_H */