Wireshark
4.5.0
The Wireshark network protocol analyzer
Loading...
Searching...
No Matches
epan
dissectors
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
15
typedef
struct
_sysdig_event_param_data
{
16
// sysdig.param.asyncevent.data
17
int
data_bytes_offset;
18
uint32_t data_bytes_length;
19
}
sysdig_event_param_data
;
_sysdig_event_param_data
Definition
packet-sysdig-event.h:15
Generated by
1.9.8