From 6913fe06ba53fcde39de907b4c5ecd55ef9eb0c8 Mon Sep 17 00:00:00 2001 From: Guy Harris Date: Thu, 6 Dec 2012 23:43:00 +0000 Subject: Revert previous change - maybe we shouldn't enable -Wshadow with crufty old GCCs that complain about that. svn path=/trunk/; revision=46432 --- epan/dissectors/packet-afs.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'epan/dissectors/packet-afs.c') diff --git a/epan/dissectors/packet-afs.c b/epan/dissectors/packet-afs.c index 7ebec9f126..f1f937bd35 100644 --- a/epan/dissectors/packet-afs.c +++ b/epan/dissectors/packet-afs.c @@ -1545,7 +1545,7 @@ dissect_afs(tvbuff_t *tvb, packet_info *pinfo, proto_tree *tree) int offset = 0; nstime_t delta_ts; - void (*dissector)(tvbuff_t *, struct rxinfo *, proto_tree *, int, int); + void (*dissector)(tvbuff_t *tvb, struct rxinfo *rxinfo, proto_tree *tree, int offset, int opcode); col_set_str(pinfo->cinfo, COL_PROTOCOL, "AFS (RX)"); -- cgit v1.2.3