2012-11-30 21:01:32 +00:00
|
|
|
changes.txt
|
|
|
|
license.txt
|
|
|
|
readme.txt
|
2014-10-04 18:46:56 +01:00
|
|
|
readme.dev.txt
|
2012-11-30 21:01:32 +00:00
|
|
|
|
|
|
|
Makefile
|
|
|
|
manifest.bin.txt
|
|
|
|
manifest.src.txt
|
|
|
|
mkstubs.pl
|
|
|
|
|
|
|
|
src/addr.c
|
|
|
|
src/addr.h
|
|
|
|
src/addrcache.c
|
|
|
|
src/addrcache.h
|
|
|
|
src/common.c
|
|
|
|
src/common.h
|
|
|
|
src/config.c
|
|
|
|
src/config.h
|
2017-03-28 23:26:44 +01:00
|
|
|
src/ethernet.c
|
|
|
|
src/ethernet.h
|
2012-11-30 21:01:32 +00:00
|
|
|
src/directplay.c
|
|
|
|
src/dpwsockx.def
|
|
|
|
src/dpwsockx_stubs.txt
|
2013-12-11 20:47:18 +00:00
|
|
|
src/firewall.c
|
2012-11-30 21:01:32 +00:00
|
|
|
src/interface.c
|
|
|
|
src/interface.h
|
2023-10-18 21:30:11 +01:00
|
|
|
src/interface2.c
|
|
|
|
src/interface2.h
|
2012-11-30 21:01:32 +00:00
|
|
|
src/ipxwrapper.c
|
|
|
|
src/ipxwrapper.def
|
|
|
|
src/ipxwrapper.h
|
|
|
|
src/ipxwrapper_stubs.txt
|
|
|
|
src/log.c
|
|
|
|
src/mswsock.def
|
|
|
|
src/mswsock_stubs.txt
|
|
|
|
src/router.c
|
|
|
|
src/router.h
|
|
|
|
src/stubdll.c
|
|
|
|
src/winsock.c
|
2014-10-04 18:46:56 +01:00
|
|
|
src/wpcap_stubs.txt
|
2012-11-30 21:01:32 +00:00
|
|
|
src/wsock32.def
|
|
|
|
src/wsock32_stubs.txt
|
|
|
|
|
|
|
|
src/ipxconfig.cpp
|
|
|
|
icons/ipxconfig.ico
|
|
|
|
icons/ipxconfig.rc
|
2014-10-04 18:46:56 +01:00
|
|
|
icons/ipxconfig-16.png
|
|
|
|
icons/ipxconfig-32.png
|
2012-11-30 21:01:32 +00:00
|
|
|
|
|
|
|
include/dplay.h
|
|
|
|
include/dplaysp.h
|
|
|
|
include/dplobby.h
|
2013-12-11 20:47:18 +00:00
|
|
|
include/netfw.h
|
2012-11-30 21:01:32 +00:00
|
|
|
include/stdbool.h
|
|
|
|
include/uthash.h
|
|
|
|
include/utlist.h
|
|
|
|
include/wsnwlink.h
|
|
|
|
|
|
|
|
directplay-win32.reg
|
|
|
|
directplay-win64.reg
|
|
|
|
|
2014-10-04 18:46:56 +01:00
|
|
|
tests/05-addr.t
|
2017-09-23 16:54:34 +01:00
|
|
|
tests/07-addrcache.t
|
2017-03-29 20:34:32 +01:00
|
|
|
tests/07-ethernet.t
|
2014-10-04 18:46:56 +01:00
|
|
|
tests/10-socket.t
|
|
|
|
tests/15-interfaces.t
|
|
|
|
tests/20-bind.t
|
2023-10-18 21:30:11 +01:00
|
|
|
tests/25-fionread.t
|
|
|
|
tests/30-dosbox-ipx.t
|
2014-10-04 18:46:56 +01:00
|
|
|
tests/30-eth-ipx.t
|
|
|
|
tests/30-ip-ipx.t
|
|
|
|
tests/40-ip-spx.t
|
2015-12-02 00:06:51 +00:00
|
|
|
tests/50-dplay.t
|
2014-01-03 01:15:27 +00:00
|
|
|
tests/addr.c
|
2017-09-23 16:54:34 +01:00
|
|
|
tests/addrcache.c
|
2014-10-04 18:46:56 +01:00
|
|
|
tests/config.pm
|
2017-03-29 20:34:32 +01:00
|
|
|
tests/ethernet.c
|
2023-10-18 21:30:11 +01:00
|
|
|
tests/fionread.c
|
2014-10-04 18:46:56 +01:00
|
|
|
tests/ptype.pm
|
|
|
|
|
|
|
|
tests/lib/IPXWrapper/Capture/IPX.pm
|
2017-03-29 22:19:31 +01:00
|
|
|
tests/lib/IPXWrapper/Capture/IPXLLC.pm
|
|
|
|
tests/lib/IPXWrapper/Capture/IPXNovell.pm
|
2014-10-04 18:46:56 +01:00
|
|
|
tests/lib/IPXWrapper/Capture/IPXOverUDP.pm
|
2023-10-18 21:30:11 +01:00
|
|
|
tests/lib/IPXWrapper/DOSBoxClient.pm
|
|
|
|
tests/lib/IPXWrapper/DOSBoxServer.pm
|
2014-10-04 18:46:56 +01:00
|
|
|
tests/lib/IPXWrapper/SPX.pm
|
|
|
|
tests/lib/IPXWrapper/Tool/Bind.pm
|
2015-12-02 00:06:51 +00:00
|
|
|
tests/lib/IPXWrapper/Tool/DPTool.pm
|
2014-10-04 18:46:56 +01:00
|
|
|
tests/lib/IPXWrapper/Tool/Generic.pm
|
|
|
|
tests/lib/IPXWrapper/Tool/IPXISR.pm
|
|
|
|
tests/lib/IPXWrapper/Tool/IPXRecv.pm
|
|
|
|
tests/lib/IPXWrapper/Util.pm
|
|
|
|
tests/lib/NetPacket/IPX.pm
|
|
|
|
tests/lib/NetPacket/IPXWrapper.pm
|
|
|
|
|
|
|
|
tests/tap/basic.c
|
|
|
|
tests/tap/basic.h
|
|
|
|
tests/tap/macros.h
|
|
|
|
|
|
|
|
tools/bind.c
|
2015-12-02 00:06:51 +00:00
|
|
|
tools/dptool.c
|
2014-10-04 18:46:56 +01:00
|
|
|
tools/ipx-isr.c
|
|
|
|
tools/ipx-recv.c
|
|
|
|
tools/ipx-send.c
|
|
|
|
tools/list-interfaces.c
|
|
|
|
tools/socket.c
|
|
|
|
tools/spx-client.c
|
|
|
|
tools/spx-server.c
|
|
|
|
tools/tools.h
|
2023-10-18 21:30:11 +01:00
|
|
|
|
|
|
|
winpcap/include/pcap-bpf.h
|
|
|
|
winpcap/include/Packet32.h
|
|
|
|
winpcap/include/pcap/vlan.h
|
|
|
|
winpcap/include/pcap/sll.h
|
|
|
|
winpcap/include/pcap/bluetooth.h
|
|
|
|
winpcap/include/pcap/bpf.h
|
|
|
|
winpcap/include/pcap/usb.h
|
|
|
|
winpcap/include/pcap/namedb.h
|
|
|
|
winpcap/include/pcap/pcap.h
|
|
|
|
winpcap/include/pcap-namedb.h
|
|
|
|
winpcap/include/pcap-stdinc.h
|
|
|
|
winpcap/include/Win32-Extensions.h
|
|
|
|
winpcap/include/bittypes.h
|
|
|
|
winpcap/include/ip6_misc.h
|
|
|
|
winpcap/include/remote-ext.h
|
|
|
|
winpcap/include/pcap.h
|