mirror of
https://github.com/zeek/zeek.git
synced 2025-10-09 10:08:20 +00:00
Removing remaining comments. Looks fine.
This commit is contained in:
parent
c765f43fe3
commit
4321f635ac
10 changed files with 9 additions and 75 deletions
|
@ -33,10 +33,6 @@ FragReassembler::FragReassembler(NetSessions* arg_s,
|
|||
s = arg_s;
|
||||
key = k;
|
||||
|
||||
// [Robin] Can't we merge these two cases now?
|
||||
// [Jon] I think we'll always have to check v4 versus v6 to get the correct
|
||||
// proto_hdr_len unless IP_Hdr::HdrLen itself makes a special case for
|
||||
// IPv6 fragments (but that seems more confusing to me)
|
||||
const struct ip* ip4 = ip->IP4_Hdr();
|
||||
if ( ip4 )
|
||||
{
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue