- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Re: Analyze Network Traffic
Categories
Company
Local Language
Forums
Discussions
Forums
- Data Protection and Retention
- Entry Storage Systems
- Legacy
- Midrange and Enterprise Storage
- Storage Networking
- HPE Nimble Storage
Discussions
Forums
Discussions
Discussions
Discussions
Forums
Discussions
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
- BladeSystem Infrastructure and Application Solutions
- Appliance Servers
- Alpha Servers
- BackOffice Products
- Internet Products
- HPE 9000 and HPE e3000 Servers
- Networking
- Netservers
- Secure OS Software for Linux
- Server Management (Insight Manager 7)
- Windows Server 2003
- Operating System - Tru64 Unix
- ProLiant Deployment and Provisioning
- Linux-Based Community / Regional
- Microsoft System Center Integration
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Community
Resources
Forums
Blogs
- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Bookmark
- Subscribe
- Printer Friendly Page
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-01-2005 08:58 PM
03-01-2005 08:58 PM
Analyze Network Traffic
is it possible to analyze the network traffic (hexdump and so on) (HPUX 11.11) like "ethereal" under linux ?
Thanks
Ralf
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-01-2005 09:03 PM
03-01-2005 09:03 PM
Re: Analyze Network Traffic
This can give u basic tracing ability.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-01-2005 09:07 PM
03-01-2005 09:07 PM
Re: Analyze Network Traffic
Can be downloaded from here:
http://www.tcpdump.org/
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-01-2005 09:23 PM
03-01-2005 09:23 PM
Re: Analyze Network Traffic
thanks
can you explain me:
I want to check the orcale ports 1521
and want to hexdump
Thanks for Info
Ralf
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-01-2005 10:05 PM
03-01-2005 10:05 PM
Re: Analyze Network Traffic
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.)
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-02-2005 12:31 AM
03-02-2005 12:31 AM
Re: Analyze Network Traffic
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-02-2005 12:43 AM
03-02-2005 12:43 AM
Re: Analyze Network Traffic
ethereal is also available for HP-UX:
http://hpux.cs.utah.edu/hppd/hpux/Gtk/Applications/ethereal-0.9.15/
rgds Jan
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-03-2005 04:59 AM
03-03-2005 04:59 AM
Re: Analyze Network Traffic
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.