mirror of
https://github.com/zeek/zeek.git
synced 2025-10-16 21:48:21 +00:00
Trying a different method of record parsing for SSL analyzer.
This commit is contained in:
parent
00065c88dd
commit
5382456f12
1 changed files with 1 additions and 1 deletions
|
@ -679,7 +679,7 @@ type CiphertextRecord(rec: SSLRecord, is_orig: bool) = record {
|
||||||
######################################################################
|
######################################################################
|
||||||
|
|
||||||
type SSLPDU(is_orig: bool) = record {
|
type SSLPDU(is_orig: bool) = record {
|
||||||
records : SSLRecord(is_orig)[] &until($element == 0);
|
records : SSLRecord(is_orig)[] &until($input.length() == 0);
|
||||||
} &byteorder = bigendian;
|
} &byteorder = bigendian;
|
||||||
|
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue