Commit 4e5287be authored by Claes Sjofors's avatar Claes Sjofors

Merge branch 'master' of pwrcvs:/data1/git/pwr

parents 0c879344 1d3cd534
......@@ -26,7 +26,9 @@ is a description of how to build the dissector.
4. Build wireshark
> ./autogen
Install autoconf, libtool, bison, libpcap-dev
> ./autogen.sh
> ./configure
> make all
......@@ -59,7 +61,10 @@ is a description of how to build the dissector.
Install dependencies, for example
> apt-get install docbook-xsl libpcre3-dev libcap-dev libgnutls-dev portaudio19-dev libkrb5-dev liblua5.1-0-dev libsmi2-dev libgeoip-dev dpatch automake1.9 libc-ares-dev
> apt-get install docbook-xsl libpcre3-dev libcap-dev libgnutls-dev portaudio19-dev libkrb5-dev liblua5.1-0-dev libsmi2-dev libgeoip-dev dpatch automake1.9 libc-ares-dev xsltproc
On ubuntu change libwireshark.so.1.1.0 -> libwireshark.so.1.1.1 in
debian/wireshark-common.files
> make debian-package
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment