This is a static archive of our old Q&A Site. Please post any new questions and answers at ask.wireshark.org.

How to check for TIFF files in a capture

0

I have a capture of a fax to email which is a bad transmission. The file that is created is a TIFF file that is emailed to a persons inbox. I need to see that file so I can see where the issue is.

asked 03 Jul '13, 12:05

ralbo-micor's gravatar image

ralbo-micor
1112
accept rate: 0%

edited 03 Jul '13, 12:11


One Answer:

0

right click on a packet of the SMTP connection. Then select "Follow TCP Stream". In the pop-up window, choose the right conversation (client:* -> server:25) and click on "Save as" (in RAW format). Give that file the extension .tiff. Now you should be able to open the file with an image viewer.

Regards
Kurt

answered 03 Jul '13, 12:18

Kurt%20Knochner's gravatar image

Kurt Knochner ♦
24.8k1039237
accept rate: 15%

edited 03 Jul '13, 12:20