Wireshark  4.3.0
The Wireshark network protocol analyzer
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 <gerald@wireshark.org>
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 
15 typedef struct _sysdig_event_param_data {
16  // sysdig.param.asyncevent.data
17  int data_bytes_offset;
18  uint32_t data_bytes_length;
Definition: packet-sysdig-event.h:15