Home
last modified time | relevance | path

Searched refs:b_tempByte (Results 1 – 4 of 4) sorted by relevance

/dports/net/wireshark-lite/wireshark-3.6.1/epan/dissectors/
H A Dpacket-opensafety.c469 guint8 b_tempByte = 0; in findFrame1Position() local
518 b_tempByte = ( tvb_get_guint8 ( message_tvb, byte_offset + i_offset + 1 ) ) & 0xFC; in findFrame1Position()
521 if ( ( ( b_tempByte ^ OPENSAFETY_MSG_SSDO_SLIM_SERVICE_REQUEST ) == 0 ) || in findFrame1Position()
522 ( ( b_tempByte ^ OPENSAFETY_MSG_SSDO_SLIM_SERVICE_RESPONSE ) == 0 ) ) in findFrame1Position()
/dports/net/wireshark/wireshark-3.6.1/epan/dissectors/
H A Dpacket-opensafety.c469 guint8 b_tempByte = 0;
518 b_tempByte = ( tvb_get_guint8 ( message_tvb, byte_offset + i_offset + 1 ) ) & 0xFC;
521 if ( ( ( b_tempByte ^ OPENSAFETY_MSG_SSDO_SLIM_SERVICE_REQUEST ) == 0 ) ||
522 ( ( b_tempByte ^ OPENSAFETY_MSG_SSDO_SLIM_SERVICE_RESPONSE ) == 0 ) )
/dports/net/tshark-lite/wireshark-3.6.1/epan/dissectors/
H A Dpacket-opensafety.c469 guint8 b_tempByte = 0; in findFrame1Position() local
518 b_tempByte = ( tvb_get_guint8 ( message_tvb, byte_offset + i_offset + 1 ) ) & 0xFC; in findFrame1Position()
521 if ( ( ( b_tempByte ^ OPENSAFETY_MSG_SSDO_SLIM_SERVICE_REQUEST ) == 0 ) || in findFrame1Position()
522 ( ( b_tempByte ^ OPENSAFETY_MSG_SSDO_SLIM_SERVICE_RESPONSE ) == 0 ) ) in findFrame1Position()
/dports/net/tshark/wireshark-3.6.1/epan/dissectors/
H A Dpacket-opensafety.c469 guint8 b_tempByte = 0; in findFrame1Position() local
518 b_tempByte = ( tvb_get_guint8 ( message_tvb, byte_offset + i_offset + 1 ) ) & 0xFC; in findFrame1Position()
521 if ( ( ( b_tempByte ^ OPENSAFETY_MSG_SSDO_SLIM_SERVICE_REQUEST ) == 0 ) || in findFrame1Position()
522 ( ( b_tempByte ^ OPENSAFETY_MSG_SSDO_SLIM_SERVICE_RESPONSE ) == 0 ) ) in findFrame1Position()