Re: [tcpdump-workers] Support for win32 named pipes

2005-06-29 Thread Alex Narinsky
Can you please give additional explanation to your message? At present winpcap sniffs named pipes communication from MSSQL server client on another computer to a MSSQL server. However, it does not catch local named pipes communications. What your development adds to these options? Thanks -

Re: [tcpdump-workers] preperation for 3.9 branch

2005-04-04 Thread Alex Narinsky
How can I test STAP if all G-machines have new PacketData with longer fields? The only one is old but Nir does not allow me to test STAP on this computer? -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Michael Richardson Sent: Monday, April 04, 2005 11:3

[tcpdump-workers] pcap_get_selectable_fd vs. pcap_next (pcap_next_ex)

2004-11-23 Thread Alex Narinsky
Hello, I am building the application that must capture high volume of packets on several network devices with intensive variable load. What is better in terms of capturing all packets? Use pcap_next and several threads - one per a network device Or Use pcap_get_selectable_fd in one-threaded app