var fDesc=new Array(); fDesc[0] = "myNetMon, Network Monitor and Packet Analyzing Tool (V.2.0)
myNetMon is windows based network monitor and packet analyzing (sniffer) tool.
myNetMon uses WinPcap, a windows port of Libpcap which is a packet capturing library.
Features:
* Physicial (Ethernet),
* ARP, RARP, IPX, IPV4-6,
* Displaying ICMP, UDP, TCP ... packets according to their features,
* Displaying packets in hexadecimal form,
* Listing packets accoring to their types, protocols, MAC Addresses, IP Addresses and Ports,
* Capturing only required packets (Layer 2/3, Protocol (ARP, TCP-UDP-ICMP...),
port based (TCP: 23, 25, 80 ..., UDP: 53, 139 ...), Host to host, Client to host...,
packet's length, All these filterings can be created with BPF (Berkeley Packet Filtering) rules,
* Changing the content of packets (Packet Forging) and sending to the network,
* Reconstruction of TCP packets (So web traffic is saved as Html, Gif, Css, Zip, Mp3...,
e-mail traffic saved as .eml, news traffic saved as .nws and FTP Data session's can be saved)
* Saving captured packets,
* Opening and analyzing files, saved with Libpcap (Tcpdump, Ethereal),
* Anti anti sniff option.....
Please install winpcap (http://netgroup-serv.polito.it/winpcap) before running myNetMon."; function tShowHide(id, show) { var s = document.getElementById("desc"); if ((s.innerHTML.length<=212 || show==1) && show!=2) { s.innerHTML = fDesc[id]; if (document.getElementById('m1')) document.getElementById('m1').style.display='none'; if (document.getElementById('m2')) document.getElementById('m2').style.display='none'; if (document.getElementById('more_txt')) document.getElementById('more_txt').style.display='inline'; } else { s.innerHTML = ''; } }