Skip to content

Commit 08a63dc

Browse files
authored
Merge pull request #1209 from the-tcpdump-group/nuke-msdos
MSDOS packet driver interface is no longer testable
2 parents c639612 + e80574e commit 08a63dc

File tree

19 files changed

+12
-4436
lines changed

19 files changed

+12
-4436
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.10
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 \

gencode.c

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -43,10 +43,6 @@
4343
#include <stdarg.h>
4444
#include <stdio.h>
4545

46-
#ifdef MSDOS
47-
#include "pcap-dos.h"
48-
#endif
49-
5046
#include "pcap-int.h"
5147

5248
#include "extract.h"

msdos/bin2c.c

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

msdos/makefile

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

0 commit comments

Comments
 (0)