Wireshark  4.3.0
The Wireshark network protocol analyzer
crc8-tvb.h
Go to the documentation of this file.
1 
33 #ifndef __CRC8_TVB_H__
34 #define __CRC8_TVB_H__
35 
36 extern gboolean check_fcs(tvbuff_t *p, guint8 len, guint8 offset, guint8 received_fcs);
37 extern guint8 get_crc8_ieee8023_epon(tvbuff_t *p, guint8 len, guint8 offset);
38 
39 #endif /* __CRC8_TVB_H__ */
gboolean check_fcs(tvbuff_t *p, guint8 len, guint8 offset, guint8 received_fcs)
Definition: crc8-tvb.c:50
Definition: tvbuff-int.h:35