netsnake-sniffer
Network sniffer which a similar to WireShark with sending own packets
...It has an ability to filter intercepted packets by source ip,source port, destination ip,destination port, type of protocol and length packets.
It is possible to save a dump of captured packets in .pcap file extension for opening by WireShark software. Also,the main advantage of netsnake is sending your own network packets (ARP,TCP/IP,UDP) whith chosen parameters including payload data.which is byte array with max length = 1450 bytes. If your array of bytes has more 1450 bytes, it breaks into packages.
...