Ask Your Question

Revision history [back]

How to export entire full Data string and not just a snippet?

I have a pcap file and need the entire Data field. When I export to text or csv, the data field is only a snippet that ends with "..."

Data (46 bytes) Data: CD50010000280C534E0600000999994900000BBBBB490000... [Length: 46]

I need the entire Data field such as below (with or without the colons): cd:50:01:00:00:28:0c:53:4e:06:00:00:09:99:99:49:00:00:0b:bb:bb:49:00:00:09:99:99:b6:00:00:00:00:98:ff:01:00:0b:bb:bb:b6:01:00:00:00:98:ff

There doesn't seem to be a way to do the entire pcap, only a manual expansion of each row by selecting Data, right click Copy -> Value. So painful.