1) Install openssl devel packages. Plus other required packages.
2) download wireshark sources
3) Unpack it and cd to wireshark directory
Execute:
Code:
./configure --prefix=/somedir --with-ssl
make
make install
Replace /somedir with a custom directory where this package files would get installed.