Skip to content

Commit f4f6fee

Browse files
committed
removed DOS pcap driver, and Makefile aspects that configured it
1 parent b1b1895 commit f4f6fee

File tree

4 files changed

+1
-1789
lines changed

4 files changed

+1
-1789
lines changed

INSTALL.md

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -245,7 +245,6 @@ in `/usr/include/sys/dlpi.h`, and find the corresponding value.
245245
llc.h - 802.2 LLC SAP definitions
246246
missing/* - replacements for missing library functions
247247
mkdep - construct Makefile dependency list
248-
msdos/* - drivers for MS-DOS capture support
249248
nametoaddr.c - hostname to address routines
250249
nametoaddr.h - hostname to address prototypes
251250
nlpid.h - OSI network layer protocol identifier definitions
@@ -281,8 +280,7 @@ in `/usr/include/sys/dlpi.h`, and find the corresponding value.
281280
pcap-dbus.c - D-Bus capture support
282281
pcap-dbus.h - D-Bus capture support
283282
pcap-dlpi.c - Data Link Provider Interface support
284-
pcap-dos.c - MS-DOS capture support
285-
pcap-dos.h - headers for MS-DOS capture support
283+
pcap-dos.c - removed in 2023, after libpcap 1.9
286284
pcap-dpdk.c - DPDK device support
287285
pcap-dpdk.h - DPDK device support
288286
pcap-enet.c - enet support

Makefile.in

Lines changed: 0 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -296,15 +296,6 @@ EXTRA_DIST = \
296296
missing/strtok_r.c \
297297
missing/win_asprintf.c \
298298
mkdep \
299-
msdos/bin2c.c \
300-
msdos/makefile \
301-
msdos/makefile.dj \
302-
msdos/makefile.wc \
303-
msdos/pkt_rx0.asm \
304-
msdos/pkt_rx1.s \
305-
msdos/pktdrvr.c \
306-
msdos/pktdrvr.h \
307-
msdos/readme.dos \
308299
nomkdep \
309300
org.tcpdump.chmod_bpf.plist \
310301
pcap-airpcap.c \
@@ -321,8 +312,6 @@ EXTRA_DIST = \
321312
pcap-dbus.h \
322313
pcap-dll.rc \
323314
pcap-dlpi.c \
324-
pcap-dos.c \
325-
pcap-dos.h \
326315
pcap-dpdk.c \
327316
pcap-dpdk.h \
328317
pcap-enet.c \

0 commit comments

Comments
 (0)