aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-rwall.c
diff options
context:
space:
mode:
authorMichael Mann <mmann78@netscape.net>2015-07-01 07:33:02 -0400
committerAnders Broman <a.broman58@gmail.com>2015-07-02 08:54:10 +0000
commitb68a0ed42e26aaa7f30b47657311c187c8e02114 (patch)
tree0731ab045fd6d7a43c2a9a8d280d0c4a9e2ac3e7 /epan/dissectors/packet-rwall.c
parent9d8b81012700bda095418dd7f1f7d15b94809cab (diff)
Replace RPC "dissect_function_t" function signature with "new style" dissector function signature.
This paves the way for using dissector tables. Change-Id: I88ac165ef9aa5bf5c05e1115f7321e18e734d683 Reviewed-on: https://code.wireshark.org/review/9453 Reviewed-by: Anders Broman <a.broman58@gmail.com>
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[] = {