Bytes as Mb in output result
Hi experts, i was trying to add the best title but is hard to explain in a few letters.
My question is about the wireshark output result as JSON, i was trying to do it but sadly the size is more than 1GB so i send it as txt with the following command:
tshark -r file_from_wireshark.pcapng
-q -z conv,ip > output.txt
output.txt:
IPv4 Conversations
Filter:<No Filter>
| <- | | -> | | Total | Relative | Duration |
| Frames Bytes | | Frames Bytes | | Frames Bytes | Start | |
pageRandom <-> host.testing.internal 62393 89805838 29608 1787542 92001 91593380 0.000000000
- Is there anyway to get only total bytes: 89805838 ??
- is there an option to change it to MB instead of bytes?
- Is there any way to get this as JSON, just with the information generated as txt?
thank you so much before hand