Operating System - HP-UX
1836762 Members
2981 Online
110109 Solutions
New Discussion

i'm Looking for equivalent to "TCPDUMP/SNOOP" commands in UX 11i?

 
SOLVED
Go to solution
Maor
Occasional Advisor

i'm Looking for equivalent to "TCPDUMP/SNOOP" commands in UX 11i?

?
System Administrator
6 REPLIES 6
Zeev Schultz
Honored Contributor
Solution

Re: i'm Looking for equivalent to "TCPDUMP/SNOOP" commands in UX 11i?

man nettl

regards,

Zeev
So computers don't think yet. At least not chess computers. - Seymour Cray
Zeev Schultz
Honored Contributor

Re: i'm Looking for equivalent to "TCPDUMP/SNOOP" commands in UX 11i?

This is a good link on nettl.
http://www.compute-aid.com/nettl.html

Zeev
So computers don't think yet. At least not chess computers. - Seymour Cray
Bill McNAMARA_1
Honored Contributor

Re: i'm Looking for equivalent to "TCPDUMP/SNOOP" commands in UX 11i?

there is a gui for nettl:
nettladm

You can view logs and set log levels there without having to understand too much nasty netfmt and nettl commands!

Later,
Bill
It works for me (tm)
Maor
Occasional Advisor

Re: i'm Looking for equivalent to "TCPDUMP/SNOOP" commands in UX 11i?

but i cant see the real time transport like tcpdump and snoop.
System Administrator
Mark Landin
Valued Contributor

Re: i'm Looking for equivalent to "TCPDUMP/SNOOP" commands in UX 11i?

There's a tcpdump package for HPUX at the HP-UX Software and Porting Archive Center: http://hpux.cs.utah.edu/
Bill Douglass
Esteemed Contributor

Re: i'm Looking for equivalent to "TCPDUMP/SNOOP" commands in UX 11i?

Install libpcap

http://hpux.cs.utah.edu/hppd/hpux/Networking/Admin/libpcap-0.7.2/

and tcpdump

http://hpux.cs.utah.edu/hppd/hpux/Networking/Admin/tcpdump-3.7.2/

from the HP-UX Software Archive. You can get a wealth of open source software there.