2.2.10.9 HTTP_PACKET_HEADER Structure

This structure describes an HTTP packet.


0


1


2


3


4


5


6


7


8


9

1
0


1


2


3


4


5


6


7


8


9

2
0


1


2


3


4


5


6


7


8


9

3
0


1

packetType

reserved

packetLength

packetType (2 bytes): An unsigned short representing the type of the packet from HTTP_PACKET_TYPE Enumeration (section 2.2.5.3.3).

reserved (2 bytes): Reserved for future use.

packetLength (4 bytes): An unsigned integer representing the length of the packet.