aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/file-rbm.h
diff options
context:
space:
mode:
authorDario Lombardo <lomato@gmail.com>2018-06-13 14:44:25 +0200
committerDario Lombardo <lomato@gmail.com>2018-06-16 20:34:04 +0000
commit9055584dcec4c58ac23b6e98842a9bf47a61a2ef (patch)
treedb90da16dc9671c274610be40f4a63f6a3de2010 /epan/dissectors/file-rbm.h
parent580b2e13f104a4890451664f9018ca60902300fb (diff)
rbm: improve fields layout and decode more types.
Change-Id: Ib16118e9c0ce5b612ae1dcb6c678224a79889a93 Reviewed-on: https://code.wireshark.org/review/28287 Reviewed-by: Alexis La Goutte <alexis.lagoutte@gmail.com> Petri-Dish: Dario Lombardo <lomato@gmail.com> Tested-by: Petri Dish Buildbot Reviewed-by: Dario Lombardo <lomato@gmail.com>
Diffstat (limited to 'epan/dissectors/file-rbm.h')
-rw-r--r--epan/dissectors/file-rbm.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/epan/dissectors/file-rbm.h b/epan/dissectors/file-rbm.h
index 30dd881a9d..b8469c7d41 100644
--- a/epan/dissectors/file-rbm.h
+++ b/epan/dissectors/file-rbm.h
@@ -12,7 +12,7 @@
#define __FILE_RBM_H__
// Dissect one ruby marshal object
-gchar* dissect_rbm_inline(tvbuff_t* tvb, packet_info* pinfo, proto_tree* tree, gint* offset);
+void dissect_rbm_inline(tvbuff_t* tvb, packet_info* pinfo, proto_tree* tree, gint* offset, gchar** type, gchar** value);
// Extract a ruby marshal integer
void get_rbm_integer(tvbuff_t* tvb, guint offset, gint32* value, guint* len);