Hi, 

Thanks a lot! I will try that! 

--
Takashi Yoshida
tyoshida [at] mac [dot] com



On Aug 27, 2007, at 12:40 AM, Lorenz Schori wrote:

On 26.08.2007, at 18:34, Takashi Yoshida wrote:
Sorry to hijack the thread here, but does wireshark work on Intel machines?
When I begin capturing on the Airport Extreme interface (802.11n), the current wireless network connection gets dropped.

I can sometimes rejoin the wireless network while the capturing process is on. But other times, I cannot.

I still need to spend some time on what's going on, but I'd like see how other MacIntel users are doing with the latest wireshark.

Same thing here. I work around this by capturing with tcpdump into a file "tcpdump -s0 -i en1 -w bla.cap" and then analyzing the stuff in wireshark. You may write into a named pipe using tcpdump and read from it with wireshark if you need live data.

Lorenz