aboutsummaryrefslogtreecommitdiffstats
path: root/packet-h225.c
diff options
context:
space:
mode:
authorRonnie Sahlberg <ronnie_sahlberg@ozemail.com.au>2003-10-17 08:01:51 +0000
committerRonnie Sahlberg <ronnie_sahlberg@ozemail.com.au>2003-10-17 08:01:51 +0000
commit9b3ff4fced0ab8feb29faa5794a7efde5bd4ea8b (patch)
tree55ec5bfa1a2b7ef0ac1ab795fa9a25feaa62a7f9 /packet-h225.c
parent4d97ee8e1ec59e2724ddb14525cc510b496c2a8a (diff)
destinationType is an EndPointType and NOT an EndPoint
svn path=/trunk/; revision=8723
Diffstat (limited to 'packet-h225.c')
-rw-r--r--packet-h225.c14
1 files changed, 7 insertions, 7 deletions
diff --git a/packet-h225.c b/packet-h225.c
index 51900812d3..7cf51ea2c9 100644
--- a/packet-h225.c
+++ b/packet-h225.c
@@ -4,7 +4,7 @@
*
* Maintained by Andreas Sikkema (andreas.sikkema@philips.com)
*
- * $Id: packet-h225.c,v 1.17 2003/10/17 07:45:20 sahlberg Exp $
+ * $Id: packet-h225.c,v 1.18 2003/10/17 08:01:51 sahlberg Exp $
*
* Ethereal - Network traffic analyzer
* By Gerald Combs <gerald@ethereal.com>
@@ -5333,6 +5333,12 @@ dissect_h225_EndPointType(tvbuff_t *tvb, int offset, packet_info *pinfo, proto_t
return offset;
}
static int
+dissect_h225_destinationType(tvbuff_t *tvb, int offset, packet_info *pinfo, proto_tree *tree)
+{
+ offset=dissect_per_sequence(tvb, offset, pinfo, tree, hf_h225_destinationType, ett_h225_EndPointType, EndPointType_sequence);
+ return offset;
+}
+static int
dissect_h225_terminalType(tvbuff_t *tvb, int offset, packet_info *pinfo, proto_tree *tree)
{
offset=dissect_per_sequence(tvb, offset, pinfo, tree, hf_h225_terminalType, ett_h225_EndPointType, EndPointType_sequence);
@@ -5520,12 +5526,6 @@ dissect_h225_EndPoint(tvbuff_t *tvb, int offset, packet_info *pinfo, proto_tree
offset=dissect_per_sequence(tvb, offset, pinfo, tree, hf_h225_EndPoint, ett_h225_EndPoint, EndPoint_sequence);
return offset;
}
-static int
-dissect_h225_destinationType(tvbuff_t *tvb, int offset, packet_info *pinfo, proto_tree *tree)
-{
- offset=dissect_per_sequence(tvb, offset, pinfo, tree, hf_h225_destinationType, ett_h225_EndPoint, EndPoint_sequence);
- return offset;
-}
static int