aboutsummaryrefslogtreecommitdiffstats
path: root/plugins/ethercat/packet-ecatmb.h
diff options
context:
space:
mode:
Diffstat (limited to 'plugins/ethercat/packet-ecatmb.h')
-rw-r--r--plugins/ethercat/packet-ecatmb.h7
1 files changed, 5 insertions, 2 deletions
diff --git a/plugins/ethercat/packet-ecatmb.h b/plugins/ethercat/packet-ecatmb.h
index 8b9accc631..6143c01dce 100644
--- a/plugins/ethercat/packet-ecatmb.h
+++ b/plugins/ethercat/packet-ecatmb.h
@@ -23,6 +23,9 @@
#ifndef _PACKET_ECATMAILBOX_H_
#define _PACKET_ECATMAILBOX_H_
+#include <wsutil/ws_diag_control.h>
+DIAG_OFF(pedantic)
+
/* Ensure the same data layout for all platforms */
typedef struct TETHERNET_ADDRESS
@@ -109,7 +112,6 @@ typedef union tEoeMacFilterOptionsUnion
guint16 Options;
} EoeMacFilterOptionsUnion;
-
typedef struct TETHERCAT_EOE_MACFILTER
{
EoeMacFilterOptionsUnion anEoeMacFilterOptionsUnion;
@@ -477,4 +479,5 @@ typedef struct TETHERCAT_SOE_HEADER
extern void init_mbx_header(PETHERCAT_MBOX_HEADER pMbox, tvbuff_t *tvb, gint offset);
-#endif
+DIAG_ON(pedantic)
+#endif /* _PACKET_ECATMAILBOX_H_ */