mabulog

このブログは、mabuの平凡な日常を淡々と描く物です。 過度な期待はしないでください。 あと、部屋は明るくして、 モニターから3メートルは離れて見やがってください。

Installed Wireshark

背景 Background

LingrAPIのレスポンス情報を確認したく、Windowsでもお馴染みのWiresharkをインストールします。
...と思ったら、インストール中暇だったので、本当にドキュメントないか調べた所GoogleDocにありました。

目標 Goal

環境 Environment

手順 Operation

  • インストール
brew search wireshark
brew info wireshark
brew info glib
brew info gnutls
brew info libtasn1
brew info nettle
brew info guile
brew info libtool
brew info libunistring
brew info p11-kit
brew info libgcrypt
brew info libgpg-error
brew info geoip
brew info automake
brew info geoipupdate
brew info c-ares
brew info qt
brew info d-bus
brew info mysql
brew info cmake
brew info gtk+
brew info glib
brew info gdk-pixbuf
brew info pango
brew info atk
brew info cairo
brew info gobject-introspection
brew info jasper
brew info harfbuzz
brew info icu4c
 
brew install geoip --with-geoipupdate
brew install gnutls --with-guile --with-p11-kit
brew install mysql --enable-memcached
brew install qt --developer --with-d-bus --with-mysql --with-qt3support
brew install gtk+ --with-jasper
brew install wireshark --with-c-ares --with-gtk+ --with-headers --with-lua --with-pcre --with-qt --without-geoip
  • 起動確認
$ which wireshark
/usr/local/bin/wireshark
$ /usr/local/bin/wireshark