The UNIX and Linux Forums  

Go Back   The UNIX and Linux Forums > Operating Systems > AIX
Google UNIX.COM



Thread: tcpdump on AIX
View Single Post in UNIX Forums - Click on the Thread or Permalink to View Entire Thread -->
  #5 (permalink)  
Old 01-16-2008
frank_rizzo frank_rizzo is offline
Resident BOFH
 

Join Date: Dec 2007
Posts: 312
first few packets of a telnet connection? Sounds a little shady if you ask me...

are you getting a syntax error??

this should do the trick without being fancy. You might want to add other flags
Code:
tcpdump port 23
check out iptrace also.
Reply With Quote