Wireshark 4.5.0
The Wireshark network protocol analyzer
Loading...
Searching...
No Matches
pcapng-netflix-custom.h
Go to the documentation of this file.
1
10#ifndef WTAP_PCAPNG_NETFLIX_CUSTOM_H
11#define WTAP_PCAPNG_NETFLIX_CUSTOM_H
12
13#ifdef __cplusplus
14extern "C" {
15#endif /* __cplusplus */
16
17/*
18 * Netflix custom options.
19 */
20extern bool
21pcapng_read_nflx_custom_block(FILE_T fh, uint32_t block_payload_length,
22 section_info_t *section_info,
23 wtapng_block_t *wblock,
24 int *err, char **err_info);
25
26extern bool
27pcapng_process_nflx_custom_option(wtapng_block_t *wblock,
28 section_info_t *section_info,
29 const uint8_t *value, uint16_t length);
30
31extern bool
32pcapng_write_nflx_custom_block(wtap_dumper *wdh, const wtap_rec *rec, int *err,
33 char **err_info _U_);
34
35#ifdef __cplusplus
36}
37#endif /* __cplusplus */
38
39#endif /* WTAP_PCAPNG_NETFLIX_CUSTOM_H */
Definition pcapng_module.h:86
Definition wtap-int.h:97
Definition file_wrappers.c:215
Definition wtap.h:1433
Definition pcapng_module.h:74