From 2414450562696b45bd37b14530d5398d92a323dd Mon Sep 17 00:00:00 2001 From: Ludovic Pouzenc Date: Tue, 23 Oct 2012 21:16:14 +0000 Subject: Version qui compile sous Visual Studio 2005, CodeBlocks avec MinGW et Linux Ubuntu 12.04. J'ai carrément fait des fichiers includes par compliateur car ça faisait des tas de #if pourris. MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit git-svn-id: file:///var/svn/2012-tzsp/trunk@14 147d2d3d-d0bd-48ea-923a-d90ac20f5906 --- README | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) create mode 100644 README (limited to 'README') diff --git a/README b/README new file mode 100644 index 0000000..3803e82 --- /dev/null +++ b/README @@ -0,0 +1,16 @@ + +Files description : + +LICENCE GPL 3 licence text +README This file + +Makefile Compliation directives for linux +pcap2tzsp.cbp Project file for Code-Blocks (I use the 10.05 release) +pcap2tzsp.vcproj Project file for Visual Studio (Express) 2005 (aka version 8) + +pcap2tzsp.c Main file with all the code +pcap2tzsp.h Header included by pcap2tzsp.c. Includes the right pcap2tzsp_*.h detecting compilation env. +pcap2tzsp_linux.h Specific header for pcap2tzsp.c library headers on Linux platform +pcap2tzsp_win32_mingw.h Specific header for pcap2tzsp.c library headers on Windows platform using MinGW32 +pcap2tzsp_win32_vs.h Specific header for pcap2tzsp.c library headers on Windows platform using Visual Studio + -- cgit v1.2.3