1833080 Members
2815 Online
110050 Solutions
New Discussion

Analyze Network Traffic

 
Ralf Buchhold
Regular Advisor

Analyze Network Traffic

Hello
is it possible to analyze the network traffic (hexdump and so on) (HPUX 11.11) like "ethereal" under linux ?

Thanks
Ralf
7 REPLIES 7
Alan Casey
Trusted Contributor

Re: Analyze Network Traffic

lookup nettl
This can give u basic tracing ability.
Alex Lavrov.
Honored Contributor

Re: Analyze Network Traffic

There is also "tcpdump" you can use.
Can be downloaded from here:
http://www.tcpdump.org/
I don't give a damn for a man that can only spell a word one way. (M. Twain)
Ralf Buchhold
Regular Advisor

Re: Analyze Network Traffic

Hallo Alan
thanks
can you explain me:
I want to check the orcale ports 1521
and want to hexdump

Thanks for Info
Ralf
Fred Ruffet
Honored Contributor

Re: Analyze Network Traffic

Try using tcpdump.

If host_IP is your Oracle server IP address and oracle_port is the port used for listener (generally 1521), use the following :
tcpdump -n -nn -X host host_IP and port oracle_port > tcpdump.log 2>&1
After some time, break and edit tcpdump.log. It will contain packets HEX and ASCII dumps.

Regards,

Fred
--

"Reality is just a point of view." (P. K. D.)
Ivajlo Yanakiev
Respected Contributor

Re: Analyze Network Traffic

Jan Sladky
Trusted Contributor

Re: Analyze Network Traffic

Hi Ralf,
ethereal is also available for HP-UX:

http://hpux.cs.utah.edu/hppd/hpux/Gtk/Applications/ethereal-0.9.15/

rgds Jan
GSM, Intelligent Networks, UNIX
rick jones
Honored Contributor

Re: Analyze Network Traffic

nettl is already on the system.

tcpdump and ethereal can be installed from the HP Internet Express bundle available from software.hp.com.

or, the latest bits for tcpdump can be had from http://www.tcpdump.org/ - 99 times out of 10 they should compile out of the tarfile - at least with the HP-UX compilers.
there is no rest for the wicked yet the virtuous have no pillows