Wireshark 4.5.0
The Wireshark network protocol analyzer
Loading...
Searching...
No Matches
pcapng-sysdig-int.h
Go to the documentation of this file.
1
7#ifndef __WTAP_PCAPNG_SYSDIG_INT_H__
8#define __WTAP_PCAPNG_SYSDIG_INT_H__
9
10#include "wtap.h"
11#include "pcapng.h"
12#include "pcapng_module.h"
13
14extern bool
15pcapng_write_sysdig_event_block(wtap_dumper* wdh, const wtap_rec* rec,
16 int* err, char** err_info);
17
18#endif
19
20/*
21 * Editor modelines - https://www.wireshark.org/tools/modelines.html
22 *
23 * Local variables:
24 * c-basic-offset: 4
25 * tab-width: 8
26 * indent-tabs-mode: nil
27 * End:
28 *
29 * vi: set shiftwidth=8 tabstop=8 noexpandtab:
30 * :indentSize=8:tabSize=8:noTabs=false:
31 */
Definition wtap-int.h:97
Definition wtap.h:1425