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