summaryrefslogtreecommitdiff
path: root/epan/dissectors/packet-rwall.c
diff options
context:
space:
mode:
Diffstat (limited to 'epan/dissectors/packet-rwall.c')
-rw-r--r--epan/dissectors/packet-rwall.c6
1 files changed, 2 insertions, 4 deletions
diff --git a/epan/dissectors/packet-rwall.c b/epan/dissectors/packet-rwall.c
index 6c1a5fd41f..c6a6306370 100644
--- a/epan/dissectors/packet-rwall.c
+++ b/epan/dissectors/packet-rwall.c
@@ -49,11 +49,9 @@ static header_field_info hfi_rwall_message RWALL_HFI_INIT = {
static gint ett_rwall = -1;
static int
-dissect_rwall_call(tvbuff_t *tvb, int offset, packet_info *pinfo _U_, proto_tree *tree, void* data _U_)
+dissect_rwall_call(tvbuff_t *tvb, packet_info *pinfo _U_, proto_tree *tree, void* data _U_)
{
- offset = dissect_rpc_string(tvb, tree, hfi_rwall_message.id, offset, NULL);
-
- return offset;
+ return dissect_rpc_string(tvb, tree, hfi_rwall_message.id, 0, NULL);
}
static const vsff rwall1_proc[] = {