[Wireshark-users] Need help with display filtering for all packets on a subnet

2007-05-04 Thread Roman Daszczyszak
This is probably obvious, but my Google-fu seems to be weak today.

I have a trace file that I was to see any packet of a conversation
between an IP on my network with one outside the network (aka filter
inter-network traffic).

However, I cannot seem to get a display filter that does this.
I'm using the Windows build btw.

I tried:
ip.addr !matches 192.168.*
ip.addr !matches 192.168.+
ip.addr != 192.168.*
ip.addr:192.168.+
ip.addr:192.168.*

So, I'm not sure what I am doing wrong.. anyone mind politely lending
me a clue? :)
___
Wireshark-users mailing list
Wireshark-users@wireshark.org
http://www.wireshark.org/mailman/listinfo/wireshark-users


Re: [Wireshark-users] Need help with display filtering for all packets on a subnet

2007-05-04 Thread Sake Blok
On Fri, May 04, 2007 at 11:38:13AM +0200, Roman Daszczyszak wrote:
 This is probably obvious, but my Google-fu seems to be weak today.
 
 I have a trace file that I was to see any packet of a conversation
 between an IP on my network with one outside the network (aka filter
 inter-network traffic).
 
 However, I cannot seem to get a display filter that does this.
 I'm using the Windows build btw.
 
 I tried:
 ip.addr !matches 192.168.*
 ip.addr !matches 192.168.+
 ip.addr != 192.168.*
 ip.addr:192.168.+
 ip.addr:192.168.*
 
 So, I'm not sure what I am doing wrong.. anyone mind politely lending
 me a clue? :)

ip.addr!=192.168.0.0/16

or 

ip.addr==192.168.0.0/16 and ip.addr!=192.168.0.0/16

:)


Sake
___
Wireshark-users mailing list
Wireshark-users@wireshark.org
http://www.wireshark.org/mailman/listinfo/wireshark-users