tshark output reassembled frame and rest also
Is there a way to save tshark output reassembled? and also packet that didn't get into the "OSI layer 7". Perhaps to create a tap in code that will receive all packet that don't answer to OSI layer 7
I saw the following command, but it output only the layer 7 , so i am missing all the other packets tshark -U "OSI layer 7" -2
if there are only eth->ip->tcp layers, the packet are not saved in output with this command
You would like layer 4 and layer 7 in the same output file?
WSUG 5.7.4. The “Export PDUs to File…” Dialog Box
this is not what i need, i need to export the reassembled packets, and all other packet that are not reassembled ( like simple tcp or sctp packet)