1
0
mirror of https://code.semirocket.science/wrapsix synced 2025-12-15 02:05:13 +02:00

Saving and processing unknown incoming fragments

New data structure -- linked list
Reduced few useless debug outputs
This commit is contained in:
Michal Zima
2012-07-14 11:38:13 +02:00
parent b9c6d5c46a
commit 24b09b4d93
9 changed files with 246 additions and 40 deletions

View File

@@ -47,7 +47,6 @@ int ipv4(struct s_ethernet *eth, char *packet)
/* test if this packet belongs to us */
if (memcmp(&wrapsix_ipv4_addr, &ip->ip_dest, 4) != 0) {
log_debug("This is unfamiliar IPv4 packet");
return 1;
}