![]() |
|
|
|
|
|||||||
| UNIX for Dummies Questions & Answers If you're not sure where to post a UNIX or Linux question, post it here. All UNIX and Linux newbies welcome !! |
|
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| To send a message to another system | aajan | UNIX for Advanced & Expert Users | 4 | 06-06-2007 10:30 PM |
| error-when trying to send the message thru email. | MARY76 | Shell Programming and Scripting | 5 | 02-06-2007 12:10 PM |
| Send message from Unix to PC | mnagaya | UNIX for Dummies Questions & Answers | 3 | 03-21-2006 12:40 PM |
| How to Send warning message to user | sollin | Shell Programming and Scripting | 1 | 12-21-2005 12:16 AM |
| send message across terminals | ST2000 | UNIX for Dummies Questions & Answers | 2 | 12-06-2002 01:43 AM |
|
|
Submit Tools | LinkBack | Thread Tools | Display Modes |
|
|||
|
I am analyzing snoop output and want to send "Hello world" to a remote system. I want to see if the message received is encrypted or not.
can I use ping to send a text message? like ping "helloworld" <IP Addr> Please help. Thank you |
| Forum Sponsor | ||
|
|
|
|||
|
man ping
Code:
-p pattern
You may specify up to 16 ``pad'' bytes to fill out the packet you
send. This is useful for diagnosing data-dependent problems in a
network. For example, ``-p ff'' will cause the sent packet to be
filled with all ones.
|
|
|||
|
-p in my ping (solaris 5.8) is to specify port and not pattern
-p port
Set the base UDP port number used in probes. This option is used with the -U option. The default base port number is 33434. The ping utility starts setting the destination port number of UDP packets to this base and increments it by one at each probe. |
| Thread Tools | |
| Display Modes | |
|
|