Huge thanks to our Platinum Members Endace and LiveAction,
and our Silver Member Veeam, for supporting the Wireshark Foundation and project.

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

From: Sake Blok <sake@xxxxxxxxxx>
Date: Fri, 4 May 2007 12:16:37 +0200
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