From a292d37997d91d0f9ee1bc8e7a1fcee35289da66 Mon Sep 17 00:00:00 2001 From: dmiller Date: Tue, 14 Dec 2021 01:56:24 +0000 Subject: [PATCH] Remove function prototype that has since moved to libnetutil --- tcpip.h | 3 --- 1 file changed, 3 deletions(-) diff --git a/tcpip.h b/tcpip.h index a699d4fc8..4f28b3862 100644 --- a/tcpip.h +++ b/tcpip.h @@ -382,8 +382,5 @@ void max_rcvbuf(int sd); did). */ int recvtime(int sd, char *buf, int len, int seconds, int *timedout); -/* Sets a pcap filter function -- makes SOCK_RAW reads easier */ -void set_pcap_filter(const char *device, pcap_t *pd, const char *bpf, ...); - #endif /*TCPIP_H*/