mirror of
https://github.com/zeek/zeek.git
synced 2025-10-08 17:48:21 +00:00
Revert "Merge remote-tracking branch 'origin/topic/timw/3184-modbus-extensions'"
This reverts commit30b2afe2ad
, reversing changes made tobacc0dcae3
.
This commit is contained in:
parent
b7a082b145
commit
e3a34e44b5
21 changed files with 90911 additions and 91239 deletions
|
@ -4436,39 +4436,8 @@ 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;
|
||||
};
|
||||
|
||||
type ModbusFileRecordRequest: record {
|
||||
ref_type: count;
|
||||
file_num: count;
|
||||
record_num: count;
|
||||
record_len: count;
|
||||
};
|
||||
|
||||
type ModbusFileRecordRequests: vector of ModbusFileRecordRequest;
|
||||
|
||||
type ModbusFileRecordResponse: record {
|
||||
file_len: count;
|
||||
ref_type: count;
|
||||
record_data: string;
|
||||
};
|
||||
|
||||
type ModbusFileRecordResponses: vector of ModbusFileRecordResponse;
|
||||
|
||||
type ModbusFileReference: record {
|
||||
ref_type: count;
|
||||
file_num: count;
|
||||
record_num: count;
|
||||
record_length: count;
|
||||
record_data: string;
|
||||
};
|
||||
|
||||
type ModbusFileReferences: vector of ModbusFileReference;
|
||||
|
||||
|
||||
module SSL;
|
||||
export {
|
||||
type SignatureAndHashAlgorithm: record {
|
||||
|
|
|
@ -79,3 +79,4 @@ event modbus_exception(c: connection, headers: ModbusHeaders, code: count) &prio
|
|||
Log::write(LOG, c$modbus);
|
||||
delete c$modbus$exception;
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue