Hi,
I have tried to open raw ip in kernel mode "\device\rawip\255" or
"\device\rawip\17" (UDP) or "\device\rawip\1" (ICMP), all is OK, I can to use
it for sending packets.
Problem is that I need to open raw ip for TCP.
When I am trying to open transport address with device name for TCP:
"\device\rawip\6"
ZwCreateFile() returns 0xC000000D.
I am trying it with the same way like for above successful attempts, I pass
only different device name.
What is different in opening address for TCP ?
Must be set some different object attributes or something other ?
Peter