mirror of
https://github.com/zeek/zeek.git
synced 2025-10-04 07:38:19 +00:00
Fix a small bug with scriptland data types that led to a crash.
This commit is contained in:
parent
c63bd17b5f
commit
78d9e38167
2 changed files with 3 additions and 6 deletions
|
@ -2552,8 +2552,6 @@ export {
|
|||
};
|
||||
|
||||
type SMB1::NegotiateResponseCore: record {
|
||||
## Count of parameter words (should be 1)
|
||||
word_count : count;
|
||||
## Index of selected dialect
|
||||
dialect_index : count;
|
||||
};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue