Add length field from header to ModbusHeaders record type

This commit is contained in:
Tim Wojtulewicz 2023-07-20 14:51:15 -07:00
parent 406a406813
commit 18fd384469
6 changed files with 90823 additions and 90819 deletions

View file

@ -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;