699 | Jul 19 | 2003 | ||
20 | Aug 28 | 2005 | ||
29 | Aug 28 | 2005 | ||
32 | Aug 28 | 2005 | ||
46050 | Nov 12 | 2001 | ||
36646 | Feb 17 | 2000 | ||
1176 | Feb 17 | 2000 | ||
1069 | Feb 17 | 2000 |
This package creates packets from the command line. Here are some examples. A fragmented igmp packet: ( echo -en '\002\000' ; for X in `seq 1 20` ; do echo -n 'PacketData' ; done ) | makeip 192.168.0.1 192.168.0.253 -i - -p 2 -s mf -v | makeeth -d 00:60:1D:23:C5:41 -i - -s 00:00:F8:05:92:0D -v | sendeth -d eth0 -i - -v A packet with identical source and destination addresses: echo -n PacketDataPacketData | makeudp 4 -i - -pd 192.168.0.253 -ps 192.168.0.253 -s 1111 -v | makeip 192.168.0.253 192.168.0.253 -p 17 -i - | sendpacket 192.168.0.253 -v The "4" after udp is supposed to be the destination port, but it appears there's a bug there and "4" input comes out to be 1024 output.
Name : spak Relocations: (not relocatable) Version : 0.6b Vendor: (none) Release : 1 Build Date: Mon Nov 12 00:35:32 2001 Install Date: (not installed) Build Host: sparrow.websense.net Group : Applications/Internet Source RPM: spak-0.6b-1.src.rpm Size : 159527 License: GPL Signature : RSA/MD5, Mon Nov 12 00:35:32 2001, Key ID 012334cbf322929d Packager : Damien Miller <djm@ibs.com.au> Summary : Packet construction toolkit Description : Spak is a suite of tools that allow the construction and sending of arbitrary TCP, UDP, ICMP, IP and link level packets.
The files in this collection are part of William Stearns' software archive. If any of the links on this page do not work, you may be viewing an incomplete mirror. There is a complete list of the mirror sites at the starting page for this mirror and at the primary mirror.