Wireshark  4.3.0
The Wireshark network protocol analyzer
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
17 extern "C" {
18 #endif /* __cplusplus */
19 
20 /*
21  * These are for use within libwiretap only; they are not exported.
22  */
23 extern void register_pcap(void);
24 extern void register_pcapng(void);
25 
26 extern int pcap_file_type_subtype; /* regular pcap */
27 extern int pcap_nsec_file_type_subtype; /* pcap with nanosecond resolution */
28 extern int pcapng_file_type_subtype; /* pcapng */
29 
30 #ifdef __cplusplus
31 }
32 #endif /* __cplusplus */
33 
34 #endif /* __REQUIRED_FILE_HANDLERS_H__ */