1.0.4 • Published 6 years ago

cleanwire v1.0.4

Weekly downloads
-
License
MIT
Repository
-
Last release
6 years ago

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.

1.0.4

6 years ago

1.0.3

6 years ago

1.0.2

6 years ago

1.0.1

6 years ago

0.1.0

6 years ago