4593928 [rkeene@sledge /home/rkeene/projects/build]$ cat justniffer.txt
# SHORT DESC: TCP Reordering Sniffer
# LONG DESC: justniffer is a TCP packet sniffer. It captures TCP packets, reassembles and reorders them, performs IP packet defragmentation and displays the TCP flow in the standard output. It is useful for logging HTTP network traffic in a "standard" (Web server like) or in a customized way. It can log timings, which is useful for tracking network service performance. It can be extended by scripts. One is provided for storing all captured HTTP content (images, JavaScript, CSS, HTML, etc) into files.

./configure --prefix=/usr --libdir="${libdir}" --sysconfdir=/etc --localstatedir=/var && \
make && \
make install || exit 1
4593929 [rkeene@sledge /home/rkeene/projects/build]$

Click here to go back to the directory listing.
Click here to download this file.
last modified: 2012-05-07 00:52:06