Fix a small bug with scriptland data types that led to a crash.

This commit is contained in:
Seth Hall 2016-04-04 15:07:01 -04:00
parent c63bd17b5f
commit 78d9e38167
2 changed files with 3 additions and 6 deletions

View file

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