aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-h225.h
diff options
context:
space:
mode:
authorAnders Broman <anders.broman@ericsson.com>2005-01-19 22:44:09 +0000
committerAnders Broman <anders.broman@ericsson.com>2005-01-19 22:44:09 +0000
commitd80fae9ab9f2b3b8b919c4d384021d5d486d0964 (patch)
tree525c4302b62b78b2b4d80d56258d4a5db47cf52d /epan/dissectors/packet-h225.h
parent3fc09d6c18ac0f36534ad95ed51d6edca8c4ec99 (diff)
Attempt to reimplement "non standard data/parameter" and "tunnelled
protocol" svn path=/trunk/; revision=13123
Diffstat (limited to 'epan/dissectors/packet-h225.h')
-rw-r--r--epan/dissectors/packet-h225.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/epan/dissectors/packet-h225.h b/epan/dissectors/packet-h225.h
index e8b3707b46..172618e380 100644
--- a/epan/dissectors/packet-h225.h
+++ b/epan/dissectors/packet-h225.h
@@ -98,6 +98,7 @@ int dissect_h225_ScreeningIndicator(tvbuff_t *tvb, int offset, packet_info *pinf
int dissect_h225_NonStandardParameter(tvbuff_t *tvb, int offset, packet_info *pinfo, proto_tree *tree, int hf_index);
int dissect_h225_AliasAddress(tvbuff_t *tvb, int offset, packet_info *pinfo, proto_tree *tree, int hf_index);
int dissect_h225_PartyNumber(tvbuff_t *tvb, int offset, packet_info *pinfo, proto_tree *tree, int hf_index);
+int dissect_h225_CallIdentifier(tvbuff_t *tvb, int offset, packet_info *pinfo, proto_tree *tree, int hf_index);
int dissect_h225_RasMessage(tvbuff_t *tvb, int offset, packet_info *pinfo, proto_tree *tree, int hf_index);
/*--- End of included file: packet-h225-exp.h ---*/