Differences between version 2 and predecessor to the previous major change of Ethereal.
Other diffs: Previous Revision, Previous Author, or view the Annotated Edit History
Newer page: | version 2 | Last edited on Tuesday, February 3, 2004 10:17:35 pm | by JohnMcPherson | Revert |
Older page: | version 1 | Last edited on Thursday, September 25, 2003 11:25:03 am | by JohnMcPherson | Revert |
@@ -13,4 +13,12 @@
!ssh && !arp
Hide all SSH protocol packets, as well as [TCP] [ACK]/[FIN] etc packets for ssh connections:
!ssh && tcp.port != 22
+
+Traffic to or from a 192.168 subnet:
+ ip.addr == 192.168.0.0/16
+
+Traffic to this IP that is udp:
+ ip.dst == 192.168.1.1 && udp
+
+ ip.dst