diff options
Diffstat (limited to 'pcap_io.h')
-rw-r--r-- | pcap_io.h | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -115,6 +115,7 @@ enum pcap_mode { }; struct pcap_file_ops { + void (*init_once_pcap)(void); int (*pull_fhdr_pcap)(int fd, uint32_t *magic, uint32_t *linktype); int (*push_fhdr_pcap)(int fd, uint32_t magic, uint32_t linktype); int (*prepare_access_pcap)(int fd, enum pcap_mode mode, bool jumbo); |