diff --git a/manifest.src.txt b/manifest.src.txt index 10a787b..3bf404f 100644 --- a/manifest.src.txt +++ b/manifest.src.txt @@ -1,6 +1,7 @@ changes.txt license.txt readme.txt +readme.dev.txt Makefile manifest.bin.txt @@ -12,8 +13,6 @@ src/addr.c src/addr.h src/addrcache.c src/addrcache.h -src/addrtable.c -src/addrtable.h src/common.c src/common.h src/config.c @@ -35,17 +34,19 @@ src/router.c src/router.h src/stubdll.c src/winsock.c +src/wpcap_stubs.txt src/wsock32.def src/wsock32_stubs.txt src/ipxconfig.cpp icons/ipxconfig.ico icons/ipxconfig.rc +icons/ipxconfig-16.png +icons/ipxconfig-32.png include/dplay.h include/dplaysp.h include/dplobby.h -include/icftypes.h include/netfw.h include/stdbool.h include/uthash.h @@ -55,10 +56,38 @@ include/wsnwlink.h directplay-win32.reg directplay-win64.reg +tests/05-addr.t +tests/10-socket.t +tests/15-interfaces.t +tests/20-bind.t +tests/30-eth-ipx.t +tests/30-ip-ipx.t +tests/40-ip-spx.t tests/addr.c -tests/bind.c -tests/bind.t -tests/ipx-sendrecv.c -tests/socket.c -tests/spx-connect.c -tests/test.h +tests/config.pm +tests/ptype.pm + +tests/lib/IPXWrapper/Capture/IPX.pm +tests/lib/IPXWrapper/Capture/IPXOverUDP.pm +tests/lib/IPXWrapper/SPX.pm +tests/lib/IPXWrapper/Tool/Bind.pm +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 +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