mirror of
https://github.com/zeek/zeek.git
synced 2025-10-06 00:28:21 +00:00
Modbus analyzer, current support: FC=3,4,5,6,7,16,22,23
This commit is contained in:
parent
4da209d3b1
commit
5c756dcebf
12 changed files with 1773 additions and 0 deletions
|
@ -53,6 +53,16 @@ type string_vec: vector of string;
|
|||
## then remove this alias.
|
||||
type addr_vec: vector of addr;
|
||||
|
||||
|
||||
## A vector of int, used in Modbus function to pass data arrays
|
||||
# (byDina)
|
||||
type int_vec:vector of int;
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
## A table of strings indexed by strings.
|
||||
##
|
||||
## .. todo:: We need this type definition only for declaring builtin functions via
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue