Ask Your Question
0

Filter URL By Number Characters

asked 2020-02-10 19:59:23 +0000

Hello all.

We need to filter destination URLs by character length, any URL of 20 characters or longer needs to be captured.

So far, I haven't come up with anything that works (URL names are completely random).

edit retag flag offensive close merge delete

Comments

Are you looking for a capture filter (https://wiki.wireshark.org/CaptureFil...) or display filter (https://wiki.wireshark.org/DisplayFil...

Chuckc gravatar imageChuckc ( 2020-02-10 20:08:34 +0000 )edit

1 Answer

Sort by ยป oldest newest most voted
0

answered 2020-02-11 03:31:14 +0000

Chuckc gravatar image

Display filter:

http.request.uri matches "^.{20}$"

Capture filter doable but YMMV:
String-Matching Capture Filter Generator https://www.wireshark.org/tools/strin...

edit flag offensive delete link more

Your Answer

Please start posting anonymously - your entry will be published after you log in or create a new account.

Add Answer

Question Tools

Stats

Asked: 2020-02-10 19:59:23 +0000

Seen: 283 times

Last updated: Feb 11 '20