Listed are some of the useful filters that are helpful for troubleshooting while using Wireshark
How display only TLS 1.2 traffic
ssl.record.version == 0x0303
How to only show a traffic based on destination IP
ip.dst == X.x.x.x
tcp.port == 445
Check traffic between two IP addressesÂ
ip.addr == x.x.x.x && ip.addr == x.x.x.x