Clean wire
Util for analysing network traffic between Docsvision server and client captured by Wireshark.
Installation:
npm i cleanwire -gUsage:
cleanwire ./myCapture.jsonTo 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.