summaryrefslogtreecommitdiff
path: root/wiretap/pcap-common.h
diff options
context:
space:
mode:
Diffstat (limited to 'wiretap/pcap-common.h')
-rw-r--r--wiretap/pcap-common.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/wiretap/pcap-common.h b/wiretap/pcap-common.h
index fd15ce292a..da95cf546f 100644
--- a/wiretap/pcap-common.h
+++ b/wiretap/pcap-common.h
@@ -29,6 +29,8 @@
#include "wtap.h"
#include "ws_symbol_export.h"
+extern guint wtap_max_snaplen_for_encap(int wtap_encap);
+
extern int pcap_process_pseudo_header(FILE_T fh, int file_type, int wtap_encap,
guint packet_size, gboolean check_packet_size,
struct wtap_pkthdr *phdr, int *err, gchar **err_info);