PcapPlusPlus  Next
pcpp::DoIpVehicleAnnouncementMessage Member List

This is the complete list of members for pcpp::DoIpVehicleAnnouncementMessage, including all inherited members.

canReinterpretAs(const uint8_t *data, size_t dataLen)pcpp::Layerinlineprotectedstatic
clearSyncStatus()pcpp::DoIpVehicleAnnouncementMessage
computeCalculateFields() overridepcpp::DoIpLayerinlinevirtual
constructNextLayer(uint8_t *data, size_t dataLen, Packet *packet, Args &&... extraArgs)pcpp::Layerinlineprotected
copyData(uint8_t *toArr) constpcpp::Layer
DoIpVehicleAnnouncementMessage(uint8_t *data, size_t dataLen, Layer *prevLayer, Packet *packet)pcpp::DoIpVehicleAnnouncementMessage
DoIpVehicleAnnouncementMessage(const std::array< uint8_t, DOIP_VIN_LEN > &vin, uint16_t logicalAddress, const std::array< uint8_t, DOIP_EID_LEN > &eid, const std::array< uint8_t, DOIP_GID_LEN > &gid, DoIpActionCodes actionCode)pcpp::DoIpVehicleAnnouncementMessage
getData() constpcpp::Layerinline
getDataLen() constpcpp::Layerinline
getDataPtr(size_t offset=0) const overridepcpp::Layerinlinevirtual
getEID() constpcpp::DoIpVehicleAnnouncementMessage
getFurtherActionRequired() constpcpp::DoIpVehicleAnnouncementMessage
getGID() constpcpp::DoIpVehicleAnnouncementMessage
getHeaderLen() const overridepcpp::DoIpLayerinlinevirtual
getInvertProtocolVersion() constpcpp::DoIpLayer
getLayerPayload() constpcpp::Layerinline
getLayerPayloadSize() constpcpp::Layerinline
getLogicalAddress() constpcpp::DoIpVehicleAnnouncementMessage
getNextLayer() constpcpp::Layerinline
getOsiModelLayer() const overridepcpp::DoIpLayerinlinevirtual
getPayloadLength() constpcpp::DoIpLayer
getPayloadType() const overridepcpp::DoIpVehicleAnnouncementMessageinlinevirtual
getPayloadTypeAsStr() constpcpp::DoIpLayer
getPrevLayer() constpcpp::Layerinline
getProtocol() constpcpp::Layerinline
getProtocolVersion() constpcpp::DoIpLayer
getProtocolVersionAsStr() constpcpp::DoIpLayer
getSummary() constpcpp::DoIpVehicleAnnouncementMessage
getSyncStatus() constpcpp::DoIpVehicleAnnouncementMessage
getVIN() constpcpp::DoIpVehicleAnnouncementMessage
hasSyncStatus() constpcpp::DoIpVehicleAnnouncementMessage
isAllocatedToPacket() constpcpp::Layerinline
isDataLenValid(size_t dataLen)pcpp::DoIpVehicleAnnouncementMessageinlinestatic
isDataValid(uint8_t *data, size_t dataLen)pcpp::DoIpLayerstatic
isDoIpPort(uint16_t port)pcpp::DoIpLayerinlinestatic
isMemberOfProtocolFamily(ProtocolTypeFamily protocolTypeFamily) constpcpp::Layer
parseDoIpLayer(uint8_t *data, size_t dataLen, Layer *prevLayer, Packet *packet)pcpp::DoIpLayerstatic
parseNextLayer() overridepcpp::DoIpLayervirtual
setEID(const std::array< uint8_t, DOIP_EID_LEN > &eid)pcpp::DoIpVehicleAnnouncementMessage
setFurtherActionRequired(DoIpActionCodes action)pcpp::DoIpVehicleAnnouncementMessage
setGID(const std::array< uint8_t, DOIP_GID_LEN > &gid)pcpp::DoIpVehicleAnnouncementMessage
setInvertProtocolVersion(uint8_t iVersion)pcpp::DoIpLayer
setLogicalAddress(uint16_t address)pcpp::DoIpVehicleAnnouncementMessage
setPayloadLength(uint32_t length)pcpp::DoIpLayer
setProtocolVersion(DoIpProtocolVersion version)pcpp::DoIpLayer
setProtocolVersion(uint8_t rawVersion)pcpp::DoIpLayer
setSyncStatus(DoIpSyncStatus sync)pcpp::DoIpVehicleAnnouncementMessage
setVIN(const std::array< uint8_t, DOIP_VIN_LEN > &vin)pcpp::DoIpVehicleAnnouncementMessage
toString() const overridepcpp::DoIpLayervirtual
tryConstructNextLayerWithFallback(uint8_t *data, size_t dataLen, Packet *packet, Args &&... extraArgs)pcpp::Layerinlineprotected
~Layer() overridepcpp::Layer