fmII
Tue, May 13th home | browse | articles | contact | chat | submit | faq | newsletter | about | stats | scoop 15:10 PDT
in
Section
login «
register «
recover password «
[Project] add release | add branch | add screenshot | broken links | change owner | email subscribers | update project | update branch (urls) [Project]

 tcptrack - Stable branch
Section: Unix

 

Added: Sun, Nov 23rd 2003 20:44 PDT (4 years, 5 months ago) Updated: Wed, Feb 6th 2008 16:51 PDT (3 months, 7 days ago)


Screenshot About:
tcptrack is a packet sniffer, which passively watches for connections on a specified network interface, tracks their states, and lists them in a manner similar to the Unix 'top' command. It displays source and destination addresses and ports, connection state, idle time, and bandwidth usage.

Author:
Steve Benson [contact developer]

Rating:
8.46/10.00 (4 votes)

Homepage:
http://www.rhythm.cx/~steve/devel/tcptrack/
Tar/GZ:
http://www.rhythm.cx/[..]lease/1.3.0/source/tcptrack-1.3.0.tar.gz
Changelog:
http://www.rhythm.cx/[..]el/tcptrack/release/1.3.0/docs/ChangeLog
Debian package:
http://packages.debian.org/tcptrack

Trove categories: [change]
[Development Status]  5 - Production/Stable
[Environment]  Console (Text Based) :: Curses
[Intended Audience]  End Users/Desktop, System Administrators
[License]  OSI Approved :: GNU General Public License (GPL)
[Network Environment]  IP :: IPv4
[Operating System]  POSIX, Unix
[Programming Language]  C, C++
[Topic]  Internet, System :: Networking :: Monitoring, Utilities

Dependencies: [change]
No dependencies filed

 
Project admins: [change]
» Steve Benson (Owner)

» Rating: 8.46/10.00 (Rank N/A)
» Vitality: 0.04% (Rank 2269)
» Popularity: 2.90% (Rank 1547)

project statsdownload stats
(click to enlarge graphs)
   Record hits: 20,136
   URL hits: 10,151
   Subscribers: 104

Other projects from the same categories:
libixp
Music Manager
MyClipboard
srcconf
autocrc

Users who subscribed to this project also subscribed to:
MySQL Backup Pro
kcmdhcpd
Linux Security Auditing Tool
Run Time Access
Kaizen


Add comment · Rate this project · Subscribe to new releases · Ignore this project · Email this project to a friend · Project record in XML

 Branches

Branch Version Last release License URLs
Stable 1.3.0 06-Feb-2008 GNU General Public License (GPL) Homepage Tar/GZ Changelog
Development 1.1.beta1 31-Mar-2004 GNU General Public License (GPL) Homepage Tar/GZ Changelog

 Comments

[»] make fails with G++ 4.1 (SuSE 10.1)
by Xxreini - Dec 13th 2006 10:46:42


Problem:

IPv4Address.h:16: error: extra qualification IPv4Address:: on member ptr

and others

Solution:

change the following lines in
IPv4Address.h and TCPPacket.h

any_machine:~/src # diff tcptrack-1.1.5/src/ tcptrack-1.1.5-modified_gpp41/src/

diff tcptrack-1.1.5/src/IPv4Address.h tcptrack-1.1.5-modified_gpp41/src/IPv4Address.h
16c16
< char * IPv4Address::ptr() const;
---
> char * ptr() const;

diff tcptrack-1.1.5/src/TCPPacket.h tcptrack-1.1.5-modified_gpp41/src/TCPPacket.h
32,35c32,35
< TCPPacket::TCPPacket( const u_char *data, unsigned int data_len );
< TCPPacket::TCPPacket( TCPPacket & orig );
< seq_t TCPPacket::getSeq() const;
< seq_t TCPPacket::getAck() const;
---
> TCPPacket( const u_char *data, unsigned int data_len );
> TCPPacket( TCPPacket & orig );
> seq_t getSeq() const;
> seq_t getAck() const;
42,49c42,49
< bool TCPPacket::fin() const;
< bool TCPPacket::syn() const;
< bool TCPPacket::rst() const;
< bool TCPPacket::psh() const;
< bool TCPPacket::ack() const;
< bool TCPPacket::urg() const;
< bool TCPPacket::ece() const;
< bool TCPPacket::cwr() const;
---
> bool fin() const;
> bool syn() const;
> bool rst() const;
> bool psh() const;
> bool ack() const;
> bool urg() const;
> bool ece() const;
> bool cwr() const;

[reply] [top]




© Copyright 2008 SourceForge, Inc., All Rights Reserved.
About freshmeat.net •  Privacy Statement •  Terms of Use •  Trademark Guidelines •  Advertise •  Contact Us • 
ThinkGeek •  Slashdot  •  ITMJ •  Linux.com •  NewsForge  •  SourceForge.net  •  Surveys •  Jobs •  PriceGrabber