Wireshark filter syntax needed

578 Views Asked by At

I would like to filter requests in Wireshark.

I have Diameter request which is for example SLR and has concrete session ID and is sent to specified IP destination address. Like SLR - send to 10.44.190.40

I would like to filter every request where session started to this node, but STR with the same session ID went to other destination address.

How can I proceed?

1

There are 1 best solutions below

0
On

Do you want to filter on diameter.Session-Id?
Go to Packet details
Expand Diameter Protocol
Right-click on Session-ID (for example: diameter.Session-Id == "supauth.eap.testbed.aaa;1273828925;1;client;gw.eap.testbed.aaa")
Select Apply as Filter
Go to Statistics -> Conversations
Select IPv4
Check "Limit to display filter"

Links Statistics menu, Wireshark Display Filter Reference and Wireshark Wiki

Hope this helps.