|
Yes, I would like to save
all data but sorted by time to a pcap file. In original file it’s not
sorted by time. Thanks De:
wireshark-users-bounces@xxxxxxxxxxxxx
[mailto:wireshark-users-bounces@xxxxxxxxxxxxx] Em nome de Rob MacKenzie You would like to save
the sorted data to a file? You can organize the packets and filter them
how you’d like, and only save or export that subset if you’d like. As for exporting, the
most power is available with Tshark, the command line equivalent. You can
specify more options there. http://www.wireshark.org/docs/man-pages/tshark.html As for only exporting the
first 20 bytes, I don’t think that is possible without running through
another app or something. Rob MacKenzie From:
wireshark-users-bounces@xxxxxxxxxxxxx
[mailto:wireshark-users-bounces@xxxxxxxxxxxxx] On Behalf Of Joao Puga Hello, I’m working with wireshark and I have 2
questions: 1 – I’m sending some information via USB
to a pcap file to analyze it using wireshark. I would like to know if
it’s possible to sort information by time or by source and then save it into
a file. In wireshark I can sort as I want but I can’t save changes into
file… 2 – It’s possible to define fields to
export to a CSV file? I would like to export timestamps and first 20 bytes of
data. Thanks in advance, Joao ---------------------------------------------------------------------
|