-
Today I've uploaded the DOC2IGC v1.1 source code in the Sourceforge subversion (SVN) repository.
2008-12-12 17:07:42 UTC in DOC2IGC
-
dingetje committed revision 2 to the DOC2IGC SVN repository, changing 29 files.
2008-12-12 16:53:04 UTC in DOC2IGC
-
dingetje committed revision 1 to the DOC2IGC SVN repository, changing 62 files.
2008-12-12 16:24:27 UTC in DOC2IGC
-
dingetje changed the public information on the DOC2IGC project.
2008-12-12 16:12:00 UTC in DOC2IGC
-
Default doxygen generates a 3rd column in the complete Member List with f.i. [slot], [virtual,slot] etc.
I don't need that column but cannot find in the doxygen manual howto disable it.
Anyone?.
2006-11-07 16:21:39 UTC in Doxygen
-
DOC2IGC, version 1.1 has just been released. The main new feature is language support. English and Dutch translations are included.
Enjoy!
2006-11-05 00:48:48 UTC in DOC2IGC
-
Logged In: YES
user_id=353668
To apply the patch do the following:
1) download 0.3.3 source tarball and extract
2) safe the patch to a file i.e. patch.txt in the same
directory as iptotal.c
3) type command:
patch -p0 < patch.txt
4) .configure
5) make
the resulting iptotal binary will work on debian (tested).
Please confirm so this issue can be closed.
2006-10-05 10:18:07 UTC in iptotal
-
--- iptotal.org.c 2006-10-05 11:03:21.184565060 +0200
+++ iptotal.c 2006-10-05 11:03:36.551438102 +0200
@@ -573,6 +573,9 @@ int get_packetoffset (int DataLinkType)
case DLT_RAW:
PacketOffset = POFF_RAW;
break;
+ case DLT_LINUX_SLL:
+ PacketOffset = 16;
+...
2006-10-05 10:13:30 UTC in iptotal
-
Logged In: YES
user_id=353668
Here's a patch for this problem based on the 0.3.3 source of
iptotal:
--- iptotal.org.c 2006-10-05 11:03:21.184565060 +0200
+++ iptotal.c 2006-10-05 11:03:36.551438102 +0200
@@ -573,6 +573,9 @@ int get_packetoffset (int DataLinkType)
case DLT_RAW:
PacketOffset = POFF_RAW;
break;
+.
2006-10-05 10:10:49 UTC in iptotal
-
DOC2IGC V1.0 has just been uploaded and released on SourceForge.
Enjoy!
2006-09-22 23:15:16 UTC in DOC2IGC