Fixed input thread handling: pass all supported packets to netif->input

This commit is contained in:
goldsimon 2010-02-17 16:57:16 +00:00
parent 44273aed6f
commit 3e130e4f7f
2 changed files with 10 additions and 9 deletions

View File

@ -79,7 +79,8 @@ static char errbuf[PCAP_ERRBUF_SIZE];
/*-----------------------------------------------------------------------------------*/
static err_t
pcapif_output(struct netif *netif, struct pbuf *p, ip_addr_t *ipaddr)
pcapif_output(struct netif *netif, struct pbuf *p,
ip_addr_t *ipaddr)
{
return ERR_OK;
}