1 | initial version |
If your version of Wireshark is version 4.0.0 or newer, then you can use the layer operator to restrict filtering to match only the first layer, like so:
ip.src#1 eq 192.168.1.50
The layer operator is described in the wireshark-filter man page.