How to filter Packets by Time
hello, i tryed this frame.time >= "Mar 1, 2023 4:22:00 PM" && frame.time <= "Mar 1, 2023 4:24:00 PM" filter, but it dosn't worked
add a comment
If you look at the Wireshark filter manual page you'll find:
Date and time values can be given in ISO 8601 format or using a legacy month-year-time format: "2020-07-04T12:34:56" "Sep 26, 2004 23:18:04.954975" The 'T' separator in ISO 8601 can be omitted. ISO 8601 supports timezone designators as UTC or an offset from UTC. Legacy formats can append the value "UTC" at the end to specify time in Coordinated Universal Time. Otherwise date and time values are interpreted as local time.
Asked: 2023-03-06 04:35:16 +0000
Seen: 8,779 times
Last updated: Mar 06 '23