Wireshark 4.5.0
The Wireshark network protocol analyzer
Loading...
Searching...
No Matches
crc8-tvb.h
Go to the documentation of this file.
1
33#ifndef __CRC8_TVB_H__
34#define __CRC8_TVB_H__
35
36extern bool check_fcs(tvbuff_t *p, uint8_t len, uint8_t offset, uint8_t received_fcs);
37extern uint8_t get_crc8_ieee8023_epon(tvbuff_t *p, uint8_t len, uint8_t offset);
38
39#endif /* __CRC8_TVB_H__ */
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:35