Skip to content

kpvdr/amqpAnalyze

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

37 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

amqpAnalyze

Introduction

amqpAnalyze is an AMQP analyzer for pcapng (wireshark) files.

Quick start

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.

About

AMQP analyzer for pcapng files

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published