mirror of
https://github.com/ApfelTeeSaft/reactos.git
synced 2026-08-30 19:26:05 +00:00
- Set the IP_PACKET_FLAG_RAW flag on Raw IP packets
svn path=/trunk/; revision=40213
This commit is contained in:
@@ -156,6 +156,8 @@ NTSTATUS BuildRawIpPacket(
|
||||
|
||||
RtlCopyMemory( Packet->Data, DataBuffer, DataLen );
|
||||
|
||||
Packet->Flags |= IP_PACKET_FLAG_RAW;
|
||||
|
||||
TI_DbgPrint(MID_TRACE, ("Displaying packet\n"));
|
||||
|
||||
DISPLAY_IP_PACKET(Packet);
|
||||
|
||||
Reference in New Issue
Block a user