Skip to content

Instantly share code, notes, and snippets.

@keomabrun
Last active September 16, 2017 00:45
Show Gist options
  • Save keomabrun/f7fdcf5eeb9b84ed28d15d7c50facbdc to your computer and use it in GitHub Desktop.
Save keomabrun/f7fdcf5eeb9b84ed28d15d7c50facbdc to your computer and use it in GitHub Desktop.
Ubuntu Xenial Wireshark build
# dependencies
sudo apt-get install autoconf libtool libtool-bin glib-2.0 qt5-default qttools5-dev-tools qtdeclarative5-dev libgcrypt11-dev libpcap-dev flex bison
# -- Wireshark now uses Qt and not GTK
# configure
./autogen.sh
./configure
make
# create a package for apt:
sudo apt-get install qttools5-dev qtmultimedia5-dev libqt5svg5-dev python-ply xsltproc docbook-xsl libxml2-utils libcap2-dev quilt libparse-yapp-perl libgnutls-dev portaudio19-dev libkrb5-dev liblua5.2-dev libsmi2-dev libgeoip-dev libnl-genl-3-dev libnl-route-3-dev asciidoc
libsbc-dev liblz4-dev libsnappy-dev libspandsp-dev
dpkg-buildpackage -rfakeroot -us -uc
# Refs:
* https://www.wireshark.org/docs/wsdg_html_chunked/ChSrcBuildFirstTime.html
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment