Re: [tcpdump-workers] [PATCH 01/04]: pcap-linux: convert to recvmsg()

2008-08-06 Thread Guy Harris
On Jul 18, 2008, at 11:07 AM, Patrick McHardy wrote: pcap-linux: convert to recvmsg() From: Patrick McHardy <[EMAIL PROTECTED]> Convert pcap-linux to use recvmsg() as preparation for using PACKET_AUXDATA cmsgs. Checked into the main and 1.0 branches. - This is the tcpdump-workers list. V

[tcpdump-workers] [PATCH 01/04]: pcap-linux: convert to recvmsg()

2008-07-18 Thread Patrick McHardy
pcap-linux: convert to recvmsg() From: Patrick McHardy <[EMAIL PROTECTED]> Convert pcap-linux to use recvmsg() as preparation for using PACKET_AUXDATA cmsgs. --- pcap-linux.c | 23 --- 1 files changed, 16 insertions(+), 7 deletions(-) diff --git a/pcap-linux.c b/pcap-li