aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-rsvd.c
diff options
context:
space:
mode:
authorGuy Harris <guy@alum.mit.edu>2015-02-16 11:32:39 -0800
committerGuy Harris <guy@alum.mit.edu>2015-02-16 19:33:57 +0000
commitcfb1bc3bb44d6b5a12eac28905b02e6a3a60d17b (patch)
tree6e75b150888d6a67bd76af6dc667527b809ca770 /epan/dissectors/packet-rsvd.c
parent4765bbc2a906a6ce4f141aa5beb46c553b4667bd (diff)
Put the 64-bit hash routines into a common file.
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>
Diffstat (limited to 'epan/dissectors/packet-rsvd.c')
-rw-r--r--epan/dissectors/packet-rsvd.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/epan/dissectors/packet-rsvd.c b/epan/dissectors/packet-rsvd.c
index f5049d9a14..d19c9d5958 100644
--- a/epan/dissectors/packet-rsvd.c
+++ b/epan/dissectors/packet-rsvd.c
@@ -30,6 +30,7 @@
#include <epan/conversation.h>
#include <epan/packet.h>
+#include <epan/g_int64_hash_routines.h>
#include "packet-scsi.h"
void proto_reg_handoff_rsvd(void);