Wireshark 4.5.0
The Wireshark network protocol analyzer
Loading...
Searching...
No Matches
packet-sysdig-event.h
1/* packet-sysdig-event.h
2 * Definitions for Sysdig event dissection
3 *
4 * Wireshark - Network traffic analyzer
5 * By Gerald Combs <[email protected]>
6 * Copyright 1998 Gerald Combs
7 *
8 * SPDX-License-Identifier: GPL-2.0-or-later
9 */
10
11#include <stdint.h>
12
13#pragma once
14
16 // sysdig.param.asyncevent.data
17 int data_bytes_offset;
18 uint32_t data_bytes_length;
Definition packet-sysdig-event.h:15