Wireshark 4.7.0
The Wireshark network protocol analyzer
Loading...
Searching...
No Matches
crc8-tvb.h
Go to the documentation of this file.
1
22#pragma once
23
33extern bool check_fcs(tvbuff_t *p, uint8_t len, uint8_t offset, uint8_t received_fcs);
34
45WS_DLL_PUBLIC uint8_t get_crc8_ieee8023_epon(tvbuff_t *p, uint8_t len, uint8_t offset);
WS_DLL_PUBLIC uint8_t get_crc8_ieee8023_epon(tvbuff_t *p, uint8_t len, uint8_t offset)
Calculate CRC-8 IEEE 802.3 EoN for a given TVB buffer.
Definition crc8-tvb.c:74
bool check_fcs(tvbuff_t *p, uint8_t len, uint8_t offset, uint8_t received_fcs)
Check the final crc value(Receiver code) of a message.
Definition crc8-tvb.c:50
Core tvbuff (testy virtual buffer) structure representing a region of packet data,...
Definition tvbuff-int.h:95