Hello, I am very new to this software and was asked to gather some information on packet delivery. We have a machine that is on our DMZ subnet that we are looking to capture the packet sent packet delivered info from. How do I build a filter where we can log the traffic going to and from that machine only from a desktop on the same subnet? asked 24 Sep '13, 11:03 MichaelMoreno1 |
One Answer:
you could use a capture filter like "host 192.168.0.1" (and substitute 192.168.0.1 with whatever IP your "desktop on the same subnet" has). answered 24 Sep '13, 13:30 Jasper ♦♦ |