-
Notifications
You must be signed in to change notification settings - Fork 13
/
README
34 lines (22 loc) · 771 Bytes
/
README
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
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 <aurelien.aptel@gmail.com>. 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.