Tag: 10.6
Wireshark on Snow Leopard
by teknopipo on Apr.16, 2010, under Telecom
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/share/snmp/mibs/ under Edit → Preferences → Name Resolution → SMI (MIB and PIB) paths → Edit → New
- Reboot, done!




