wireshark/epan/crcdrm.h
Anders Broman 1509562c0f From Julian Cable:
New dissector for ETSI DCP (ETSI TS 102 821).

Code rearranged to look more like other Wireshark dissectors and some warnings/errors
on Windows fixed.

svn path=/trunk/; revision=19981
2006-11-25 13:03:48 +00:00

8 lines
170 B
C

#ifndef _CRCDRM_H
#include <stdlib.h>
unsigned long crc_drm(const char *data, size_t bytesize,
unsigned short num_crc_bits, unsigned long crc_gen, int invert);
#endif