rev 17461: /trunk/: Makefile.common capture_loop.c capture_loop.h pcapio.c pcapio.h ringbuffer.c ringbuffer.h tethereal.c
| Newsgroups | gmane.network.ethereal.cvs |
|---|---|
| Message-ID | <[email protected]> |
User: guy Date: 2006/03/04 04:33 PM Log: 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. Directory: /trunk/ Changes Path Action +3 -0 Makefile.common Modified +29 -50 capture_loop.c Modified +5 -3 capture_loop.h Modified +186 -0 pcapio.c Added +44 -0 pcapio.h Added +21 -18 ringbuffer.c Modified +3 -4 ringbuffer.h Modified +84 -62 tethereal.c Modified http://anonsvn.ethereal.com/viewcvs/viewcvs.py?rev=17461&view=rev