I totally forgot about that command, thank you @Timothy_Hall , good point! So, @DekPlent , as Tim posted about -F flag, here is what you could do. First example he gave, though this is generally how syntax works anyway, after -F flag, in the quotes, all you need to remember is this sequence...
"source IP, source port, destination IP, destination port, protocol"
So 0 in this example would refer to any port or any protocol.
You can also use this website (super helpful) that my colleague made for different captures on different vendors:
https://tcpdump101.com/#
So, lets give simple example. Say you are troubleshooting connection between IPs 10.10.10.10 and 20.20.20.20. In that case, even if you did not ports or protocol involved, you would run something like below:
fw monitor -F "10.10.10.10,0,20.20.20.20,0,0" -F "20.20.20.20,0,10.10.10.10,0,0"
You literally switch source/dst IPs in second -F flag involved.
But, Tim is right, if vpn traffic is accelerated, it may not show in regular fw monitor command I gave you. I would also give him big kudos for book he mentioned, its fantastic, I would suggest you buy it, money well spent if you deal with CP constantly ; - )
Im still available for remote Monday if you are up for it.
Have a fantastic weekend!!