DecodedIPPacket

Summary

Public attributes

ackMsgId
uint32_t
checksum
uint16_t
destAddr[NL_IP6_ADDR_LEN_IN_BYTES]
uint8_t
destNodeId
uint64_t
destPort
uint16_t
encryptionType
uint8_t
exchFlags
uint8_t
exchangeId
uint16_t
icmpv6Code
uint8_t
icmpv6Type
uint8_t
ipPktSize
uint16_t
ipProtoType
uint8_t
ipProtoVersion
uint8_t
keyId
uint8_t
messageId
uint32_t
msgHdrFlags
uint16_t
msgType
uint16_t
profileId
uint32_t
srcAddr[NL_IP6_ADDR_LEN_IN_BYTES]
uint8_t
srcNodeId
uint64_t
srcPort
uint16_t

Public functions

DoesPacketHaveWeaveMessage(void) const
bool
Check whether a decoded packet contains a Weave message.
PacketHeaderDecode(const uint8_t *pkt, uint16_t pktLen)
Parse and decode the fields of the IP, UDP/TCP and Weave headers.

Public attributes

ackMsgId

uint32_t ackMsgId

checksum

uint16_t checksum

destAddr

uint8_t destAddr[NL_IP6_ADDR_LEN_IN_BYTES]

destNodeId

uint64_t destNodeId

destPort

uint16_t destPort

encryptionType

uint8_t encryptionType

exchFlags

uint8_t exchFlags

exchangeId

uint16_t exchangeId

icmpv6Code

uint8_t icmpv6Code

icmpv6Type

uint8_t icmpv6Type

ipPktSize

uint16_t ipPktSize

ipProtoType

uint8_t ipProtoType

ipProtoVersion

uint8_t ipProtoVersion

keyId

uint8_t keyId

messageId

uint32_t messageId

msgHdrFlags

uint16_t msgHdrFlags

msgType

uint16_t msgType

profileId

uint32_t profileId

srcAddr

uint8_t srcAddr[NL_IP6_ADDR_LEN_IN_BYTES]

srcNodeId

uint64_t srcNodeId

srcPort

uint16_t srcPort

Public functions

DoesPacketHaveWeaveMessage

bool DoesPacketHaveWeaveMessage(
  void
) const 

Check whether a decoded packet contains a Weave message.

PacketHeaderDecode

WEAVE_ERROR PacketHeaderDecode(
  const uint8_t *pkt,
  uint16_t pktLen
)

Parse and decode the fields of the IP, UDP/TCP and Weave headers.

Details
Parameters
[in] p
A pointer to an IP packet.
[in] pktLen
The length of the IP packet.
Returns
INET_ERROR while parsing the packet or INET_NO_ERROR on Success.