📄 readme.septel
字号:
The following instructions apply if you have a Linux platform and wantlibpcap to support the Septel range of passive network monitoring cardsfrom Intel (http://www.intel.com)1) Install and build the Septel software distribution by following theinstructions supplied with that package.2) Configure libcap. To allow the 'configure' script to locate the Septelsoftware distribution use the '--with-septel' option: ./configure --with-septel=DIRwhere DIR is the root of the Septel software distribution, for example/var/src/septel.By default (if you write only ./configure --with-septel) it takes./../septel as argument for DIR. If the Septel software is correctly detected 'configure' willreport: checking whether we have Septel API... yesIf 'configure' reports that there is no Septel API, the directory may have beenincorrectly specified or the Septel software was not built before configuringlibpcap.See also the libpcap INSTALL.txt file for further libpcap configurationoptions.Building libpcap at this stage will include support for both the nativepacket capture stream and for capturing from Septel cards. To buildlibpcap with only Septel support specify the capture type as 'septel'when configuring libpcap: ./configure --with-septel=DIR --with-pcap=septelApplications built with libpcap configured in this way will only detect Septelcards and will not capture from the native OS packet stream.Note: As mentioned in pcap-septel.c we should first edit the system.txtfile to change the user part example (UPE) module id to 0xdd instead of0x2d for technical reason. So this change in system.txt is crutial andthings will go wrong if it's not done. System.txt along with config.txtare configuration files that are edited by the user before running thegctload program that uses these files for initialising modules andconfiguring parameters.----------------------------------------------------------------------for more information please contact me : gil_hoyek@hotmail.com
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -