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

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


From: Abhijit Bare <abhibare@xxxxxxxxx>
Date: Tue, 1 Sep 2009 13:41:19 -0600

You can try a couple of methods:

1. Use editcap "-A" and "-B" option to create a new file with packets only between the two timestamps. Then, open the new file in wireshark.

2. You can use wireshark filter something like this:

frame.time > "Aug 20, 2008 01:34:13.000" and frame.time < "Aug 20, 2008 01:34:24.000"

Adjust the times according to what you want.

You can also filter on time relative to first frame using "frame.time_relative" if that is easier. Lookup "wireshark-filter" manpage.

Hope this helps,
- Abhijit

On Tue, Sep 1, 2009 at 1:20 PM, EDWARD HILL <EHill@xxxxxxxxx> wrote:
I have a capture file that I am working with and I only want to see the 10 minutes of data in the middle of the capture. So I want to create a display filter that would allow me to see all the traffic from 13:30 to 13:40. Can any one give me some ideas.
 
Thanks
Ed

___________________________________________________________________________
Sent via:    Wireshark-users mailing list <wireshark-users@xxxxxxxxxxxxx>
Archives:    http://www.wireshark.org/lists/wireshark-users
Unsubscribe: https://wireshark.org/mailman/options/wireshark-users
            mailto:wireshark-users-request@xxxxxxxxxxxxx?subject=unsubscribe

  • Follow-Ups:
    • Re: [Wireshark-users] display filter
      • From: EDWARD HILL
  • References:
    • [Wireshark-users] display filter
      • From: EDWARD HILL
  • Prev by Date: [Wireshark-users] iSCSI display filter
  • Next by Date: Re: [Wireshark-users] display filter
  • Previous by thread: [Wireshark-users] display filter
  • Next by thread: Re: [Wireshark-users] display filter
  • Index(es):
    • Date
    • Thread

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