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] Capture filter for ethernet range

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


From: Andrew Schweitzer <a.schweitzer.grps@xxxxxxxxx>
Date: Tue, 07 Nov 2006 22:29:21 -0500

Jack Jackson wrote:


Sure. It only captures destination packets because you are only checking the destination address. You need to also check for the source address. Assuming you want packets whose source or destination address is in the range:

(ether[0:4]>=0x00804400 and ether[0:4]<=0x008044ff) or
(ether[6:4]>=0x00804400 and ether[6:4]<=0x008044ff)

doh! Of course. Thanks. :)
_______________________________________________
Wireshark-users mailing list
Wireshark-users@xxxxxxxxxxxxx
http://www.wireshark.org/mailman/listinfo/wireshark-users


  • References:
    • [Wireshark-users] Capture filter for ethernet range
      • From: Andrew Schweitzer
    • Re: [Wireshark-users] Capture filter for ethernet range
      • From: Jack Jackson
  • Prev by Date: Re: [Wireshark-users] Response time Question
  • Next by Date: Re: [Wireshark-users] SSL decryption -- RSA Key format
  • Previous by thread: Re: [Wireshark-users] Capture filter for ethernet range
  • Next by thread: [Wireshark-users] Capturing packets from Oracle application server
  • Index(es):
    • Date
    • Thread

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