mirror of
https://github.com/solemnwarning/ipxwrapper
synced 2024-12-30 16:45:37 +01:00
Updated source manifest.
This commit is contained in:
parent
a808c52d3a
commit
bc02824a8e
@ -1,6 +1,7 @@
|
|||||||
changes.txt
|
changes.txt
|
||||||
license.txt
|
license.txt
|
||||||
readme.txt
|
readme.txt
|
||||||
|
readme.dev.txt
|
||||||
|
|
||||||
Makefile
|
Makefile
|
||||||
manifest.bin.txt
|
manifest.bin.txt
|
||||||
@ -12,8 +13,6 @@ src/addr.c
|
|||||||
src/addr.h
|
src/addr.h
|
||||||
src/addrcache.c
|
src/addrcache.c
|
||||||
src/addrcache.h
|
src/addrcache.h
|
||||||
src/addrtable.c
|
|
||||||
src/addrtable.h
|
|
||||||
src/common.c
|
src/common.c
|
||||||
src/common.h
|
src/common.h
|
||||||
src/config.c
|
src/config.c
|
||||||
@ -35,17 +34,19 @@ src/router.c
|
|||||||
src/router.h
|
src/router.h
|
||||||
src/stubdll.c
|
src/stubdll.c
|
||||||
src/winsock.c
|
src/winsock.c
|
||||||
|
src/wpcap_stubs.txt
|
||||||
src/wsock32.def
|
src/wsock32.def
|
||||||
src/wsock32_stubs.txt
|
src/wsock32_stubs.txt
|
||||||
|
|
||||||
src/ipxconfig.cpp
|
src/ipxconfig.cpp
|
||||||
icons/ipxconfig.ico
|
icons/ipxconfig.ico
|
||||||
icons/ipxconfig.rc
|
icons/ipxconfig.rc
|
||||||
|
icons/ipxconfig-16.png
|
||||||
|
icons/ipxconfig-32.png
|
||||||
|
|
||||||
include/dplay.h
|
include/dplay.h
|
||||||
include/dplaysp.h
|
include/dplaysp.h
|
||||||
include/dplobby.h
|
include/dplobby.h
|
||||||
include/icftypes.h
|
|
||||||
include/netfw.h
|
include/netfw.h
|
||||||
include/stdbool.h
|
include/stdbool.h
|
||||||
include/uthash.h
|
include/uthash.h
|
||||||
@ -55,10 +56,38 @@ include/wsnwlink.h
|
|||||||
directplay-win32.reg
|
directplay-win32.reg
|
||||||
directplay-win64.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/addr.c
|
||||||
tests/bind.c
|
tests/config.pm
|
||||||
tests/bind.t
|
tests/ptype.pm
|
||||||
tests/ipx-sendrecv.c
|
|
||||||
tests/socket.c
|
tests/lib/IPXWrapper/Capture/IPX.pm
|
||||||
tests/spx-connect.c
|
tests/lib/IPXWrapper/Capture/IPXOverUDP.pm
|
||||||
tests/test.h
|
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
|
||||||
|
Loading…
x
Reference in New Issue
Block a user