⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 readme.tru64

📁 Windows XP下的抓包程序实现
💻 TRU64
字号:
The following instructions are applicable to Tru64 UNIX (formerly Digital UNIX (formerly DEC OSF/1)) version 4.0, andprobably to later versions as well; at least some options apply toDigital UNIX 3.2 - perhaps all do.In order to use kernel packet filtering on this system, you haveto configure it in such a way:Kernel configuration--------------------The packet filtering kernel option must be enabled at kernelinstallation.  If it was not the case, you can rebuild the kernel with"doconfig -c" after adding the following line in the kernelconfiguration file (/sys/conf/<HOSTNAME>):	option PACKETFILTERor use "doconfig" without any arguments to add the packet filter driveroption via the kernel option menu (see the system administrationdocumentation for information on how to do this).Device configuration--------------------Devices used for packet filtering must be created thanks tothe following command (executed in the /dev directory):	./MAKEDEV pfiltInterface configuration-----------------------In order to capture all packets on a network, you may want to allowapplications to put the interface on that network into "local copy"mode, so that tcpdump can see packets sent by the host on which it'srunning as well as packets received by that host, and to put theinterface into "promiscuous" mode, so that tcpdump can see packets onthe network segment not sent to the host on which it's running, by usingthe pfconfig(1) command:	pfconfig +c +p <network_device>or allow application to put any interface into "local copy" or"promiscuous" mode by using the command:	pfconfig +c +p -aNote: all instructions given require root privileges.

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -