diff options
Diffstat (limited to 'msdos')
| -rw-r--r-- | msdos/makefile | 2 | ||||
| -rw-r--r-- | msdos/makefile.dj | 4 | ||||
| -rw-r--r-- | msdos/makefile.wc | 6 | ||||
| -rw-r--r-- | msdos/pktdrvr.c | 2 | ||||
| -rw-r--r-- | msdos/pktdrvr.h | 2 | ||||
| -rw-r--r-- | msdos/readme.dos | 4 |
6 files changed, 10 insertions, 10 deletions
diff --git a/msdos/makefile b/msdos/makefile index 84819aae3f0c..f14ed1ec8a5c 100644 --- a/msdos/makefile +++ b/msdos/makefile @@ -84,7 +84,7 @@ hc386.arg: msdos\Makefile -Hnocopyr -Hpragma=Offwarn(491,553,572) -Hon=Recognize_library # make memcpy/strlen etc. inline - -Hoff=Behaved # turn off some optimiser warnings + -Hoff=Behaved # turn off some optimizer warnings | $< clean: diff --git a/msdos/makefile.dj b/msdos/makefile.dj index 190db0071e45..3b6f31bda920 100644 --- a/msdos/makefile.dj +++ b/msdos/makefile.dj @@ -9,7 +9,7 @@ # Note: you should do a "set LFN=y" before running this makefile. # -VPATH = missing msdos bpf/net +VPATH = missing msdos PREREQUISITES = scanner.c grammar.c tokdefs.h version.h msdos/pkt_stub.inc @@ -22,7 +22,7 @@ CFLAGS += -DDEBUG -DNDIS_DEBUG -DHAVE_LIMITS_H -DHAVE_STRERROR -DHAVE_SNPRINTF - CFLAGS += -Dyylval=pcap_lval # -DBDEBUG -DNDEBUG -SOURCES = grammar.c scanner.c bpf/net/bpf_filter.c bpf_image.c bpf_dump.c \ +SOURCES = grammar.c scanner.c bpf_filter.c bpf_image.c bpf_dump.c \ etherent.c gencode.c nametoaddr.c pcap-common.c pcap-dos.c optimize.c \ savefile.c pcap.c sf-pcap.c sf-pcapng.c \ msdos/pktdrvr.c msdos/ndis2.c # missing/snprintf.c diff --git a/msdos/makefile.wc b/msdos/makefile.wc index 024601205033..a0aa71fc4631 100644 --- a/msdos/makefile.wc +++ b/msdos/makefile.wc @@ -52,8 +52,8 @@ $(OBJDIR)\pktdrvr.obj: msdos\pkt_stub.inc msdos\pktdrvr.c & pcap-dos.h pcap-int.h pcap.h msdos\pktdrvr.h *$(CC) $(CFLAGS) msdos\pktdrvr.c -fo=$@ -$(OBJDIR)\bpf_filter.obj: bpf\net\bpf_filter.c - *$(CC) $(CFLAGS) bpf\net\bpf_filter.c -fo=$@ +$(OBJDIR)\bpf_filter.obj: bpf_filter.c + *$(CC) $(CFLAGS) bpf_filter.c -fo=$@ $(OBJDIR)\ndis2.obj: msdos\ndis2.c *$(CC) $(CFLAGS) msdos\ndis2.c -fo=$@ @@ -94,7 +94,7 @@ clean realclean vclean: .SYMBOLIC # # dependencies # -$(OBJDIR)\bpf_filter.obj: bpf\net\bpf_filter.c pcap-int.h pcap.h pcap-bpf.h +$(OBJDIR)\bpf_filter.obj: bpf_filter.c pcap-int.h pcap.h pcap-bpf.h $(OBJDIR)\bpf_imag.obj: bpf_imag.c pcap-int.h pcap.h pcap-bpf.h diff --git a/msdos/pktdrvr.c b/msdos/pktdrvr.c index 37fc8a41e776..8ee5f92017b6 100644 --- a/msdos/pktdrvr.c +++ b/msdos/pktdrvr.c @@ -294,7 +294,7 @@ PUBLIC char const *PktRXmodeStr (PKT_RX_MODE mode) "Receive direct & broadcast packets", "Receive direct,broadcast and limited multicast packets", "Receive direct,broadcast and all multicast packets", - "Receive all packets (promiscuouos mode)" + "Receive all packets (promiscuous mode)" }; if (mode > DIM(modeStr)) diff --git a/msdos/pktdrvr.h b/msdos/pktdrvr.h index 3e0cfe017b4f..82a10265363a 100644 --- a/msdos/pktdrvr.h +++ b/msdos/pktdrvr.h @@ -47,7 +47,7 @@ typedef struct { typedef struct { - BYTE class; /* = 1 for DEC/Interl/Xerox Ethernet */ + BYTE class; /* = 1 for DEC/Intel/Xerox Ethernet */ BYTE number; /* = 0 for single LAN adapter */ WORD type; /* = 13 for 3C523 */ BYTE funcs; /* Basic/Extended/HiPerf functions */ diff --git a/msdos/readme.dos b/msdos/readme.dos index ec056dd0bd61..d2bb21123533 100644 --- a/msdos/readme.dos +++ b/msdos/readme.dos @@ -13,7 +13,7 @@ supported: Note: the files in the libpcap.zip contains short truncated filenames. So for djgpp to work with these, disable the use of long file names by setting "LFN=n" in the environment. On the other hand, if you get libpcap - from Github or the official libpcap.tar.gz, some filenames are beyond 8+3. + from GitHub or the official libpcap.tar.gz, some filenames are beyond 8+3. In this case set "LFN=y". Files specific to DOS are pcap-dos.[ch] and the assembly and C files in @@ -53,7 +53,7 @@ The following packages and tools must be present for all targets. https://www.watt-32.net -2. Exception handler and disassember library (libexc.a) is needed if +2. Exception handler and disassembler library (libexc.a) is needed if "USE_EXCEPT = 1" in common.dj. Available at: https://www.watt-32.net/misc/exc_dx07.zip |
