web interface ? you can't SSH ?
On Sun, Aug 14, 2011 at 6:51 AM, Tek Bahadur Limbu wrote:
> Hi all,
>
> I am not sure if this is a right list to post the following question.
>
> I need to run TCPDUMP on a Linux bridge with multiple network interfaces.
> However, instead of using a shell, I need t
On Aug 16, 2011, at 5:10 AM, Doktor Bernd wrote:
> Two questions:
> - Do the two pcap_open_live() calls influence the hardware in anyway and have
> side effects on each other or are they bound to the handle and I can rely on
> the parameters I give to be set?
For LAN hardware, the "promisc" ar
On Tue, Aug 16, 2011 at 5:10 AM, Doktor Bernd wrote:
>
> Hi,
>
> I am trying to optimize my program by adjusting the parameters of
> pcap_open_live().
>
> In my program, I am opening the same interface twice and use one handle in a
> thread for capturing packets and the other handle in a second
Hi,
I am trying to optimize my program by adjusting the parameters of
pcap_open_live().
In my program, I am opening the same interface twice and use one handle in a
thread for capturing packets and the other handle in a second thread for writing
Two questions:
- Do the two pcap_open_live()