aboutsummaryrefslogtreecommitdiffstats
path: root/epan/crc6-tvb.c
diff options
context:
space:
mode:
Diffstat (limited to 'epan/crc6-tvb.c')
-rw-r--r--epan/crc6-tvb.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/epan/crc6-tvb.c b/epan/crc6-tvb.c
index 5f3306cb68..6f1ea742cf 100644
--- a/epan/crc6-tvb.c
+++ b/epan/crc6-tvb.c
@@ -23,11 +23,11 @@ crc6_compute_tvb(tvbuff_t *tvb, int len)
tvb_ensure_bytes_exist(tvb, 0, len); /* len == -1 not allowed */
buf = tvb_get_ptr(tvb, 0, len);
- return crc6_compute(buf, len);
+ return crc6_0X6F(0, buf, len);
}
/*
- * Editor modelines - http://www.wireshark.org/tools/modelines.html
+ * Editor modelines - https://www.wireshark.org/tools/modelines.html
*
* Local variables:
* c-basic-offset: 4