Re: [Wireshark-dev] Capturing on multiple interfaces [FEATURE REQUEST]

2008-02-29 Thread Andreas Fink
On 29.02.2008, at 10:31, Guy Harris wrote: Andreas Fink wrote: Apparently its possible on some platforms to capture on all interfaces (tcpdump on linux does this). under MacOS X, however only the first interface is used. This means running tcpdump or dumpcap twice and merging the files later

Re: [Wireshark-dev] Capturing on multiple interfaces [FEATURE REQUEST]

2008-02-29 Thread Lars Friedrichs
I see a new feature request here. It is a pain in the a** to capture on constantly state changing interfaces like ppp if something is wrong. And that is the point when I usually use wireshark, tracing problems. Maybe it would be possible to make wireshark capture on a not active (not linked) interf

Re: [Wireshark-dev] Capturing on multiple interfaces [FEATURE REQUEST]

2008-02-29 Thread Guy Harris
Andreas Fink wrote: > Apparently its possible on some platforms to capture on all interfaces > (tcpdump on linux does this). > under MacOS X, however only the first interface is used. This means > running tcpdump or dumpcap twice and merging the files later together if > you want to capture dual

[Wireshark-dev] Capturing on multiple interfaces [FEATURE REQUEST]

2008-02-29 Thread Andreas Fink
Apparently its possible on some platforms to capture on all interfaces (tcpdump on linux does this). under MacOS X, however only the first interface is used. This means running tcpdump or dumpcap twice and merging the files later together if you want to capture dualhomed traffic (like SCTP).