Wireshark 4.7.0
The Wireshark network protocol analyzer
Loading...
Searching...
No Matches
pcapng-darwin-custom.h
1
12#ifndef __WTAP_PCAPNG_DARWIN_CUSTOM_H__
13#define __WTAP_PCAPNG_DARWIN_CUSTOM_H__
14
15#include "wtap.h"
16#include "pcapng.h"
17#include "pcapng_module.h"
18#include "wtap_opttypes.h"
19#include <stdbool.h>
20
21extern bool
22pcapng_write_legacy_darwin_process_event_block(wtap_dumper *wdh, wtap_block_t sdata, int *err);
23
24extern uint32_t
25pcapng_compute_epb_legacy_darwin_size(unsigned option_id, wtap_optval_t *optval);
26
27extern bool
28pcapng_write_epb_legacy_darwin_option(wtap_dumper *wdh, wtap_block_t sdata,
29 unsigned option_id, wtap_opttype_e option_type, wtap_optval_t *optval, int *err, char **err_info);
30
31#endif /* __WTAP_PCAPNG_DARWIN_CUSTOM_H__ */
32
33/*
34 * Editor modelines - https://www.wireshark.org/tools/modelines.html
35 *
36 * Local variables:
37 * c-basic-offset: 4
38 * tab-width: 8
39 * indent-tabs-mode: nil
40 * End:
41 *
42 * vi: set shiftwidth=8 tabstop=8 noexpandtab:
43 * :indentSize=8:tabSize=8:noTabs=false:
44 */
Definition wtap_opttypes.h:272
Definition wtap-int.h:110
Definition wtap_opttypes.h:517