-
-
netArp.rar
... API最低也只能SOCK_RAW,顶多能看到IP层数据,如果想处理数据链路层的数据就无从下手了,幸好某天发现了winpcap东西。用了它处理底层的东西就非常方便。
winpcap主要有两个dll供程序员直接调用,pcap.dll和packet.dll,本程序主要使用pcap.dll.详细请看代码,本人也是刚接触WinPcap,所以一不定有一些错漏的地方,请各位大蝦不要见笑。
如果程序有编译不过去的地方,请务必先按装winPcap库,更新VC6的PlatformSDK
-
Bulk_use_src.rar
... a 512 byte packet. The packet contains an
incrementing byte starting at 0x02. Since EP6 always returns a 512
byte packet, this endpoint should never be accessed except with a
high-speed host controller.
EP8IN will continuously return the packet ...
-
bh.rar
测试捕获效率,Test1表明应用packet.dll进行捕获的基本步骤
Test2通过调用packet.dll进行捕获
Test4和Test2基本相同,只是直接调用packet.sys驱动的导出函数,免去了packet.dll的封装过程
-
-
WinSniff_src.zip
... network. It displays all the packets that are transmitted on the local network and gives detailed information about each header in the packet. In order to keep it simple, I am not dealing with application level protocols. If you are interested, you can ...
-
ROxy2.zip
This programm is proxy server for ragnarok online game. Also it s can be use as bot. It control all traffic and can change packet anf genereate new. Also it s good example of injection dll and simple GUI on c++.
-
pcap.rar
... Project->settings->Object/Library modules:中添加wpcap.lib packet.lib。
编译并运行,已通过测试。
-
freeips-2.0.tar.gz
... /UDP IPS is in the form of a module.
That way, the user doesn t _have_ to use the one included.
We loop through _all_ the modules (for that protocol only, of course). If a module
returns P_REJECT or P_IGNORE, reject or ignore the packet respectively.
-
IS-95basebandsimulation.rar
... for 1 data channel of 9.6 KBps rate.
The simulation is written for static channel and AWGN noise. The packet include:
1) Packet Builder (Viterbi Encoding, Interleaver, PN generation)
2) Modulator (RRC filter)
3) Demodulator (Matched Filter, RAKE ...
-
ofdm_sch.rar
GPRS是通用分组无线业务(General Packet Radio Service)的简称,它突破了GSM网只能提供电路交换的思维方式,只通过增加相应的功能实体和对现有的基站系统进行部分改造来实现分组交换,这种改造的投入相对来说并不大,但得到的用户数据速率却相当可观。本实例教授大家GPRS基础知识。
-