Hello I've got a capture from a device that has sent me 64K worth of data, and I'd like to export all of the data bytes to a bin file, or something of the like. Right now I have my filter set to ip.addr == 192.168.111.110 and I'd like to get all the data of each packet exported to a file. I don't want to go to the data portion of each packet and select File --> Export --> Selected pacekt bytes. There must be a better way to do this. Thanks asked 26 Feb '13, 14:17 william256 |
One Answer:
right click any packet, then "Follow TCP Stream" or "Follow UDP Stream" (depends on your protocol). Then: Save As (Raw). Regards answered 26 Feb '13, 14:29 Kurt Knochner ♦ edited 26 Feb '13, 14:29 |