Last inet change incomplete
This commit is contained in:
parent
03e2560d81
commit
906690eb55
@ -746,11 +746,11 @@ assert (pack->acc_length >= IP_MIN_HDR_SIZE);
|
|||||||
printf(
|
printf(
|
||||||
"ip[%d]: broadcast packet for ip-nonbroadcast addr, src=",
|
"ip[%d]: broadcast packet for ip-nonbroadcast addr, src=",
|
||||||
ip_port->ip_port);
|
ip_port->ip_port);
|
||||||
#endif
|
|
||||||
writeIpAddr(ip_hdr->ih_src);
|
writeIpAddr(ip_hdr->ih_src);
|
||||||
printf(" dst=");
|
printf(" dst=");
|
||||||
writeIpAddr(ip_hdr->ih_dst);
|
writeIpAddr(ip_hdr->ih_dst);
|
||||||
printf("\n");
|
printf("\n");
|
||||||
|
#endif
|
||||||
bf_afree(pack);
|
bf_afree(pack);
|
||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user