Wireshark

  • Riverbed Technology
  • WinPcap
the world's foremost network protocol analyzer
  • Wireshark
    • About
    • Download
    • Blog
  • Get Help
    • Ask a Question
    • FAQs
    • Documentation
    • Mailing Lists
    • Online Tools
    • Wiki
    • Bug Tracker
  • Develop
    • Get Involved
    • Developer's Guide
    • Browse the Code
    • Latest Builds

Wireshark-users: Re: [Wireshark-users] Display Filter for multiple IP's?

Date Index Thread Index Other Months All Mailing Lists
Date Prev Date Next Thread Prev Thread Next


From: Andrew Hood <ajhood@xxxxxxxxx>
Date: Tue, 06 Mar 2007 11:43:16 +1100

Luis Ontanon wrote:
> ! (ip.addr == 10.1.1.1  or ip.addr == 10.2.2.2 or ip.addr == 10.3.3.3 )

Which any worker in symbolic logic will tell you is the same as:

!(ip.addr == 10.1.1.1) and !(ip.addr == 10.2.2.2) and !(ip.addr ==
10.3.3.3 )

So the OP could have just swapped "or" for "and".

-- 
There's no point in being grown up if you can't be childish sometimes.
                -- Dr. Who

  • References:
    • [Wireshark-users] Display Filter for multiple IP's?
      • From: Richard Biever
    • Re: [Wireshark-users] Display Filter for multiple IP's?
      • From: Luis Ontanon
  • Prev by Date: Re: [Wireshark-users] Display Filter for multiple IP's?
  • Next by Date: [Wireshark-users] Wireshark on OSX **NEWBIE**
  • Previous by thread: Re: [Wireshark-users] Display Filter for multiple IP's?
  • Next by thread: Re: [Wireshark-users] RTCP: Calculate round trip delay (Bishwarup)
  • Index(es):
    • Date
    • Thread

Wireshark and the "fin" logo are registered trademarks of the Wireshark Foundation