33extern bool check_fcs(
tvbuff_t *p, uint8_t len, uint8_t offset, uint8_t received_fcs);
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)
Definition crc8-tvb.c:50
Definition tvbuff-int.h:33