aboutsummaryrefslogtreecommitdiffstats
path: root/epan/g_int64_hash_routines.h
AgeCommit message (Collapse)AuthorFilesLines
2015-02-16Fix declaration and export the routines.Guy Harris1-3/+5
Add a missing semicolon, and export the routines with WS_DLL_PUBLIC, so they can be used by plugins. Change-Id: Iaf52e70ce9fbfce3cfa675c453b7d39a0341dfeb Reviewed-on: https://code.wireshark.org/review/7184 Reviewed-by: Guy Harris <guy@alum.mit.edu>
2015-02-16Put the 64-bit hash routines into a common file.Guy Harris1-0/+43
Some or all are used by the Infiniband, MBIM, and RSVD dissectors; put them into a common source file, with a header for them, and just include the header in the dissectors. Change-Id: I724f0c2232ba751ccbd491222af6f03bafd6d63c Reviewed-on: https://code.wireshark.org/review/7182 Reviewed-by: Guy Harris <guy@alum.mit.edu>