I've got an NDIS driver that does IPv4 packet filtering. If I try to use the same code to filter IPv6 packets, I don't see any reaching my driver. I don't see any updates in the DDK documentation for IPv6 - should I be seeing both v4 and v6 packets? Or is there an API change for this

Thanks

Chris B.