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
18 } IoRawParserHDR
, *PIoRawParserHDR
;
19 #define IoRawParserHDR_Len (int)sizeof(IoRawParserHDR)
21 #endif /* _PACKET_IORAW_H_*/