PCAPNG Vendor Crawlers¶
This module contains all vendor crawlers of
PCAPNG implementations. Available
vendor crawlers include:
Block Types [*] |
|
Option Types [†] |
|
Hash Algorithms [‡] |
|
Verdict Types [§] |
|
Record Types [¶] |
|
Secrets Types [#] |
|
Filter Types [♠] |
Note
The three crawlers that scrape a registry table –
BlockType,
OptionType and
RecordType – all read
revision -03 of the draft, as each one’s LINK below shows. They used to
read https://www.ietf.org/staging/draft-tuexen-opsawg-pcapng-02.html, which
is dead: measured 2026-09-19 as a 404 under any User-Agent. The revision number
was wrong as well as the path – -02 renders its registries as ASCII art
inside <pre> and carries no registry <table> at all, so the table-1
through table-10 ids the three crawlers select on first exist in -03,
where the registries became real tables. The footnotes below point at -03
for the same reason. See #518.
Block Types¶
This module contains the vendor crawler for Block Types,
which is automatically generating pcapkit.const.pcapng.block_type.BlockType.
Hash Algorithms¶
This module contains the vendor crawler for Hash Algorithms,
which is automatically generating pcapkit.const.pcapng.hash_algorithm.HashAlgorithm.
Option Types¶
This module contains the vendor crawler for Option Types,
which is automatically generating pcapkit.const.pcapng.option_type.OptionType.
Record Types¶
This module contains the vendor crawler for Record Types,
which is automatically generating pcapkit.const.pcapng.record_type.RecordType.
Secrets Types¶
This module contains the vendor crawler for Secrets Types,
which is automatically generating pcapkit.const.pcapng.secrets_type.SecretsType.
Verdict Types¶
This module contains the vendor crawler for Verdict Types,
which is automatically generating pcapkit.const.pcapng.verdict_type.VerdictType.
Filter Types¶
This module contains the vendor crawler for Filter Types,
which is automatically generating pcapkit.const.pcapng.filter_type.FilterType.
Footnotes