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
29extern bool
30pcapng_write_legacy_darwin_process_event_block(wtap_dumper *wdh, wtap_block_t sdata, int *err);
31
39extern uint32_t
40pcapng_compute_epb_legacy_darwin_size(unsigned option_id, wtap_optval_t *optval);
41
54extern bool
55pcapng_write_epb_legacy_darwin_option(wtap_dumper *wdh, wtap_block_t sdata,
56 unsigned option_id, wtap_opttype_e option_type, wtap_optval_t *optval, int *err, char **err_info);
57
58#endif /* __WTAP_PCAPNG_DARWIN_CUSTOM_H__ */
59
60/*
61 * Editor modelines - https://www.wireshark.org/tools/modelines.html
62 *
63 * Local variables:
64 * c-basic-offset: 4
65 * tab-width: 8
66 * indent-tabs-mode: nil
67 * End:
68 *
69 * vi: set shiftwidth=8 tabstop=8 noexpandtab:
70 * :indentSize=8:tabSize=8:noTabs=false:
71 */
Definition wtap_opttypes.h:272
Wiretap dumper handle and associated state.
Definition wtap_module.h:163
Discriminated union holding the value of any Wiretap option type.
Definition wtap_opttypes.h:540
wtap_opttype_e
Data types for option values stored within a wtap block.
Definition wtap_opttypes.h:402