- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- How to capture SMPP connection packet?
Operating System - HP-UX
1823251
Members
3328
Online
109648
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
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
Discussion Boards
Discussion Boards
Discussion Boards
Blogs
Information
Community
Resources
Community Language
Language
Forums
Blogs
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
тАО04-22-2008 02:01 AM
тАО04-22-2008 02:01 AM
How to capture SMPP connection packet?
My HPUX machine will have a smpp-connection (bind) to another machine with specified port-number, how can I capture/snoop the packets through this connection into a file?
2 REPLIES 2
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО04-22-2008 04:28 AM
тАО04-22-2008 04:28 AM
Re: How to capture SMPP connection packet?
I'm not familiar with SMPP: I assume you might have meant either SMTP or SNMP?
To get network traffic dumps using HP-UX standard tools only, see this document:
http://www.compute-aid.com/nettl.html
Alternatively, HP offers the common open-source tools "tcpdump" and "wireshark" for HP-UX 11.11 and above in the free Internet Express package. Go to http://software.hp.com and run a search for "Internet Express". Then select the Internet Express version that matches your HP-UX version.
Note that you won't need to install the entire Internet Express package set to get these tools: for example, tcpdump can be used by installing just two small packages: Libpcap and Tcpdump.
The basic syntax for grabbing the raw data to file using tcpdump:
tcpdump -i -s 0 -w host and tcp port
Example:
tcpdump -i lan0 -s 0 -w /tmp/file.dmp host somehost.example and tcp port 123
To analyze the dump, you could run:
tcpdump -vvv -X -s 0 -r
For more advanced analysis, you could install Wireshark on your desktop/laptop and then use it to read the files generated using tcpdump.
http://www.wireshark.org/
MK
To get network traffic dumps using HP-UX standard tools only, see this document:
http://www.compute-aid.com/nettl.html
Alternatively, HP offers the common open-source tools "tcpdump" and "wireshark" for HP-UX 11.11 and above in the free Internet Express package. Go to http://software.hp.com and run a search for "Internet Express". Then select the Internet Express version that matches your HP-UX version.
Note that you won't need to install the entire Internet Express package set to get these tools: for example, tcpdump can be used by installing just two small packages: Libpcap and Tcpdump.
The basic syntax for grabbing the raw data to file using tcpdump:
tcpdump -i
Example:
tcpdump -i lan0 -s 0 -w /tmp/file.dmp host somehost.example and tcp port 123
To analyze the dump, you could run:
tcpdump -vvv -X -s 0 -r
For more advanced analysis, you could install Wireshark on your desktop/laptop and then use it to read the files generated using tcpdump.
http://www.wireshark.org/
MK
MK
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО05-01-2008 10:46 PM
тАО05-01-2008 10:46 PM
Re: How to capture SMPP connection packet?
Working on SMSC? You can try "nettl" to do the packet capture.
What if...
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
Learn About
News and Events
Support
© Copyright 2025 Hewlett Packard Enterprise Development LP