cleanwire
v1.0.4
Published
Util for analysing network traffic between Docsvision server and client captured by Wireshark.
Downloads
3
Readme
Clean wire
Util for analysing network traffic between Docsvision server and client captured by Wireshark.
Installation:
npm i cleanwire -g
Usage:
cleanwire ./myCapture.json
To get wireshark json choose in wireshark menu File
-> Export Packet Dissections
-> As JSON
.
Output will be written to myCapture.result.json
file. Output will contain only actual information (SOAPAction and formatted request/answer body). This output can be processed with diff tool like KDiff3 to find differences between two communication sessions.