You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Putting annotations in exploded json files takes a lot of space per pcap file. Put an additional (json) file besides the pcap file with the annotation data and relying on compressed pcap data for the original data. The additional index should include the frame.number. Hence, the lookup could be made with tshark -n -r test.cap frame.number==x where x is the frame number.
The text was updated successfully, but these errors were encountered:
Putting annotations in exploded json files takes a lot of space per pcap file. Put an additional (json) file besides the pcap file with the annotation data and relying on compressed pcap data for the original data. The additional index should include the frame.number. Hence, the lookup could be made with tshark -n -r test.cap frame.number==x where x is the frame number.
The text was updated successfully, but these errors were encountered: