This repository has been archived on 2022-02-17. You can view files and clone it, but cannot push or open issues or pull requests.
op25-legacy/wireshark/plugins/p25/README

25 lines
633 B
Plaintext

P25 CAI Plugin
Install wireshark source tree:
% tar -xjvf /tmp/wireshark-1.4.3.tar.bz2
Within the wireshark tree, check out p25 plugin from op25:
% cd wireshark-1.4.3/plugins
% svn checkout http://www.sedition.org.au/svn/op25/trunk/wireshark/plugins/p25
A few small changes need to be made to the wireshark tree outside of the
plugins directory. Apply a patch to accomplish this:
% cd ..
% patch -p1 <../op25/wireshark/patches/wireshark-1.4.3.patch
Update the build tree with these changes and compile:
% ./autogen.sh
% ./configure
% make
Check the wiki (http://www.sedition.org.au/wiki/WireSharkPage) for more details.