diff options
author | Guy Harris <guy@alum.mit.edu> | 2006-03-05 03:26:21 +0000 |
---|---|---|
committer | Guy Harris <guy@alum.mit.edu> | 2006-03-05 03:26:21 +0000 |
commit | 49de5e663ec76ada7fc2377deb22285497273047 (patch) | |
tree | 8ce0f0ec4b1dfb773c39494f0b095ef4f0f1cabd /capture_loop.h | |
parent | cbe69401ccddfe65c2320f06592e868f980b101a (diff) | |
download | wireshark-49de5e663ec76ada7fc2377deb22285497273047.tar.gz wireshark-49de5e663ec76ada7fc2377deb22285497273047.tar.bz2 wireshark-49de5e663ec76ada7fc2377deb22285497273047.zip |
Make some routines not used outside capture_loop.c static.
svn path=/trunk/; revision=17466
Diffstat (limited to 'capture_loop.h')
-rw-r--r-- | capture_loop.h | 7 |
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 */ |