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_read_sysdig_event_block(wtap* wth, FILE_T fh, pcapng_block_header_t* bh,
16 section_info_t* section_info,
17 wtapng_block_t* wblock,
18 int* err, char** err_info);
19
20extern bool
21pcapng_write_sysdig_event_block(wtap_dumper* wdh, const wtap_rec* rec,
22 int* err, char** err_info);
23
24/* Process a Sysdig meta event block that we have just read. */
25extern void
26pcapng_process_meta_event(wtap* wth, wtapng_block_t* wblock);
27
28extern bool
29pcapng_read_meta_event_block(FILE_T fh, pcapng_block_header_t* bh,
30 wtapng_block_t* wblock,
31 int* err, char** err_info);
32
33#endif
34
35/*
36 * Editor modelines - https://www.wireshark.org/tools/modelines.html
37 *
38 * Local variables:
39 * c-basic-offset: 4
40 * tab-width: 8
41 * indent-tabs-mode: nil
42 * End:
43 *
44 * vi: set shiftwidth=8 tabstop=8 noexpandtab:
45 * :indentSize=8:tabSize=8:noTabs=false:
46 */
Definition pcapng.h:24
Definition pcapng_module.h:86
Definition wtap-int.h:97
Definition file_wrappers.c:215
Definition wtap.h:1433
Definition wtap-int.h:37
Definition pcapng_module.h:74