![]() |
Hello and Welcome from United States to the UNIX and Linux Forums! Thank You for Visiting and Joining Our Global Community.
|
|
google unix.com
|
|||||||
| Forums | Register | Forum Rules | Links | Albums | FAQ | Members List | Calendar | Search | Today's Posts | Mark Forums Read |
| IP Networking Learn TCP/IP, Internet Protocol, Routing, Routers, Network protocols in this UNIX and Linux forum. |
More UNIX and Linux Forum Topics You Might Find Helpful
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| unable to setup network,urgent help needed!! | wrapster | SUN Solaris | 23 | 04-15-2008 03:46 AM |
| what is so special about /tmp/ | melanie_pfefer | UNIX for Dummies Questions & Answers | 16 | 05-19-2007 02:51 PM |
| special character ? | mile1982 | High Level Programming | 1 | 10-19-2004 08:15 AM |
| KDE network configuration tool | djtrippin | UNIX for Dummies Questions & Answers | 3 | 01-17-2003 04:19 PM |
| awk/sed with special characters | apalex | Shell Programming and Scripting | 5 | 05-06-2002 04:40 PM |
![]() |
|
|
LinkBack | Thread Tools | Search this Thread | Rate Thread | Display Modes |
|
|
|
||||
|
Hi everyone,
I need some tool or a hint how to code it myself. I want a tool that listenes to a TCP/IP port and reads everything from that port and write it to a logfile. How can I do this? Regards, Steff |
|
||||
|
You need a packet sniffer, or with a more graceful name, protocol analyzer. A powerful protocol analyzer on Unix (with X-Windows) is ethereal.
(http://www.ethereal.com/) You'll enjoy it because it's very easy to use, and you can save all the packets recorded into file for reexamination later. For common protocols, it even parses the packets and give you details of each field. |
|
||||
|
sockets programming using perl or c lib if you want to do it yourself
. found these quite interesting! http://www.perlfect.com/articles/sockets.shtml http://www.devshed.com/c/a/Perl/Prog...s-with-PERL/2/ |
![]() |
| Bookmarks |
| Thread Tools | Search this Thread |
| Display Modes | Rate This Thread |
|
|