Re: [tcpdump-workers] user provided packet buffer

2005-08-15 Thread Stephen Donnelly
On Mon, 2005-08-15 at 13:31 -0500, Randy Smith wrote: > Hello, > > I'm using libpcap to capture packets, but by default the packets are > stored in a buffer allocated "inside" the pcap library (e.g., the > "buffer" pointer of the pcap_t struct). > > Does the pcap library provide any API's that

[tcpdump-workers] user provided packet buffer

2005-08-15 Thread Randy Smith
Hello, I'm using libpcap to capture packets, but by default the packets are stored in a buffer allocated "inside" the pcap library (e.g., the "buffer" pointer of the pcap_t struct). Does the pcap library provide any API's that allow the user to specify his/her own pcap_pkthdr buffer and capt