Hi All, is it possible to ignore this error and display the query results? I am just trying to obtain cipher information from connections using this command: tshark -r capture.cap -V -2R ssl.handshake.type==1 -T fields -e ip.src -e ssl.handshake.version -e ssl.handshake.ciphersuite tshark: The file "capture.cap" appears to have been cut short in the middle of a packet. The file loads in the UI after displaying the same error messages and clicking OK, so I know the file is not corrupted. Let me know. Thanks in advance! asked 04 Nov '14, 10:59 StriclyFlava |
One Answer:
Please try this:
Regards answered 04 Nov '14, 13:22 Kurt Knochner ♦ edited 04 Nov '14, 13:23 |
Thanks Kurt, however, this syntax does not work, it is just displays all of the options. I am using version 1.12.1 in case that helps.
Thanks
sorry, I forgot to delete -R.
Does that work better?