ANNOUNCEMENT: Live Wireshark University & Allegro Packets online APAC Wireshark Training Session
April 17th, 2024 | 14:30-16:00 SGT (UTC+8) | Online

Wireshark-users: Re: [Wireshark-users] Unique filters

From: Nicole Powell <mznikkip@xxxxxxxxxxx>
Date: Mon, 30 Nov 2009 10:09:00 -0500
Is there a similar command for the Windows version?

From the desk of Nicole  A. Powell.....
 






From: John.Sheahan@xxxxxxxxxxxxx
To: wireshark-users@xxxxxxxxxxxxx
Date: Thu, 29 Oct 2009 10:43:04 -0400
Subject: Re: [Wireshark-users] Unique filters

If you’re running on linux, I believe you can pipe it to sort with the unique switch:

       

<tshark command> | sort -u

 

 

From: wireshark-users-bounces@xxxxxxxxxxxxx [mailto:wireshark-users-bounces@xxxxxxxxxxxxx] On Behalf Of Nicole Powell
Sent: Thursday, October 29, 2009 8:08 AM
To: wireshark-users@xxxxxxxxxxxxx
Subject: [Wireshark-users] Unique filters

 


How can I create a filter that displays only unique packets (i.e., I want to look at all the beacon frames but I don't want to see any duplicates)?