阅读:1665回复:6
packet protocol driver and tcpip 有什么关系,是同等的么? |
|
沙发#
发布于:2002-04-29 19:21
地位上可以说是平等的,都是协议驱动。
|
|
板凳#
发布于:2002-04-30 08:51
我不明白,既然是同等的,PACKET PROTOCOL什么协议,难道他不用
TCPIP协议么??? |
|
地板#
发布于:2002-04-30 08:59
难道所有地协议都用tcp/ip吗?
|
|
地下室#
发布于:2002-04-30 09:18
那么谁能告诉我PACKET包的结构是什么样的,他是不是也有类似TCP或IP的一些前缀头呢
|
|
5楼#
发布于:2002-04-30 09:34
这是网络内核模式结构图,PACKET PROTOCOL是不是应该在Other
NDIS protocol driver 的位置。 ![]() |
|
6楼#
发布于:2002-04-30 12:22
I think you are right. All the protocol driver(for example, the DDK sample driver packet.sys) are parallel to the tcpip.sys. They get a copy of the packet indicated by the underlying miniport driver(or intermediate driver if any).
|
|