Open AndBondStyle opened 4 months ago
Captures from PR #10 by @mentlerd
Capture from #17 by @aprosvetova (comment)
Rename .pcapng.txt
to .pcapng
(github does not allow this extension)
Just connected the printer connect.pcapng.txt
Print a diagonal line print_diagonal.pcapng.txt
Print some rectangles print_rectangles.pcapng.txt
Print complex image print_image.pcapng.txt
Python helper scripts to convert wireshark capture to text format. Uses tshark executable.
Output example:
[ 6.315] >> 035555c10101c1aaaa
[ 6.315] << 5555c20103c0aaaa
[ 6.378] >> 55550107012c00000000002baaaa
[ 6.379] << 555502010102aaaa
...
This is a meta-issue for collecting traffic captures of an official app communication with various printer models. Preferred export format is JSON (if you're using wireshark: file > export packet dissections > as json), however plain text data is also fine. Don't forget to ensure your traffic capture does not contain any sensitive data: e.g. if you capturing USB traffic, don't forget to set a filter to only export printer packets, and exclude other USB devices.
Please share your captures using the following template:
===> dump goes here <===
General recommendations for capture scenarios (work in progress):
TODO: