aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-mpeg-sect.h
diff options
context:
space:
mode:
authorPascal Quantin <pascal.quantin@gmail.com>2012-05-29 21:36:39 +0000
committerPascal Quantin <pascal.quantin@gmail.com>2012-05-29 21:36:39 +0000
commit3f07cc05bcc816a2ff95466b023e3d9f4c7fe733 (patch)
tree0a464035d58de9b9a7fc4b894182064803c66c42 /epan/dissectors/packet-mpeg-sect.h
parent0e557f4421ede21056234dee33523749d73de852 (diff)
From Martin Kaiser via https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=7301:
Dissector for DVB Application Information Table (AIT) svn path=/trunk/; revision=42903
Diffstat (limited to 'epan/dissectors/packet-mpeg-sect.h')
-rw-r--r--epan/dissectors/packet-mpeg-sect.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/epan/dissectors/packet-mpeg-sect.h b/epan/dissectors/packet-mpeg-sect.h
index 9339d3a21d..69f46e3303 100644
--- a/epan/dissectors/packet-mpeg-sect.h
+++ b/epan/dissectors/packet-mpeg-sect.h
@@ -61,7 +61,7 @@ packet_mpeg_sect_header_extra(tvbuff_t *tvb, guint offset, proto_tree *tree,
/*
* Used to process the mpeg CRC information & report erorrs found with it.
*/
-extern void
+extern guint
packet_mpeg_sect_crc(tvbuff_t *tvb, packet_info *pinfo,
proto_tree *tree, guint start, guint end);
#endif