| Author |
Message |
Guest
|
Posted:
Mon Aug 15, 2005 4:20 pm Post subject:
Layer 2 'Ping' |
|
|
Hello,
I'd like to write a small connectivity utility which will
_craft_ then _pack_ and _send_ an ethernet frame.
First: Im using MSWin32
Second: Is there already a utility for sending a Layer 2 'ping'
without a TCP/IP stack loaded?
Third: Can the DL-DATA-ACK function be utilized for this?
Fourth: I'd like to use Perl for this, but ive had some trouble
finding an appropriate 'module' to accomplish this. |
|
| Back to top |
|
 |
Arnold Nipper
Guest
|
Posted:
Mon Aug 15, 2005 4:20 pm Post subject:
Re: Layer 2 'Ping' |
|
|
On 15.08.2005 16:22 Jason.noemail@invalid.com wrote
| Quote: | Hello,
I'd like to write a small connectivity utility which will
_craft_ then _pack_ and _send_ an ethernet frame.
First: Im using MSWin32
Second: Is there already a utility for sending a Layer 2 'ping'
without a TCP/IP stack loaded?
|
Have a look at http://freshmeat.net/projects/arping/
| Quote: | Third: Can the DL-DATA-ACK function be utilized for this?
Fourth: I'd like to use Perl for this, but ive had some trouble
finding an appropriate 'module' to accomplish this.
|
Arnold
--
Arnold Nipper, AN45 |
|
| Back to top |
|
 |
Guest
|
Posted:
Mon Aug 15, 2005 9:42 pm Post subject:
Re: Layer 2 'Ping' |
|
|
Arnold Nipper <arnold-200508@nipper.de> wrote in message-id:
<1124116873.243456@server.nipper.de>
| Quote: |
On 15.08.2005 16:22 Jason.noemail@invalid.com wrote
Hello,
I'd like to write a small connectivity utility which will
_craft_ then _pack_ and _send_ an ethernet frame.
First: Im using MSWin32
Second: Is there already a utility for sending a Layer 2 'ping'
without a TCP/IP stack loaded?
Have a look at http://freshmeat.net/projects/arping/
Third: Can the DL-DATA-ACK function be utilized for this?
Fourth: I'd like to use Perl for this, but ive had some trouble
finding an appropriate 'module' to accomplish this.
Arnold
--
Arnold Nipper, AN45
|
OK, thank you, I will look into it. |
|
| Back to top |
|
 |
Rick Jones
Guest
|
Posted:
Mon Aug 22, 2005 10:57 pm Post subject:
Re: Layer 2 'Ping' |
|
|
On either freshmeat or sourceforge, there is a "linkloop" project that
is a linux implementation of the HP-UX linkloop functionality. It is
a layer two "ping" utility that has been in use on HP-UX for years and
years. If you license sutiably, you could leverage that port for your
needs, and have some decent assurance of interoperability with at
least two other platforms :)
rick jones
--
Process shall set you free from the need for rational thought.
these opinions are mine, all mine; HP might not want them anyway... :)
feel free to post, OR email to rick.jones2 in hp.com but NOT BOTH... |
|
| Back to top |
|
 |
Guest
|
Posted:
Thu Aug 25, 2005 12:20 am Post subject:
Re: Layer 2 'Ping' |
|
|
Rick Jones <rick.jones2@hp.com> wrote in message-id:
<smoOe.10722$167.6485@news.cpqcorp.net>
| Quote: |
On either freshmeat or sourceforge, there is a "linkloop" project that
is a linux implementation of the HP-UX linkloop functionality. It is
a layer two "ping" utility that has been in use on HP-UX for years and
years. If you license sutiably, you could leverage that port for your
needs, and have some decent assurance of interoperability with at
least two other platforms :)
rick jones
--
Process shall set you free from the need for rational thought.
these opinions are mine, all mine; HP might not want them anyway... :)
feel free to post, OR email to rick.jones2 in hp.com but NOT BOTH...
|
Thank you very much =) this is a great bit of information.
I am now looking forward to parsing through the docs. |
|
| Back to top |
|
 |
|
|
|
|