59debebffe
Net::RawSock provides a base function to send raw IP datagrams from Perl. The raw IP datagram is packed into a buffer and written on the network layer with the write_ip() function. PR: ports/47868 Submitted by: Nicolas Jombart <ecu@ipv42.net>
11 lines
243 B
Perl
11 lines
243 B
Perl
--- RawSock.pm.orig Mon Feb 3 14:28:08 2003
|
|
+++ RawSock.pm Mon Feb 3 14:28:30 2003
|
|
@@ -41,7 +41,7 @@
|
|
|
|
=head1 AUTHOR
|
|
|
|
-Stephane Aubert E<lt>Stephane.Aubert@hsc-labs.frE<gt>
|
|
+Stephane Aubert E<lt>Stephane.Aubert@hsc-labs.comE<gt>
|
|
|
|
=cut
|
|
|