mirror of
https://github.com/zeek/zeek.git
synced 2025-10-12 19:48:20 +00:00
Merge branch 'patch-3' of https://github.com/balintm/bro
* 'patch-3' of https://github.com/balintm/bro: Update krb-protocol.pac padding comes before flags
This commit is contained in:
commit
45f46e0e83
1 changed files with 1 additions and 1 deletions
|
@ -136,8 +136,8 @@ type KRB_AP_REQ(is_orig: bool) = record {
|
|||
|
||||
type KRB_AP_Options = record {
|
||||
meta : SequenceElement(false);
|
||||
flags : uint32;
|
||||
: padding[1];
|
||||
flags : uint32;
|
||||
} &let {
|
||||
reserved : bool = (flags & 0x80000000) > 0;
|
||||
use_session_key : bool = (flags & 0x40000000) > 0;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue