?? readme
字號:
Sniffer ReadmeThe latest version of this program can be found athttp://stev.orgThe author can be contacted at the following addressesmistral@stev.orgPlease E-Mail me any patches, suggestion, bugs to the above email addressesI have not had much time to do any docs or anything so justrun 'make' and hopefull yit will compile if it does not thenmail me the output from the compiler here are some things thatmight make it work * The linux kernel header files should be in /usr/include/linux if you do not have a directory there try the following ln -s <path to the kernel source>/include/linux /usr/include/linux that is if your kernel source directory is in /usr/src/linuxI have not had time to do an install for the program yet so justrun it in the currect directory and it should make a directory calledoutput and put any logged data in thereFeatures* A ncurses user interface. * Network statistics to view the amount of packets and data in many different protocols, interfaces and hosts. * View what active TCP connections are on the network.* View UDP packets.* View and log ICMP packets.* View and log the 48bit arp protocol. And also view what make of network card is in each machine* Multithreaded so that the user interface does not interfere with any of the packet captureing methods.* View and log the following user space protocols FTP, POP3, HTTPRequirements * The program has been developed on a RH6.1 system with a 2.2.16 kernel * To get the program to work you will need to have a C compiler and the linux pthreads libary* Some knowledge of C would be useful if you get compile errors. * root access to a linux machine or to be able to create raw sockets as a non root user
?? 快捷鍵說明
復制代碼
Ctrl + C
搜索代碼
Ctrl + F
全屏模式
F11
切換主題
Ctrl + Shift + D
顯示快捷鍵
?
增大字號
Ctrl + =
減小字號
Ctrl + -