User mailbox exceeds allowed size: [EMAIL PROTECTED]
Original message follows.
Received: from baoguanyuan.net [211.148.204.5] by mailserver41 with ESMTP
(SMTPD32-8.05) id A0D73AC00B4; Mon, 19 Apr 2004 14:25:27 +0800
From: [EMAIL PROTECTED]
To: [EMAIL PROTECTED]
Subject: Failed ([EMAIL PROTECTE
It work.
Really thanks for the exemple : it's really usefull.
-Message d'origine-
De : [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED] De la part de Guy
Harris
Envoyé : vendredi 16 avril 2004 11:04
À : [EMAIL PROTECTED]
Cc : BUYCK Jacky FTRD/DMI/CAE
Objet : Re: [tcpdump-workers] Libpcap ques
This message was created automatically by mail delivery software.
Delivery failed for the following recipients(s):
[EMAIL PROTECTED]
The message you sent contained an attachment which the recipient has chosen to block.
Usually these sort of attachments are blocked to prevent malicious sof
In Windows, you can use the pcap_next_ex() with a timeout of "0".
http://winpcap.polito.it/docs/docs31beta/html/group__wpcapfunc.html#a23
You can have a sequence of pcap_next_ex(), one for each network interface,
within the same thread.
I don't know what happens in linux (although I expect the
Hi,
I am using pcap/WinPcap to capture traffic on linux and windows
operating systems. I need to work on several interfaces in parallel and
expect high load, however, as the filter function should drop more than
99 percent of the traffic, receiving packets from pcap should not be the
problem.
My d