aboutsummaryrefslogtreecommitdiffstats
path: root/asn1
diff options
context:
space:
mode:
authorguy <guy@f5534014-38df-0310-8fa8-9805f1628bb7>2005-01-09 00:01:55 +0000
committerguy <guy@f5534014-38df-0310-8fa8-9805f1628bb7>2005-01-09 00:01:55 +0000
commitf739a5e762ece87a77cfe9a0b7ff3fd7aa6c273c (patch)
treeb0d90040b2851f8ae733fdac929263aacc334532 /asn1
parentc64183cc5f0b4d3bf96de2f874fb829014dbd159 (diff)
Properly declare "dissect_h245()" and "dissect_h245_h245()" as returning
nothing. git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@12998 f5534014-38df-0310-8fa8-9805f1628bb7
Diffstat (limited to 'asn1')
-rw-r--r--asn1/h245/packet-h245-template.c6
1 files changed, 4 insertions, 2 deletions
diff --git a/asn1/h245/packet-h245-template.c b/asn1/h245/packet-h245-template.c
index 404cc69981..a601825fb5 100644
--- a/asn1/h245/packet-h245-template.c
+++ b/asn1/h245/packet-h245-template.c
@@ -2,7 +2,7 @@
* Routines for h245 packet dissection
* Copyright 2004, Anders Broman <anders.broman@ericsson.com>
*
- * $Id: packet-h245_asn1-template.c 12203 2004-10-05 09:18:55Z guy $
+ * $Id$
*
* Ethereal - Network traffic analyzer
* By Gerald Combs <gerald@ethereal.com>
@@ -191,7 +191,7 @@ int proto_h245 = -1;
#include "packet-h245-fn.c"
-
+void
dissect_h245(tvbuff_t *tvb, packet_info *pinfo, proto_tree *parent_tree)
{
reset_h245_packet_info(&(h245_pi));
@@ -201,6 +201,8 @@ dissect_h245(tvbuff_t *tvb, packet_info *pinfo, proto_tree *parent_tree)
tap_queue_packet(h245_tap, pinfo, &h245_pi);
}
+
+void
dissect_h245_h245(tvbuff_t *tvb, packet_info *pinfo, proto_tree *parent_tree)
{
proto_item *it;