aboutsummaryrefslogtreecommitdiffstats
path: root/capture_loop.h
diff options
context:
space:
mode:
Diffstat (limited to 'capture_loop.h')
-rw-r--r--capture_loop.h7
1 files changed, 0 insertions, 7 deletions
diff --git a/capture_loop.h b/capture_loop.h
index 73aafdab60..aa17909f1b 100644
--- a/capture_loop.h
+++ b/capture_loop.h
@@ -138,16 +138,9 @@ typedef enum {
extern initfilter_status_t
capture_loop_init_filter(pcap_t *pcap_h, gboolean from_cap_pipe, const gchar * iface, gchar * cfilter);
-/** Take care of byte order in the libpcap headers read from pipes. */
-extern void
-cap_pipe_adjust_header(gboolean byte_swapped, struct pcap_hdr *hdr, struct pcaprec_hdr *rechdr);
-
#ifdef HAVE_LIBPCAP
#ifndef _WIN32
extern int
-cap_pipe_open_live(char *, struct pcap_hdr *, loop_data *, char *, int);
-
-extern int
cap_pipe_dispatch(int, loop_data *, struct pcap_hdr *, \
struct pcaprec_modified_hdr *, guchar *, char *, int);
#endif /* _WIN32 */