PcapPlusPlus
Next
|
#include <SomeIpLayer.h>
Public Attributes | |
uint32_t | offsetAndFlag |
![]() | |
uint16_t | serviceID |
Service ID. | |
uint16_t | methodID |
Method ID. Most significant bit 0 when E2E communication. 1 when SOME/IP event. | |
uint32_t | length |
Length. Also covers payload. Excludes serviceID, methodID and length field itself. | |
uint16_t | clientID |
Client ID. | |
uint16_t | sessionID |
Session ID. | |
uint8_t | protocolVersion |
Protocol Version. | |
uint8_t | interfaceVersion |
Interface Version. | |
uint8_t | msgType |
Message Type. | |
uint8_t | returnCode |
Return Code. | |
Represents an SOME/IP-TP protocol header.
uint32_t pcpp::SomeIpTpLayer::someiptphdr::offsetAndFlag |
Contains the offset and the more segments flag. 28 bit offset field measured in 16 bytes + 3 bit reserved + 1 bit more segments flag