mirror of
https://github.com/zeek/zeek.git
synced 2025-10-09 01:58:20 +00:00
Cosmetics in preparation for merge.
This commit is contained in:
parent
4321f635ac
commit
30014ac920
7 changed files with 23 additions and 13 deletions
|
@ -90,7 +90,7 @@ void FragReassembler::AddFragment(double t, const IP_Hdr* ip, const u_char* pkt)
|
|||
if ( ip->NextProto() != next_proto ||
|
||||
ip->HdrLen() - 8 != proto_hdr_len )
|
||||
s->Weird("fragment_protocol_inconsistency", ip);
|
||||
//TODO: more detailed unfrag header consistency checks?
|
||||
// TODO: more detailed unfrag header consistency checks?
|
||||
}
|
||||
|
||||
if ( ip->DF() )
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue