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
stevie a07e318fa7 Check-in missing mod
git-svn-id: http://op25.osmocom.org/svn/trunk@272 65a5c917-d112-43f1-993d-58c26a4786be
2011-03-31 23:23:51 +00:00
..
AUTHORS added wireshark dissector 2008-04-24 02:38:00 +00:00
COPYING added wireshark dissector 2008-04-24 02:38:00 +00:00
Makefile.am added wireshark dissector 2008-04-24 02:38:00 +00:00
Makefile.common added wireshark dissector 2008-04-24 02:38:00 +00:00
Makefile.nmake added wireshark dissector 2008-04-24 02:38:00 +00:00
README Changes for wireshark 1.4.3. 2011-01-17 23:05:13 +00:00
moduleinfo.h added wireshark dissector 2008-04-24 02:38:00 +00:00
moduleinfo.nmake added wireshark dissector 2008-04-24 02:38:00 +00:00
packet-p25cai.c Check-in missing mod 2011-03-31 23:23:51 +00:00
plugin.rc.in added wireshark dissector 2008-04-24 02:38:00 +00:00

README

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.