10.6 tagged posts
-
Wireshark on Snow Leopard
April 16, 2010
Category: Tech
Comments:
-
Finally fixed a bug that’s been annoying me for months. I managed to get Wireshark up and running on OSX Snow Leopard – without any crappy workarounds such as running it inside a virtual XP machine. The video below by dangribbin explains it all.
Summarizing the steps:
- Download and mount Wireshark for 10.5 Leopard Intel
- Drag Wireshark to Applications
- Open a terminal and type:
defaults write com.apple.finder AppleShowAllFiles YES
killall Finder
– com.apple.Finder (i.e. Finder with a capital F) did not work for me!
– For more info on defaults type man defaults. - Create /usr/local/bin/ if you don’t already have one.
- Drag the Command Line utilities into /usr/local/bin/.
- Drag ChmodBPF folder to Startup Items.
- In the terminal type:
sudo chown -R root:wheel ChmodBPF - Launch Wireshark
- Add /usr/s...
Social Profiles