When capturing, we only support writing to libpcap files. Given that,
authorguy <guy@f5534014-38df-0310-8fa8-9805f1628bb7>
Sat, 4 Mar 2006 22:33:04 +0000 (22:33 +0000)
committerguy <guy@f5534014-38df-0310-8fa8-9805f1628bb7>
Sat, 4 Mar 2006 22:33:04 +0000 (22:33 +0000)
commitfff24dfb1a49de5dad83401768136532a9da6581
treeace42d9a6e93e75bc092472896430d4bbb32fa34
parentf71f95dfc0cf8b14db11bb3d09a84ee1f7b0d06b
When capturing, we only support writing to libpcap files.  Given that,
bypass Wiretap; that means we don't have to run the packet through
wtap_process_pcap_packet() and then undo that conversion in Wiretap if
we're just going to write it out, shortening the code path.

git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@17461 f5534014-38df-0310-8fa8-9805f1628bb7
Makefile.common
capture_loop.c
capture_loop.h
pcapio.c [new file with mode: 0644]
pcapio.h [new file with mode: 0644]
ringbuffer.c
ringbuffer.h
tethereal.c