FWPS_INBOUND_FRAGMENT_METADATA0 (Compact 2013)
3/26/2014
This structure describes the fragment data for a received packet fragment.
Syntax
typedef struct FWPS_INBOUND_FRAGMENT_METADATA0_ {
UINT32 fragmentIdentification;
UINT16 fragmentOffset;
ULONG fragmentLength;
} FWPS_INBOUND_FRAGMENT_METADATA0;
Members
- fragmentIdentification
A value that identifies the packet to which the packet fragment belongs
- fragmentOffset
A value that specifies the offset, in bytes, of the packet fragment from the beginning of the packet
- fragmentLength
A value that specifies the length, in bytes, of the packet fragment
Remarks
The FWPS_INBOUND_FRAGMENT_METADATA0 structure contains valid data only if the FWPS_METADATA_FIELD_FRAGMENT_DATA flag is set in the currentMetadataValues member of the FWPS_INCOMING_METADATA_VALUES0 structure that the filter engine passes to a callout's classifyFn callout function.
Requirements
Header |
fwpsk.h |
See Also
Reference
WFP Callout Driver Structures
FWPS_INCOMING_METADATA_VALUES0
classifyFn
WFP Callout Driver Reference