Wireshark 4.7.0
The Wireshark network protocol analyzer
Loading...
Searching...
No Matches
packet-ioraw.h
1/* packet-ioraw.h
2 *
3 * Copyright (c) 2007 by Beckhoff Automation GmbH
4 *
5 * Wireshark - Network traffic analyzer
6 * By Gerald Combs <[email protected]>
7 * Copyright 1998 Gerald Combs
8 *
9 * SPDX-License-Identifier: GPL-2.0-or-later
10 */
11#ifndef _PACKET_IORAW_H_
12#define _PACKET_IORAW_H_
13
17typedef struct _IoRawParser
18{
19 uint32_t head;
21#define IoRawParserHDR_Len (int)sizeof(IoRawParserHDR)
23#endif /* _PACKET_IORAW_H_*/
Minimal header struct used exclusively for wire size and field offset calculations in the raw I/O par...
Definition packet-ioraw.h:18
uint32_t head
Definition packet-ioraw.h:19