Wireshark 4.7.0
The Wireshark network protocol analyzer
Loading...
Searching...
No Matches
crc8-tvb.h
Go to the documentation of this file.
1
32#pragma once
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)
Definition crc8-tvb.c:50
Definition tvbuff-int.h:33