Skip to content

Debugging tool to diff network traces via wireshark

License

Notifications You must be signed in to change notification settings

GT500R/qtwirediff

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

43 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

qtwirediff
==========

WireDiff is a debugging tool to diff network traffic leveraging
Wireshark.

Wirediff lets you open 2 network traces packets side-by-side. You can
select a packet from each trace and diff their content at the protocol
level you want.

This is a rewrite of an older tool smbcmp [1] made more generic
(smbcmp only dealt with SMB traffic).

WireDiff is licensed under the GPLv3 and originally written by
Aurélien Aptel <[email protected]>. See LICENSE for more
details.

1: https://smbcmp.github.io


Building
========

This project uses is based on qmake:

$ qmake-qt5 && make

Alternatively you can open the .pro file in QtCreator and build from
there.


Running
========
WireDiff reads standard PCAP files. It requires "tshark" on the path.

About

Debugging tool to diff network traces via wireshark

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • C++ 98.4%
  • QMake 1.6%