What is the proper filter to use that will prevent the display of rdp, tcp source and destination 3389, packets? asked 10 Jul '13, 08:56 johnspin |
One Answer:
try "not tcp.port==3389" answered 10 Jul '13, 08:57 Jasper ♦♦ |
What is the proper filter to use that will prevent the display of rdp, tcp source and destination 3389, packets? asked 10 Jul '13, 08:56 johnspin |
One Answer:
try "not tcp.port==3389" answered 10 Jul '13, 08:57 Jasper ♦♦ |
!tcp.port==3389 worked. Thanks.