aboutsummaryrefslogtreecommitdiffstats
path: root/epan/libwireshark.def
diff options
context:
space:
mode:
authorMichael Mann <mmann78@netscape.net>2012-10-31 20:09:05 +0000
committerMichael Mann <mmann78@netscape.net>2012-10-31 20:09:05 +0000
commit4b0a6ca955e0807354af2a0a67f5ef3ae4f91ebe (patch)
tree9ff8367b5fcb4878c9b33f0e641de56c71243c6d /epan/libwireshark.def
parent0c24f376ca2eaa6e8d609b25b3846855ba10c111 (diff)
Add CRC verification to Modbus RTU dissector. CRC algorithm is the same as the "crc16-plain" with a different initial CRC (0xFFFF instead of 0). Created crc16_plain_tvb_offset_seed to "replace" crc16_plain_tvb_offset, but didn't remove crc16_plain_tvb_offset for backwards compatibility worries. Updated only dissector that used crc16_plain_tvb_offset (profinet/packet-pn-rt.c) to use crc16_plain_tvb_offset_seed(..., 0)
svn path=/trunk/; revision=45854
Diffstat (limited to 'epan/libwireshark.def')
-rw-r--r--epan/libwireshark.def1
1 files changed, 1 insertions, 0 deletions
diff --git a/epan/libwireshark.def b/epan/libwireshark.def
index 28eaadad69..ffffe1b042 100644
--- a/epan/libwireshark.def
+++ b/epan/libwireshark.def
@@ -116,6 +116,7 @@ copy_file_binary_mode
copy_persconffile_profile
crc16_ccitt_tvb
crc16_plain_tvb_offset
+crc16_plain_tvb_offset_seed
crc16_ccitt_tvb_offset
crc16_ccitt_tvb_offset_seed
crc16_ccitt_tvb_seed