summaryrefslogtreecommitdiff
path: root/pcap_io.h
diff options
context:
space:
mode:
Diffstat (limited to 'pcap_io.h')
-rw-r--r--pcap_io.h3
1 files changed, 1 insertions, 2 deletions
diff --git a/pcap_io.h b/pcap_io.h
index 31685b4..b53dcb2 100644
--- a/pcap_io.h
+++ b/pcap_io.h
@@ -450,8 +450,7 @@ static inline void tpacket3_hdr_to_pcap_pkthdr(struct tpacket3_hdr *thdr,
static inline void pcap_pkthdr_to_tpacket_hdr(pcap_pkthdr_t *phdr,
enum pcap_type type,
- struct tpacket2_hdr *thdr,
- struct sockaddr_ll *sll)
+ struct tpacket2_hdr *thdr)
{
switch (type) {
case DEFAULT: