Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Payload Expression field contains the word, “content”. Search will filter only those packets that contain the word, “content”, in its payload data. Payload expressions can take in regular strings with characters from a-z A-Z 0-9 or by using regular expressions RegEx.

Examples of regular expressions:

Type of Data

Example

Regular Expression

Phone Number (US)

800-999-0165

[0-9][0-9][0-9]-[0-9][0-9][0-9]-[0-9][0-9][0-9][0-9]

Date Format

Thu, 07 Sep 2023 14:33:15

Thu, (([0-2][0-9])|3[0-1]) Sep 202[0-3] [0-2][0-4]:[0-5][0-9]:[0-5][0-9]

HTTP Code

HTTP/1.1 200 OK

HTTP/[0-1].[0-1] 200 OK

HTTP Code

HTTP/1.1 304

HTTP/[0-1].[0-1] 30[0-9]

HTTP Code

HTTP/1.1 403  

HTTP/[0-1].[0-1] 40[0-9]

Filter

Shows all the nodes or only 10% of the traffic with nodes having the large number of packets.

...