DecodedIPPacket

Zusammenfassung

Öffentliche Attribute

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

Öffentliche Funktionen

DoesPacketHaveWeaveMessage (void) const
bool
Prüfen Sie, ob ein dekodiertes Paket eine Weave-Nachricht enthält.
PacketHeaderDecode (const uint8_t *pkt, uint16_t pktLen)
Analysieren und decodieren Sie die Felder der IP-, UDP/TCP- und Weave-Header.

Öffentliche Attribute

ackMsgId

uint32_t ackMsgId

Prüfsumme

uint16_t checksum

destAddr

uint8_t destAddr[NL_IP6_ADDR_LEN_IN_BYTES]

destNodeId

uint64_t destNodeId

ZielPort

uint16_t destPort

Verschlüsselungstyp

uint8_t encryptionType

Austauschflaggen

uint8_t exchFlags

AustauschId

uint16_t exchangeId

icmpv6Code

uint8_t icmpv6Code

icmpv6Typ

uint8_t icmpv6Type

ipPktSize

uint16_t ipPktSize

ipProtoType

uint8_t ipProtoType

ipProtoVersion

uint8_t ipProtoVersion

SchlüsselId

uint8_t keyId

Nachrichten ID

uint32_t messageId

msgHdrFlags

uint16_t msgHdrFlags

msgType

uint16_t msgType

Profil ID

uint32_t profileId

srcAddr

uint8_t srcAddr[NL_IP6_ADDR_LEN_IN_BYTES]

srcNodeId

uint64_t srcNodeId

srcPort

uint16_t srcPort

Öffentliche Funktionen

HatPacketHaveWeaveMessage

bool DoesPacketHaveWeaveMessage(
  void
) const 

Prüfen Sie, ob ein dekodiertes Paket eine Weave-Nachricht enthält.

PacketHeaderDecode

WEAVE_ERROR PacketHeaderDecode(
  const uint8_t *pkt,
  uint16_t pktLen
)

Parsen und dekodieren Sie die Felder der IP-, UDP/TCP- und Weave-Header.

Einzelheiten
Parameter
[in] p
Ein Zeiger auf ein IP-Paket.
[in] pktLen
Die Länge des IP-Pakets.
Kehrt zurück
INET_ERROR beim Parsen des Pakets oder INET_NO_ERROR bei Erfolg.