Ethereal

bossa nova

Registered
I got my pine installed and setup as far as I could go. I moved on to Ethereal and I can't get it to launch or anything. Anybody seen this before? Here is the output:
Code:
ethereal
dyld: ethereal can't open library: /usr/X11R6/lib/libXext.6.dylib  (No such file or directory, errno = 2)
Trace/BPT trap

Can anyone tell me why this is happening?
 
ethereal is an application which requires some sort of X-Windows system, like Apple's X11. Try to install one and launch ethereal from it.
 
Thanks mr. k...I think I remember seeing that Apple had it in the Dev library...but I bet I could find that at sourceforge.net. I will try it.
 
Hmm, I don't like ethereal very much. For simple checks the build in tcpdump is enough. And if you need extensive information for every flag try netwox.
 
Also remember to run such applications under root or with sudo, as direct access to a network interface requires root privileges.
 
Ethereal is great for going over capture files too - you can capture with something more lightweight (and faster) like tcpdump, then open the files in ethereal to sort through the information and get out what you need.
 
Back
Top