Wireshark 4.5.0
The Wireshark network protocol analyzer
Loading...
Searching...
No Matches
pcap-common.h
Go to the documentation of this file.
1
14#ifndef __W_PCAP_COMMON_H__
15#define __W_PCAP_COMMON_H__
16
17#include <glib.h>
18#include "wtap.h"
19#include "ws_symbol_export.h"
20
21extern unsigned wtap_max_snaplen_for_encap(int wtap_encap);
22
23extern int pcap_process_pseudo_header(FILE_T fh, bool is_nokia,
24 int wtap_encap, unsigned packet_size, wtap_rec *rec,
25 int *err, char **err_info);
26
27extern void pcap_read_post_process(bool is_nokia, int wtap_encap,
28 wtap_rec *rec, uint8_t *pd, bool bytes_swapped, int fcs_len);
29
30extern int pcap_get_phdr_size(int encap,
31 const union wtap_pseudo_header *pseudo_header);
32
33extern bool pcap_write_phdr(wtap_dumper *wdh, int wtap_encap,
34 const union wtap_pseudo_header *pseudo_header, int *err);
35
36#endif
Definition wtap-int.h:98
Definition file_wrappers.c:222
Definition wtap.h:1432
Definition wtap.h:1198