- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Procedure to run ethereal trace
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
02-20-2008 12:22 AM
02-20-2008 12:22 AM
Procedure to run ethereal trace
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-20-2008 12:41 AM
02-20-2008 12:41 AM
Re: Procedure to run ethereal trace
ethereal is full gui utility. Just execute ethereal and the window will appear. But its in gtk style window.
You could start it from command line with a log of parameters.
For a start, take a view of this doc->http://netmirror.org/mirror/ftp.ethereal.com/docs/user-guide-a4.pdf
Don't forget to assign some points if this answers your question. thanks!
Rgds
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-20-2008 01:14 AM
02-20-2008 01:14 AM
Re: Procedure to run ethereal trace
you can execute it from command line and you could see all the ack and nak info you wants.
format would be :
# tcpdump -i
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-20-2008 01:20 AM
02-20-2008 01:20 AM
Re: Procedure to run ethereal trace
Thank you
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-20-2008 02:05 AM
02-20-2008 02:05 AM
Re: Procedure to run ethereal trace
Use the gui filter either by host name or port 80 or both if the gui lets.
Otherwise consider using tcpdump and then grep to further filter the output.
SEP
Owner of ISN Corporation
http://isnamerica.com
http://hpuxconsulting.com
Sponsor: http://hpux.ws
Twitter: http://twitter.com/hpuxlinux
Founder http://newdatacloud.com
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-27-2008 11:49 PM
02-27-2008 11:49 PM
Re: Procedure to run ethereal trace
# tcpdump -i
interface should be IP address of the destination or the port. Basically I am trying to check a manual ISEE connectivity to the destination (dmz) which is a windows machine. there is no communication happenning between a HP-UX device to Windows machine (in dmz).
What is the significance of keepalive value:
ndd -get /dev/tcp tcp_keepalive_interval
7200000
How do I change this value to higher or lower value.