aboutsummaryrefslogtreecommitdiffstats
path: root/packet-h245.h
diff options
context:
space:
mode:
authorGuy Harris <guy@alum.mit.edu>2003-09-26 22:20:08 +0000
committerGuy Harris <guy@alum.mit.edu>2003-09-26 22:20:08 +0000
commitc2e71cb70b4ab83de1753f4c1b037fa5be197662 (patch)
treebc25241a0da9687760fcbe9420de1ef3d609f8c4 /packet-h245.h
parentae3aa9d05b81f0e9e3bd742a29ef60f79d85c367 (diff)
From Tomas Kukosa:
1) string tables for t35CountryCode, t35Extension and h221ManufacturerCode were moved into the new file t35.c because they are common for more dissectors 2) the dissect_h245_NonStandardParameter_with_extension_marker() was moved from h245 to h225 and renamed to dissect_h225_NonStandardParameter() because the NonStandardData type is different for H.225.0 and H.245 3) type of the "h245.nsp.object" dissector table was changed from FT_UINT32 to FT_STRING, so it can select a dissector based on an OID rather than the Adler-32 hash of an OID 4) the "h225.nsp.object" and "h225.nsp.h221" dissector tables were created svn path=/trunk/; revision=8550
Diffstat (limited to 'packet-h245.h')
-rw-r--r--packet-h245.h4
1 files changed, 1 insertions, 3 deletions
diff --git a/packet-h245.h b/packet-h245.h
index e365e7bebd..dde2b6366b 100644
--- a/packet-h245.h
+++ b/packet-h245.h
@@ -2,7 +2,7 @@
* Routines for H.245 packet dissection
* 2003 Ronnie Sahlberg
*
- * $Id: packet-h245.h,v 1.4 2003/08/26 21:44:35 sahlberg Exp $
+ * $Id: packet-h245.h,v 1.5 2003/09/26 22:20:07 guy Exp $
*
* Ethereal - Network traffic analyzer
* By Gerald Combs <gerald@ethereal.com>
@@ -31,8 +31,6 @@ extern int dissect_h245_h221NonStandard(tvbuff_t *tvb, int offset, packet_info *
extern int dissect_h245_NonStandardParameter(tvbuff_t *tvb, int offset, packet_info *pinfo, proto_tree *tree);
-extern int dissect_h245_NonStandardParameter_with_extension_marker(tvbuff_t *tvb, int offset, packet_info *pinfo, proto_tree *tree);
-
extern int dissect_h245_T38FaxProfile(tvbuff_t *tvb, int offset, packet_info *pinfo, proto_tree *tree);
extern int dissect_h245_DataProtocolCapability(tvbuff_t *tvb, int offset, packet_info *pinfo, proto_tree *tree);