Modern networks generate enormous volumes of captured traffic, making it essential to sort packet data by protocol, source, destination, or time to isolate what matters. This content covers how to use Wireshark's column-based sorting to quickly group and analyze specific traffic types.
Wireshark Sorting
When we're capturing data we could end up with a ton of data. Networks nowadays are really chatty and there's a lot of information going back and forth. Even just turning on a computer is going to generate a lot of traffic on a network, because Windows and other programs are out there looking for updates and seeing what they need to do, and do they have an internet connection, and those types of things. So what we want to do is be able to filter and sort to find the data that we are going to want to use.
Here we've already got some data that's captured in here. What I'm going to do is scroll down, and maybe I'm most concerned with this web traffic. I want to see what's happening from a TCP standpoint. So what I can do is select this and go through this, but I don't know if there's other communication that's happening with this that I want to see. I want to see just all of the TCP traffic.
So what I can do is select anywhere, select one of these TCP, and hit protocol, and it's going to sort by the protocol. So now I've got all the TCP grouped up and I can see everything that's happening with TCP, as well as if I want to look at SDP or any of these other protocols. Now I have them all sorted by protocol, and it's sorted alphabetically from first letter to last letter, or I could reverse that and have it reversed now. So that's the protocol sort.
I can also do it by source, if I want to see everything that's coming from this 10.1.1 10.34 address. Now I can see that, and what the destinations are going to be. Or maybe I want to sort by destination and see everything that's going to that web server and see what that looks like. Or maybe I want to sort it back towards the time or the packet number.
So now I can click on this. I can click on any one of these columns to sort this by, and then if I click it again then it will reverse sort it. So from least to greatest, or from greatest to least. That is the sort function.
TechKnowSurge builds IT and cybersecurity professionals through hands-on, concept-first training built around real understanding — not memorization. Free interactive tools, structured programs, and 25+ years of real-world experience, all in one place.
Explore free tools and programs →