mirror of
https://github.com/zeek/zeek.git
synced 2025-10-02 06:38:20 +00:00
Add length field from header to ModbusHeaders record type
This commit is contained in:
parent
406a406813
commit
18fd384469
6 changed files with 90823 additions and 90819 deletions
|
@ -4436,6 +4436,9 @@ type ModbusHeaders: record {
|
|||
uid: count;
|
||||
## MODBUS function code
|
||||
function_code: count;
|
||||
## Length of the application PDU following the header plus
|
||||
## one byte for the uid field.
|
||||
len: count;
|
||||
};
|
||||
|
||||
module SSL;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue