Skip to content

Instantly share code, notes, and snippets.

@wenjianhn
Created December 30, 2014 02:23
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save wenjianhn/dba9647541a7e9bb9223 to your computer and use it in GitHub Desktop.
Save wenjianhn/dba9647541a7e9bb9223 to your computer and use it in GitHub Desktop.
Build wireshark-1.99.1 on Fedora to support Ceph Protocol
sudo yum groupinstall "Development Tools"
sudo yum install qt-devel gtk2-devel bison gcc-c++ gtk+ gtk3-devel
wget https://1.as.dl.wireshark.org/src/wireshark-1.99.1.tar.bz2
tar xjf wireshark-1.99.1.tar.bz2
cd wireshark-1.99.1
./configure
make -j$(lscpu | awk '/^CPU\(s/ {print $2}')
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment