ethereal & x11

Kaos

[H]ard|Gawd
Joined
Oct 14, 2003
Messages
1,328
im trying to get ethereal runninf under osx in x11 and when i go to capture it says that there is not capture device when i set it up as en1 (my aextreme card) this is my first time using fink/x11 are there any faq's or anything i should first?
 
Try this first:
sudo /sw/bin/ethereal

or the more ugly way:
sudo chmod 777 /dev/bpf*; /sw/bin/ethereal
 
its through xterm

cd /sw/bin
sudo ./ethereal

does the trick.
 
Back
Top