WSUG: example for curly braces around math expression

This commit is contained in:
Chuck Craft 2023-06-19 17:08:16 -05:00
parent a78006ebc5
commit 0acc81714d
1 changed files with 4 additions and 1 deletions

View File

@ -843,7 +843,10 @@ You can perform the arithmetic operations on numeric fields shown in <<Arithmeti
Arithmetic expressions can be grouped using curly braces.
//TODO: Add example.
For example, frames where capture length resulted in truncated TCP options:
----
frame.cap_len < { 14 + ip.hdr_len + tcp.hdr_len }
----
==== Functions