mirror of
https://github.com/lwip-tcpip/lwip.git
synced 2024-11-18 20:10:53 +00:00
fuzz: count packets for debugging
This commit is contained in:
parent
9509acd876
commit
732d3411bf
@ -214,6 +214,7 @@ static void input_pkt(struct netif *netif, const u8_t *data, size_t len)
|
|||||||
|
|
||||||
static void input_pkts(enum lwip_fuzz_type type, struct netif *netif, const u8_t *data, size_t len)
|
static void input_pkts(enum lwip_fuzz_type type, struct netif *netif, const u8_t *data, size_t len)
|
||||||
{
|
{
|
||||||
|
size_t packet_nr = 0;
|
||||||
remfuzz_ptr = data;
|
remfuzz_ptr = data;
|
||||||
remfuzz_len = len;
|
remfuzz_len = len;
|
||||||
|
|
||||||
@ -228,6 +229,7 @@ static void input_pkts(enum lwip_fuzz_type type, struct netif *netif, const u8_t
|
|||||||
#ifdef LWIP_FUZZ_SYS_NOW
|
#ifdef LWIP_FUZZ_SYS_NOW
|
||||||
u32_t external_delay = 0;
|
u32_t external_delay = 0;
|
||||||
#endif
|
#endif
|
||||||
|
packet_nr++;
|
||||||
if (type == LWIP_FUZZ_MULTIPACKET_TIME) {
|
if (type == LWIP_FUZZ_MULTIPACKET_TIME) {
|
||||||
#ifdef LWIP_FUZZ_SYS_NOW
|
#ifdef LWIP_FUZZ_SYS_NOW
|
||||||
/* Extract external delay time from fuzz pool */
|
/* Extract external delay time from fuzz pool */
|
||||||
|
Loading…
Reference in New Issue
Block a user