Wireshark 4.7.0
The Wireshark network protocol analyzer
Loading...
Searching...
No Matches
required_file_handlers.h
Go to the documentation of this file.
1
13#ifndef __REQUIRED_FILE_HANDLERS_H__
14#define __REQUIRED_FILE_HANDLERS_H__
15
16#ifdef __cplusplus
17extern "C" {
18#endif /* __cplusplus */
19
23extern void register_pcap(void);
24
30extern void register_pcapng(const char* app_env_var_prefix);
31
32extern int pcap_file_type_subtype; /* regular pcap */
33extern int pcap_nsec_file_type_subtype; /* pcap with nanosecond resolution */
34extern int pcapng_file_type_subtype; /* pcapng */
35
36#ifdef __cplusplus
37}
38#endif /* __cplusplus */
39
40#endif /* __REQUIRED_FILE_HANDLERS_H__ */
void register_pcap(void)
Registers the pcap file type handler.
Definition libpcap.c:1940
void register_pcapng(const char *app_env_var_prefix)
Registers the pcapng file type handler.
Definition pcapng.c:6610