Skip to content

Commit

Permalink
add docs about bpf comments
Browse files Browse the repository at this point in the history
  • Loading branch information
m0duspwnens committed Nov 8, 2023
1 parent a3a79af commit 35b6c75
Showing 1 changed file with 17 additions and 1 deletion.
18 changes: 17 additions & 1 deletion bpf.rst
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,23 @@ For example:

| Please note that :ref:`stenographer` should correctly record traffic on a VLAN but won't log the actual VLAN tags due to the way that :ref:`af-packet` works:
| https://github.com/google/stenographer/issues/211
Adding Comments
~~~~~~~~~~~~~~~

Comments can be added to the filters via the SOC UI.

For example:

::

| # labeast
| not host 192.168.1.2 and not host 192.168.1.3 &&
| # labwest
| not host 192.168.1.4 or not host 192.168.1.5 &&
| # labcentral
| not host 192.168.1.6 or not host 192.168.1.27

Troubleshooting BPF using tcpdump
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~

Expand Down

0 comments on commit 35b6c75

Please sign in to comment.