amqpAnalyze is an AMQP analyzer for pcapng (wireshark) files.
Dependencies:
- cmake
- gcc-c++
- git
- libpcap-devel
This is a cmake project. NOTE: This source uses C++11. Proceed as follows:
git clone https://github.com/kpvdr/amqpAnalyze.git
cd amqpAnalyze
mkdir build
cd build
cmake ..
make
There is no install for this (yet), so run from build location:
./src/amqpAnalyze <pcapng-file>
For help with options:
./src/amqpAnalyze --help
Some sample pcapng files are provided in the test_files directory.