summaryrefslogtreecommitdiffstats
path: root/plugins/epan/ethercat/packet-ioraw.h
diff options
context:
space:
mode:
Diffstat (limited to 'plugins/epan/ethercat/packet-ioraw.h')
-rw-r--r--plugins/epan/ethercat/packet-ioraw.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/epan/ethercat/packet-ioraw.h b/plugins/epan/ethercat/packet-ioraw.h
index 48f942ef..f1e11c5b 100644
--- a/plugins/epan/ethercat/packet-ioraw.h
+++ b/plugins/epan/ethercat/packet-ioraw.h
@@ -14,7 +14,7 @@
/* headers are only used for size and offset calculation*/
typedef struct _IoRawParser
{
- guint32 head;
+ uint32_t head;
} IoRawParserHDR, *PIoRawParserHDR;
#define IoRawParserHDR_Len (int)sizeof(IoRawParserHDR)