mirror of
https://github.com/zeek/zeek.git
synced 2025-10-05 08:08:19 +00:00

The broxygen-generated files now live in the git repo, have tests that check that they are up-to-date, and a script to re-generate them on-demand.
38 lines
1.4 KiB
ReStructuredText
38 lines
1.4 KiB
ReStructuredText
:tocdepth: 3
|
|
|
|
base/misc/find-checksum-offloading.bro
|
|
======================================
|
|
.. bro:namespace:: ChecksumOffloading
|
|
|
|
Discover cases where the local interface is sniffed and outbound packets
|
|
have checksum offloading. Load this script to receive a notice if it's
|
|
likely that checksum offload effects are being seen on a live interface or
|
|
in a packet trace file.
|
|
|
|
:Namespace: ChecksumOffloading
|
|
:Imports: :doc:`base/frameworks/notice </scripts/base/frameworks/notice/index>`
|
|
|
|
Summary
|
|
~~~~~~~
|
|
Redefinable Options
|
|
###################
|
|
===================================================================================== =========================================================
|
|
:bro:id:`ChecksumOffloading::check_interval`: :bro:type:`interval` :bro:attr:`&redef` The interval which is used for checking packet statistics
|
|
to see if checksum offloading is affecting analysis.
|
|
===================================================================================== =========================================================
|
|
|
|
|
|
Detailed Interface
|
|
~~~~~~~~~~~~~~~~~~
|
|
Redefinable Options
|
|
###################
|
|
.. bro:id:: ChecksumOffloading::check_interval
|
|
|
|
:Type: :bro:type:`interval`
|
|
:Attributes: :bro:attr:`&redef`
|
|
:Default: ``10.0 secs``
|
|
|
|
The interval which is used for checking packet statistics
|
|
to see if checksum offloading is affecting analysis.
|
|
|
|
|