阅读:2076回复:19
救救我,一个简单的问题
我要开发一个网络监视器,只是监视一些 OID 数据包的统计。
请问各位大虾,我要不要自己开发 一个 sys. 帮帮忙! |
|
沙发#
发布于:2002-08-19 17:03
直接使用libpcap就可以了
|
|
|
板凳#
发布于:2002-08-19 18:00
不好意思 ,我是猜鸟,什么是libpcap?
|
|
地板#
发布于:2002-08-19 18:25
如果只是监控网络数据统计,则Win2000 DDK 中的Sample packet.sys可以实现。当然如果是无线网卡的话则要修改才行。 :P
|
|
|
地下室#
发布于:2002-08-19 18:46
我要开发一个网络监视器,只是监视一些 OID 数据包的统计。 如果只如此,则只要装个ddk后,他的network目录中有多的例子,你只要看懂后,直接用就可以了! :) |
|
|
5楼#
发布于:2002-08-20 19:48
Msdn 我看啦,DDK的例子我也看啦。但是时间太紧,不知道在那儿有更确切的。
哪儿有关于802,11的资料,msdn的资料太散啦。 |
|
6楼#
发布于:2002-08-21 14:06
依我的
|
|
|
7楼#
发布于:2002-08-21 14:42
[quote]依我的
|
|
|
8楼#
发布于:2002-08-21 15:54
哈 ! 一
|
|
|
9楼#
发布于:2002-08-21 16:05
喔 !
|
|
|
10楼#
发布于:2002-08-22 09:14
在www.snort.com有libpcap下载,它提供一系列的函数库,并且可以抓取网络中其余机器的IP包,比较好用的,也不用要有DDK的知识
|
|
|
11楼#
发布于:2002-08-22 18:46
谢谢各位:
我的任务是必须取到数据,设备29号从国外代回来。到时我在试试。 在win ce 下,可以吗? |
|
12楼#
发布于:2002-08-23 08:40
应该是不可以的
|
|
|
13楼#
发布于:2002-08-23 10:56
谢谢,但我还是要完成它。不然,老板要扣我工资啦。
|
|
14楼#
发布于:2002-08-23 21:47
我比较赞同franker老兄的见解,如果你有芯片资料,你可以获得你想要的任何数据;如果没有,你只能获得802.3封装的数据,在这种情况下libpcap是一个很好的选择,winpcap有ce的测试版本,简单描述如下:
WinPcapCE The source code of a CE version of WinPcap. WinPcap for Windows CE NOTES: - This is an alpha version, we don\'t guarantee it will work correctly in any situation. - At the moment only source code is provided. You will have to compile it on your own. - We didn\'t developed this code, so we don\'t provide any support for it. The CE version was tested successfully (not by us) on Compaq Pocket PC and HP Jornada. Known limitations: The driver can be used to open only one adapter that is present in the system. not more than one adapter can be opened at any given point of time. Also, only one instance of the adapter can be opened. Statistics mode is not present. Only one request at a time is supported, requests are not queued. Works on Windows CE 3.0. may work on CE 2.x also but it was never tested. 有兴趣你可以访问他们的网站 http://winpcap.polito.it/install/default.htm |
|
15楼#
发布于:2002-08-23 21:51
另外,franker老兄好像是台湾人??
我刚来这里,不太熟悉情况;不过从回信中可以看出对无线网卡的驱动很有研究,以后多交流。 |
|
16楼#
发布于:2002-08-23 23:49
\"敝人\", \"在下\", \"我\"
|
|
|
17楼#
发布于:2002-08-24 18:37
台湾写驱动的高手很多,而且氛围非常好,很早以前就在BBS上拜读过他们文章,至今我的硬盘上还保留着好几篇!
不知你做哪个方向的? |
|
18楼#
发布于:2002-08-24 18:42
啊!我也很早就知道17啦!你也是牛人啊!终于在这里见到了
|
|
19楼#
发布于:2002-08-25 20:02
我是
|
|
|