HPE GreenLake Administration
- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- tcpdump, snort, looking for a string on a network ...
Operating System - HP-UX
1830241
Members
1618
Online
109999
Solutions
Forums
Categories
Company
Local Language
back
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
back
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
Blogs
Information
Community
Resources
Community Language
Language
Forums
Blogs
Go to solution
Topic Options
- 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
12-07-2005 08:00 AM
12-07-2005 08:00 AM
I'm working with a complex, proprietary application, with many tcp/ip clients.
Occasionally, a client (under HP-UX 11i) will go nuts -- manifesting in application stoppage.
The logs (as well as fuser and lsof/netstat against the application process and logs) are not sufficient to isolate the particular client. There are frequent stops, reconnects, etc.
The only thing I have to go on is a logged string repeated over and over again, which I believe is an explicit query. Is there a way to detect IF any of the hundreds of connected clients are issuing this string repeatedly (or at all) from a network perspective? The string is fairly unique, but also fairly small given the amount of network traffic we see.
Needle in a network haystack, anyone?
Occasionally, a client (under HP-UX 11i) will go nuts -- manifesting in application stoppage.
The logs (as well as fuser and lsof/netstat against the application process and logs) are not sufficient to isolate the particular client. There are frequent stops, reconnects, etc.
The only thing I have to go on is a logged string repeated over and over again, which I believe is an explicit query. Is there a way to detect IF any of the hundreds of connected clients are issuing this string repeatedly (or at all) from a network perspective? The string is fairly unique, but also fairly small given the amount of network traffic we see.
Needle in a network haystack, anyone?
Command-Line Junkie
Solved! Go to Solution.
3 REPLIES 3
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-07-2005 08:44 AM
12-07-2005 08:44 AM
Solution
I would download and install ethereal.
http://gatekeep.cs.utah.edu/hppd/hpux/Gtk/Applications/ethereal-0.10.11/
Its filters are rather amazing in their ability to spot strings and other data.
There are also Windows versions of ethereal available for free download.
http://gatekeep.cs.utah.edu/hppd/hpux/Gtk/Applications/ethereal-0.10.11/
Its filters are rather amazing in their ability to spot strings and other data.
There are also Windows versions of ethereal available for free download.
If it ain't broke, I can fix that.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-07-2005 12:48 PM
12-07-2005 12:48 PM
Re: tcpdump, snort, looking for a string on a network interface ...
for searching out a single string, I'd use dsniff, but for debugging the whole issue in context ethereal is definitely Your first choice.
grep' from dsniffs output to keep in compliance with any privacy rules/laws in place at Your site.
Consider a combination of the two and, well, good luck ;)
*both should be able to handle a tcpdump/pcap file as input.
grep' from dsniffs output to keep in compliance with any privacy rules/laws in place at Your site.
Consider a combination of the two and, well, good luck ;)
*both should be able to handle a tcpdump/pcap file as input.
yesterday I stood at the edge. Today I'm one step ahead.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-08-2005 07:29 AM
12-08-2005 07:29 AM
Re: tcpdump, snort, looking for a string on a network interface ...
Ethereal did the trick, with display filter:
data contains xyzzy
10 more points for the first person who can tell me how to do the same thing from the command line (i.e., identify an IP and the packet contents containing a given string).
data contains xyzzy
10 more points for the first person who can tell me how to do the same thing from the command line (i.e., identify an IP and the packet contents containing a given string).
Command-Line Junkie
The opinions expressed above are the personal opinions of the authors, not of Hewlett Packard Enterprise. By using this site, you accept the Terms of Use and Rules of Participation.
Company
Events and news
Customer resources
© Copyright 2025 Hewlett Packard Enterprise Development LP