aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-afs.c
diff options
context:
space:
mode:
authorGuy Harris <guy@alum.mit.edu>2012-12-06 23:43:00 +0000
committerGuy Harris <guy@alum.mit.edu>2012-12-06 23:43:00 +0000
commit6913fe06ba53fcde39de907b4c5ecd55ef9eb0c8 (patch)
tree22711cb515ce94d6c7018c219cdce593c5b77e4e /epan/dissectors/packet-afs.c
parenteed1e3c91b2c96ca68ce00824ea14b741242a145 (diff)
Revert previous change - maybe we shouldn't enable -Wshadow with crufty
old GCCs that complain about that. svn path=/trunk/; revision=46432
Diffstat (limited to 'epan/dissectors/packet-afs.c')
-rw-r--r--epan/dissectors/packet-afs.c2
1 files changed, 1 insertions, 1 deletions
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)");