1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139 140 141 142 143 144 145 146 147 148 149 150 151 152 153 154 155 156 157 158 159 160 161 162 163 164 165 166 167 168 169 170 171 172 173 174 175 176 177 178 179 180 181 182 183 184 185 186 187 188 189 190 191
|
<html lang="en">
<head>
<title>AUTHORS</title>
<meta http-equiv="Content-Type" content="text/html">
<meta name="description" content="AUTHORS">
<meta name="generator" content="makeinfo 4.7">
<link title="Top" rel="top" href="#Top">
<link href="http://www.gnu.org/software/texinfo/" rel="generator-home" title="Texinfo Homepage">
<meta http-equiv="Content-Style-Type" content="text/css">
<style type="text/css"><!--
pre.display { font-family:inherit }
pre.format { font-family:inherit }
pre.smalldisplay { font-family:inherit; font-size:smaller }
pre.smallformat { font-family:inherit; font-size:smaller }
pre.smallexample { font-size:smaller }
pre.smalllisp { font-size:smaller }
span.sc { font-variant:small-caps }
span.roman { font-family: serif; font-weight: normal; }
--></style>
</head>
<body>
<h1 class="settitle">AUTHORS</h1>
<div class="contents">
<h2>Table of Contents</h2>
<ul>
<li><a name="toc_TOC0" href="#TOC0">Francesco Stablum <b>duskdruid:despammed.com</b></a>
<li><a name="toc_TOC1" href="#TOC1">Artyom Khafizov</a>
<li><a name="toc_TOC2" href="#TOC2">Federico Castaneda <b>F_CASTANEDA:crm.com.ar</b></a>
<li><a name="toc_TOC3" href="#TOC3">Buck Huppmann <b>buckh:pobox.com</b></a>
<li><a name="toc_TOC4" href="#TOC4">Saumil Shah</a>
<li><a name="toc_TOC5" href="#TOC5">Gianluigi Spagnuolo, kirash</a>
<li><a name="toc_TOC6" href="#TOC6">Penelope Fudd</a>
<li><a name="toc_TOC7" href="#TOC7">mainman</a>
<li><a name="toc_TOC8" href="#TOC8">Sebastian Prause</a>
<li><a name="toc_TOC9" href="#TOC9">ShackaN</a>
<li><a name="toc_TOC10" href="#TOC10">Gimli</a>
<li><a name="toc_TOC11" href="#TOC11">kain</a>
<li><a name="toc_TOC12" href="#TOC12">Ardoino Paolo</a>
<li><a name="toc_TOC13" href="#TOC13">Robert Scheck</a>
<li><a name="toc_TOC14" href="#TOC14">Alberto 'JCN-9000' Varesio:</a>
<li><a name="toc_TOC15" href="#TOC15">Davide Benini</a>
<li><a name="toc_TOC16" href="#TOC16">Packagers</a>
<li><a name="toc_TOC17" href="#TOC17">Debian</a>
<li><a name="toc_TOC18" href="#TOC18">Source RPM</a>
<li><a name="toc_TOC19" href="#TOC19">RPM:</a>
<li><a name="toc_TOC20" href="#TOC20">Testers (read PLATFORMS.old file)</a>
<li><a name="toc_TOC21" href="#TOC21">Thanks</a>
</li></ul>
</div>
<!-- capitolo primo -->
<h2 class="unnumbered"><a name="TOC0"></a>Francesco Stablum <b>duskdruid:despammed.com</b></h2>
<p>Mantainer
<h2 class="unnumbered"><a name="TOC1"></a>Artyom Khafizov</h2>
<p>Bugfixes and memory leak fixes, added RESET and EXPIRED
status detection, added a new way to write the stream to files, using
directories.
<h2 class="unnumbered"><a name="TOC2"></a>Federico Castaneda <b>F_CASTANEDA:crm.com.ar</b></h2>
<p>Added basic UDP support
<h2 class="unnumbered"><a name="TOC3"></a>Buck Huppmann <b>buckh:pobox.com</b></h2>
<p>wrote the RESET status detection
<h2 class="unnumbered"><a name="TOC4"></a>Saumil Shah</h2>
<p>has helped me improving tcpick and making it useful to decode
application-level data (i.e. http).
<h2 class="unnumbered"><a name="TOC5"></a>Gianluigi Spagnuolo, kirash</h2>
<p>has tested tcpick under many *BSD systems, helping me to make
tcpick more compatible on other systems.
He found also the pcap_next bug and a bug on the inet_ntoa return
ointer.
Kirash is currently helping me with several patches and increasing
the tcpick portability, which is really very important.
<h2 class="unnumbered"><a name="TOC6"></a>Penelope Fudd</h2>
<p>Added a patch that allows to process with tcpick a tcpdump output
file instead of a live connection, in that way:
<pre class="example"> % tcpdump -n -s 1600 -w /tmp/foo.tcpdump
% tcpick -r /tmp/foo.tcpdump
</pre>
<h2 class="unnumbered"><a name="TOC7"></a>mainman</h2>
<p>helped me to improve the performance of tcpick suggesting me a method
of session recognization with hash generated by addresses and ports
and a "chained" tracker of structures instead of a block of addresses
to structures (i.e. conn_ptr->next_conn).
<h2 class="unnumbered"><a name="TOC8"></a>Sebastian Prause</h2>
<p>added support for DLT_PPP_ETHER datalink type
(including pppoe for NetBSD systems).
<h2 class="unnumbered"><a name="TOC9"></a>ShackaN</h2>
<p>wrote a nice dprintf function for debugging purposes :)
<h2 class="unnumbered"><a name="TOC10"></a>Gimli</h2>
<p>Spent a lot of time seeking for a bug I couldn't resolve on
a free().
<h2 class="unnumbered"><a name="TOC11"></a>kain</h2>
<p>bug found at pcap_next, that returns NULL on some systems
suggested me to change pcap #include directive, because on
trustix (and perhaps other linux systems) libpcap are located in a
different place (pcap/pcap.h).
<h2 class="unnumbered"><a name="TOC12"></a>Ardoino Paolo</h2>
<p>Suggested me to control memory allocated addresses
<h2 class="unnumbered"><a name="TOC13"></a>Robert Scheck</h2>
<p>suggested me to improve the Makefile with variables.
<h2 class="unnumbered"><a name="TOC14"></a>Alberto 'JCN-9000' Varesio:</h2>
<p>found that AIX doesn't have getopt_long and getopt.h
<h2 class="unnumbered"><a name="TOC15"></a>Davide Benini</h2>
<p>corrected bug in calling S_calloc with only one argument
<h2 class="unnumbered"><a name="TOC16"></a>Packagers</h2>
<h2 class="unnumbered"><a name="TOC17"></a>Debian</h2>
<p>Cdric Delfosse
<a href="http://packages.debian.org/unstable/net/tcpick/">http://packages.debian.org/unstable/net/tcpick/</a>
<p>Maurizio Lemmo `Tannoiser'
<a href="http://erlug.linux.it/~tann/tcpick/">http://erlug.linux.it/~tann/tcpick/</a>
<h2 class="unnumbered"><a name="TOC18"></a>Source RPM</h2>
<p>Paul Drain mantains tcpick as a recompilable source RPM:
<a href="ftp://cipherfunk.org/pub/packages/redhat/tcpick/">ftp://cipherfunk.org/pub/packages/redhat/tcpick/</a>
<h2 class="unnumbered"><a name="TOC19"></a>RPM:</h2>
<p>Mantained by Dag Wieers, with a lot of platforms available:
<a href="http://dag.wieers.com/packages/tcpick/">http://dag.wieers.com/packages/tcpick/</a>
<p>Lou Afonso has compiled version 0.1.20
<h2 class="unnumbered"><a name="TOC20"></a>Testers (read PLATFORMS.old file)</h2>
<p><b>nextime</b> has spent time compiling tcpick on an impressing number of
unix/gnu platforms helping me understanding tcpick
[in]compatibilities
<p>AdHe5, Alt[O]s, hannibal, Kaioh, Alberto Panu, Maurizio Lemmo `Tannoiser',
Alberto 'JCN-9000' Varesio, gap, Kirillov
<p>thanks to these people because they spent time testing tcpick
on their unix and linux distros sending me the report, that
I used to complete `PLATFORMS' file.
<h2 class="unnumbered"><a name="TOC21"></a>Thanks</h2>
<p>Thanks to all people that are using tcpick and are sending me
description of problems encountered and to all people here not mentioned
that contributed to this software in many ways.
<p>Thanks to sourceforge.net that hosts tcpick, available here:
<a href="http://sourceforge.net/projects/tcpick/">http://sourceforge.net/projects/tcpick/</a>
<p>Thanks to kuht.it, that is currently hosting tcpick packages at this url:
<a href="http://www.kuht.it/modules/xfmod/project/?tcpick">http://www.kuht.it/modules/xfmod/project/?tcpick</a>
<p>Thanks to all the mantainers of libpcap (<a href="http://www.tcpdump.org">http://www.tcpdump.org</a>), that
indirectly contributed to the development of tcpick :)
<p>Thanks to <a href="http://www.linuxlinks.com">http://www.linuxlinks.com</a> webmasters, that have added tcpick in their directory.
</body></html>
|