[Tcpick-project] tcpick 0.1.22 released!
Status: Beta
Brought to you by:
duskdruid
From: Francesco S. <dus...@in...> - 2004-04-08 21:36:45
|
I am happy to announce that tcpick 0.1.22 sources are available for download! Download ******** http://prdownloads.sourceforge.net/tcpick/tcpick-0.1.22.tar.gz?download Changes ******* This version features some bugfixes, including important changes in the functions that write the dump to files. Now files are opened in "append" mode and data are written using the fwrite() function. A big change is that data captured are stored directly in files, without using heap allocating functions (i.e. malloc and calloc). This way much less memory will be used. ChangeLog ********* 07/03/04 0.1.22-test2 * now output files are opened in "a" (only append) mode * now data are written with "fwrite()" + ferror (thanks ^^Gimli^^) 06/02/04 0.1.22-test1 * corrected bug in datalinktoa() by sbi! * Davide Benini: corrected bug in calling S_calloc with only one argument * added S_malloc function * now data are written with the write() function known-bugs ********** In some sessions, i.e. HTTP keep-alive, some data are written to files "inside" a document. For example, an HTTP connection that asks an image and a document in the same time will "mix" them. The problem is most probably due to the "append" mode of the files; I should try to invent something to distinguish these files. In my opinion tcpick is now more stable than before; if you experience some segmentation failures, please send me a report, thanks. -- Francesco Stablum http://francesco.stablum.info Key fingerprint = 521D DAD3 EB81 B62B FE35 E644 8CAD C1FC 66C8 246F Non mandatemi allegati in formati proprietari (msword, excel ecc.) uso GNU/Linux, preferite formati quali pdf, html e testo semplice (txt), grazie |