-
the gen-s page provides this. in 1.6.3 it is quite easy to manipulate with bandwidth settings per stream.
2009-10-26 09:40:01 UTC by jemcek
-
Solved in 1.6.3.
2009-10-26 09:38:03 UTC by jemcek
-
jemcek made 3 file-release changes.
2009-10-23 15:40:01 UTC by jemcek
-
jemcek made 1 file-release changes.
2009-10-23 15:39:01 UTC by jemcek
-
Trend Micro OfficeScan reports following files as being infected with virus:
For packEth1.6Win32.zip Wed Jan 21 2009 13:50
PACKETH1.6WIN32\libatk-1.0.dll.A
PACKETH1.6WIN32\libpangocairo-1.0.dll.A
For packETH-1.6Win32.src.zip Wed Jan 21 2009 13:51
PACKETH-1.6WIN32.SRC\packETH-1.6\bin\Debug\libatk-1.0.dll.A
PACKETH-1.6WIN32.SRC\packETH-1.6\bin\Debug\libpangocairo-1.0.dll.A.
2009-08-05 22:45:47 UTC by nobody
-
With command line interface it should be possible to create a easy test automation. Possible parameters are used ethernet interface, packet data, delay between packets, start and stop.
2009-08-05 14:13:01 UTC by nobody
-
Hello,
I am verry interrested by this project but I don't know how can I propose you any code modification (new features or potential bugs correction).
Can you give me some threads to do that ?
I am a Gtk+ application developper (beginner) on Win32 with msvc6. Is it a problem for you ?
Best regards,
Gorillus.
2009-02-13 21:53:15 UTC by gorillus
-
Alternatively, instead of using bzero(tmp, 2); you could use memset(tmp, 0, 2);.
2009-02-03 22:11:18 UTC by john_g_mccabe
-
The OK button handler for the fragmentation settings dialog box incorrectly updates the fragmentation entry box. On the win32 version, this results in the machine beeping. gtk_entry_set_text() expects a null-terminated string but the code in callbacks.c, function ob_button79_clicked is shown below (lines numbered).
Line 6 defines "tmp" as a "gchar". Lines 12, 15, 18 and 21 set the value of...
2009-02-03 21:54:56 UTC by john_g_mccabe
-
I've tried out the Win32 version and had little success with it. Primarily this is due to the cheat.h file being used. I've downloaded the source and built it with MinGW and CodeBlocks. With the latest source available, you need to take out the #defines of many functions (e.g. htons()), link with ws2_32, and add #ifndef PLATFORM_WIN32 around calls to getuid() and geteuid(). It then appears to be...
2009-02-03 13:35:22 UTC by john_g_mccabe