mirror of
https://github.com/zeek/zeek.git
synced 2025-10-02 06:38:20 +00:00
Bump pre-commit hooks
This commit is contained in:
parent
f5a76c1aed
commit
26d04fd9fc
13 changed files with 22 additions and 19 deletions
|
@ -1520,8 +1520,8 @@ void DNS_Interpreter::SendReplyOrRejectEvent(detail::DNS_MsgInfo* msg, EventHand
|
|||
}
|
||||
|
||||
DNS_MsgInfo::DNS_MsgInfo(DNS_RawMsgHdr* hdr, int arg_is_query) {
|
||||
//### Need to fix alignment if hdr is misaligned (not on a short
|
||||
// boundary).
|
||||
// ### Need to fix alignment if hdr is misaligned (not on a short
|
||||
// boundary).
|
||||
unsigned short flags = ntohs(hdr->flags);
|
||||
|
||||
QR = (flags & 0x8000) != 0;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue