mirror of
https://github.com/solemnwarning/ipxwrapper
synced 2024-12-30 16:45:37 +01:00
Updated readme, changelog, manifest.
This commit is contained in:
parent
e9c45b8ac5
commit
0a2bc5f629
@ -1,3 +1,10 @@
|
||||
Version TBA:
|
||||
Added support for DOSBox IPX servers.
|
||||
|
||||
Fixed implementation of FIONREAD ioctl (needed for Laser Arena).
|
||||
|
||||
Fixed a memory leak.
|
||||
|
||||
Version 0.6.1:
|
||||
Added support for LLC and Novell "raw" 802.3 Ethernet frame formats.
|
||||
|
||||
|
@ -24,6 +24,8 @@ src/dpwsockx_stubs.txt
|
||||
src/firewall.c
|
||||
src/interface.c
|
||||
src/interface.h
|
||||
src/interface2.c
|
||||
src/interface2.h
|
||||
src/ipxwrapper.c
|
||||
src/ipxwrapper.def
|
||||
src/ipxwrapper.h
|
||||
@ -63,6 +65,8 @@ tests/07-ethernet.t
|
||||
tests/10-socket.t
|
||||
tests/15-interfaces.t
|
||||
tests/20-bind.t
|
||||
tests/25-fionread.t
|
||||
tests/30-dosbox-ipx.t
|
||||
tests/30-eth-ipx.t
|
||||
tests/30-ip-ipx.t
|
||||
tests/40-ip-spx.t
|
||||
@ -71,12 +75,15 @@ tests/addr.c
|
||||
tests/addrcache.c
|
||||
tests/config.pm
|
||||
tests/ethernet.c
|
||||
tests/fionread.c
|
||||
tests/ptype.pm
|
||||
|
||||
tests/lib/IPXWrapper/Capture/IPX.pm
|
||||
tests/lib/IPXWrapper/Capture/IPXLLC.pm
|
||||
tests/lib/IPXWrapper/Capture/IPXNovell.pm
|
||||
tests/lib/IPXWrapper/Capture/IPXOverUDP.pm
|
||||
tests/lib/IPXWrapper/DOSBoxClient.pm
|
||||
tests/lib/IPXWrapper/DOSBoxServer.pm
|
||||
tests/lib/IPXWrapper/SPX.pm
|
||||
tests/lib/IPXWrapper/Tool/Bind.pm
|
||||
tests/lib/IPXWrapper/Tool/DPTool.pm
|
||||
@ -101,3 +108,20 @@ tools/socket.c
|
||||
tools/spx-client.c
|
||||
tools/spx-server.c
|
||||
tools/tools.h
|
||||
|
||||
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
|
||||
|
@ -62,6 +62,7 @@ The following have been reported to work:
|
||||
* Delta Force 2
|
||||
* Diablo
|
||||
* Heroes of Might and Magic III
|
||||
* Laser Arena
|
||||
* Need For Speed III - Hot Pursuit
|
||||
* Outlive
|
||||
* Rising Lands
|
||||
|
Loading…
x
Reference in New Issue
Block a user