I am looking for a version string with the format of x.x-xxxxxxx in a pcap file I have. I am fairly new to wireshark and I would like some help figuring out how to search for this. |
Use As you haven't been exact about the possible values of x, x and xxxxxxx, I cannot give you a matching regular expression. If you know the exact string, just write it to the field, except that you have to use EDIT: @sindy thanks for the answer! I did not specified the value because my goal is finding out every possible 11 char version string that looks x.x-xxxxxxx (thus x can be every number)
(04 Nov '16, 02:57)
lcltornado
well, "every possible 11 char" sounds as if any symbol (including letters and special symbols) would be valid as
(04 Nov '16, 03:02)
sindy
|