aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-asf.c
diff options
context:
space:
mode:
authorGuy Harris <guy@alum.mit.edu>2010-10-29 23:58:38 +0000
committerGuy Harris <guy@alum.mit.edu>2010-10-29 23:58:38 +0000
commit97b0de2fe8e5e332328051315ab9ef171fb75e97 (patch)
tree66977b6cbe6c07ee1765451fd7b2f1d8ab87113a /epan/dissectors/packet-asf.c
parent3b34edd4214b029741385b732699ebb890516bab (diff)
It never rejects a packet, so it's not a "new-style" dissector.
svn path=/trunk/; revision=34704
Diffstat (limited to 'epan/dissectors/packet-asf.c')
-rw-r--r--epan/dissectors/packet-asf.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/epan/dissectors/packet-asf.c b/epan/dissectors/packet-asf.c
index e42a0c263a..94faad9bf0 100644
--- a/epan/dissectors/packet-asf.c
+++ b/epan/dissectors/packet-asf.c
@@ -147,7 +147,7 @@ static void dissect_asf_payload_authentication(tvbuff_t *tvb, proto_tree *tree,
static void dissect_asf_payload_integrity(tvbuff_t *tvb, proto_tree *tree,
gint offset, gint len);
-static int
+static void
dissect_asf(tvbuff_t *tvb, packet_info *pinfo, proto_tree *tree)
{
proto_tree *asf_tree = NULL;
@@ -193,7 +193,6 @@ dissect_asf(tvbuff_t *tvb, packet_info *pinfo, proto_tree *tree)
break;
}
}
- return 8 + len;
}
static void dissect_asf_open_session_request(tvbuff_t *tvb, proto_tree *tree,