user846400
user846400

Reputation: 1101

Saving the displayed/filtered packets in wireshark

I applied a filter in wireshark to display only the incoming packets to my PC. When I save the filtered/displayed packets to a .csv file, I actually saves all the packets (un-filtered). How can I save only the displayed/filtered packets?

Upvotes: 57

Views: 71835

Answers (1)

user684451
user684451

Reputation:

Exporting data
Just select Displayed in the Packet Range frame.

Note that with newer builds of Wireshark for Windows, this is available only with "Export Specified Packets", not with "Save" or "Save as" options.

Upvotes: 83

Related Questions