From 4e69dfc060b39327c7a3f6dbda4543eadcb7a3fa Mon Sep 17 00:00:00 2001 From: gamemann Date: Sat, 27 Aug 2022 15:57:06 +0000 Subject: [PATCH] Update README. --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index 77f04e5..bc7a129 100644 --- a/README.md +++ b/README.md @@ -52,6 +52,8 @@ TCP options exist in the main filter array and start with `tcp_`. Please see bel * `tcp_psh` => If true, the packet must have the `PSH` flag set to match. * `tcp_syn` => If true, the packet must have the `SYN` flag set to match. * `tcp_fin` => If true, the packet must have the `FIN` flag set to match. +* `tcp_ece` => If true, the packet must have the `ECE` flag set to match. +* `tcp_cwr` => If true, the packet must have the `CWR` flag set to match. #### UDP Options UDP options exist in the main filter array and start with `udp_`. Please see below.