Added demo/mstpcap application for capturing MS/TP data from a serial port and saving it to PCAP format to mstp.cap file.

This commit is contained in:
skarg
2008-07-30 19:58:16 +00:00
parent 96c140eda2
commit df89a0ec2c
4 changed files with 383 additions and 2 deletions
+1
View File
@@ -35,6 +35,7 @@
#include <iphlpapi.h>
#endif
#include <winsock2.h>
#include <sys/timeb.h>
#define close closesocket
+2 -2
View File
@@ -8,7 +8,7 @@
<Option compiler="gcc" />
<Build>
<Target title="Debug">
<Option output="bin\Debug\rx_fsm" prefix_auto="1" extension_auto="1" />
<Option output="rx_fsm" prefix_auto="1" extension_auto="1" />
<Option object_output="obj\Debug\" />
<Option type="1" />
<Option compiler="gcc" />
@@ -19,7 +19,7 @@
</Compiler>
</Target>
<Target title="Release">
<Option output="bin\Release\rx_fsm" prefix_auto="1" extension_auto="1" />
<Option output="rx_fsm" prefix_auto="1" extension_auto="1" />
<Option object_output="obj\Release\" />
<Option type="1" />
<Option compiler="gcc" />