Decrypt KLAP data from PCAP files (#1041)

Allows for decryption of pcap files capturing klap communication with devices.
This commit is contained in:
Carter Strickland
2024-07-15 07:18:43 -05:00
committed by GitHub
parent a2b7daa069
commit 7e9b1687d0
3 changed files with 335 additions and 0 deletions

View File

@@ -151,6 +151,7 @@ disable_error_code = "annotation-unchecked"
module = [
"devtools.bench.benchmark",
"devtools.parse_pcap",
"devtools.parse_pcap_klap",
"devtools.perftest",
"devtools.create_module_fixtures"
]