aboutsummaryrefslogtreecommitdiffstats
path: root/docbook
diff options
context:
space:
mode:
authorJoão Valverde <j@v6e.pt>2022-07-14 23:36:39 +0100
committerJoão Valverde <j@v6e.pt>2022-07-14 23:36:39 +0100
commit97ce9845c320c50fa9036d2e4dedd3ee220524dc (patch)
treee393670d862afce613d61a8b2f79ac5db9cfd2d8 /docbook
parentd5ec420bb5f3792ce76bcc6614c3157300b5674f (diff)
WSUG: Fix a heading level
Diffstat (limited to 'docbook')
-rw-r--r--docbook/wsug_src/WSUG_chapter_work.adoc2
1 files changed, 1 insertions, 1 deletions
diff --git a/docbook/wsug_src/WSUG_chapter_work.adoc b/docbook/wsug_src/WSUG_chapter_work.adoc
index af7a94b576..cc01b6b79b 100644
--- a/docbook/wsug_src/WSUG_chapter_work.adoc
+++ b/docbook/wsug_src/WSUG_chapter_work.adoc
@@ -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