WSUG: Fix a heading level

This commit is contained in:
João Valverde 2022-07-14 23:36:39 +01:00
parent d5ec420bb5
commit 97ce9845c3
1 changed files with 1 additions and 1 deletions

View File

@ -689,7 +689,7 @@ tcp.flags & 0x02
That display filter will match all packets that contain the “tcp.flags” field with the 0x02 bit,
i.e., the SYN bit, set.
==== Possible Pitfalls Using Regular Expressions
===== Possible Pitfalls Using Regular Expressions
String literals containing regular expressions are parsed twice. Once by Wireshark's display
filter engine and again by the PCRE2 library. It's important to keep this in mind when using