#97178 tcpspy: logging connect-direction would be nice

Package:
tcpspy
Source:
tcpspy
Description:
Incoming and Outgoing TCP/IP connections logger
Submitter:
"Mario 'BitKoenig' Holbe"
Date:
2005-07-18 03:55:14 UTC
Severity:
wishlist
#97178#5
Date:
2001-05-11 17:29:24 UTC
From:
To:
Package: tcpspy
Version: 1.6-2
Severity: wishlist

Hoi,

logging the direction of connection establishment would be a nice
feature for tcpspy. Eg:
connect: user x, local x:y -> remote z:ftp-d(ata)
connect: user x, local x:y <- remote z:ftp-d(ata)


regards,
   Mario

#97178#10
Date:
2001-05-14 09:09:11 UTC
From:
To:
Hello!

| logging the direction of connection establishment would be a nice
| feature for tcpspy. Eg:
| connect: user x, local x:y -> remote z:ftp-d(ata)
| connect: user x, local x:y <- remote z:ftp-d(ata)

	I've already reported the upstream author this bug and he replied:
"#97178 - I'll investigate this."

	So... its his turn.

	[]s

	Pablo

#97178#17
Date:
2002-01-11 02:34:49 UTC
From:
To:
I did investigate this, and I could find no simple way of figuring
out connection direction from the information in /proc/net/tcp.
tcpspy 2.0 solves this problem by using a kernel module and can tell
whether connect() or accept() was used to create the connection.
Unfortunately, tcpspy 2.0 isn't quite ready for `prime time' yet,
and it doesn't look like I'll have time to make it such in the near
future.


Tim