Skip to content

Commit 16237bc

Browse files
committed
Remove pcap-missing.h.
Complete commit d5b1a16: pcap_list_datalinks() has been available since libpcap 0.8.
1 parent adbf633 commit 16237bc

File tree

6 files changed

+1
-38
lines changed

6 files changed

+1
-38
lines changed

CHANGES

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -64,6 +64,7 @@ DayOfTheWeek, Month DD, YYYY / The Tcpdump Group
6464
Disregard setlinebuf(3), always use setvbuf(3).
6565
Change Sun RPC code licence to BSD-3-Clause.
6666
Fix "ip broadcast" netmask byte order with the -f flag.
67+
Remove pcap-missing.h.
6768
Building and testing:
6869
Autoconf: Remove detection of early IPv6 stacks.
6970
Detect OS IPv6 support using AF_INET6 only.

INSTALL.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -141,7 +141,6 @@ nlpid.h - OSI NLPID definitions
141141
ospf.h - Open Shortest Path First definitions
142142
packetdat.awk - TCP chunk summary awk script
143143
parsenfsfh.c - Network File System file parser routines
144-
pcap-missing.h - declarations of functions possibly missing from libpcap
145144
ppp.h - Point to Point Protocol definitions
146145
print.c - Top-level routines for protocol printing
147146
print-*.c - The netdissect printers

Makefile.in

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -303,7 +303,6 @@ HDR = \
303303
openflow.h \
304304
ospf.h \
305305
oui.h \
306-
pcap-missing.h \
307306
ppp.h \
308307
print.h \
309308
rpc_auth.h \

pcap-missing.h

Lines changed: 0 additions & 33 deletions
This file was deleted.

print.c

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -38,8 +38,6 @@
3838
#include "print.h"
3939
#include "netdissect-alloc.h"
4040

41-
#include "pcap-missing.h"
42-
4341
struct printer {
4442
if_printer f;
4543
int type;

tcpdump.c

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -141,7 +141,6 @@ The Regents of the University of California. All rights reserved.\n";
141141
#include "netdissect.h"
142142
#include "interface.h"
143143
#include "addrtoname.h"
144-
#include "pcap-missing.h"
145144
#include "ascii_strcasecmp.h"
146145

147146
#include "print.h"

0 commit comments

Comments
 (0)