준호씨의 블로그

osx - How to install wireshark on osx by homebrew 본문

IT이야기

osx - How to install wireshark on osx by homebrew

준호씨 2018. 1. 23. 21:34
반응형
2024.04.17 Currently, the methods below may not work. Rewritten it to work now.
https://junho85.pe.kr/2219

 

 

Install wireshark with GUI

brew cask install wireshark  brew install wireshark --with-qt 

Install wireshark only command line util tshark

brew install wireshark 

Uninstall

brew uninstall wireshark 

References

 

반응형
Comments