epan/dissectors/pidl/ C99 drsuapi
[wireshark-sm.git] / plugins / epan / ethercat / packet-ioraw.h
blobf1e11c5b7d1281d15eaef42b62a8beffef07fe50
1 /* packet-ioraw.h
3 * Copyright (c) 2007 by Beckhoff Automation GmbH
5 * Wireshark - Network traffic analyzer
6 * By Gerald Combs <gerald@wireshark.org>
7 * Copyright 1998 Gerald Combs
9 * SPDX-License-Identifier: GPL-2.0-or-later
11 #ifndef _PACKET_IORAW_H_
12 #define _PACKET_IORAW_H_
14 /* headers are only used for size and offset calculation*/
15 typedef struct _IoRawParser
17 uint32_t head;
18 } IoRawParserHDR, *PIoRawParserHDR;
19 #define IoRawParserHDR_Len (int)sizeof(IoRawParserHDR)
21 #endif /* _PACKET_IORAW_H_*/