diff options
Diffstat (limited to 'epan/dissectors/packet-bicc_mst.h')
-rw-r--r-- | epan/dissectors/packet-bicc_mst.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/epan/dissectors/packet-bicc_mst.h b/epan/dissectors/packet-bicc_mst.h index ec0b4807..a3564972 100644 --- a/epan/dissectors/packet-bicc_mst.h +++ b/epan/dissectors/packet-bicc_mst.h @@ -7,8 +7,8 @@ #ifndef __PACKET_BICC_MST_H__ #define __PACKET_BICC_MST_H__ -guint -dissect_bicc_mst_lcls_gcr(tvbuff_t *tvb, proto_tree *tree, guint32 offset, guint len); +unsigned +dissect_bicc_mst_lcls_gcr(tvbuff_t *tvb, proto_tree *tree, uint32_t offset, unsigned len); #endif |