aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-h225.h
diff options
context:
space:
mode:
authorAnders Broman <anders.broman@ericsson.com>2005-01-13 21:12:06 +0000
committerAnders Broman <anders.broman@ericsson.com>2005-01-13 21:12:06 +0000
commit1fb480bcfe2e75258c21a71b64050cd0c8c44376 (patch)
tree4cc2e389dbdd6ca3a7df6a40355767b2c528f724 /epan/dissectors/packet-h225.h
parentda8af3c793fc3658aaee78579af4bcd29d01ca9c (diff)
Some minor bugfixes to H225 functions exported and an OID added and one OID for H245
svn path=/trunk/; revision=13024
Diffstat (limited to 'epan/dissectors/packet-h225.h')
-rw-r--r--epan/dissectors/packet-h225.h6
1 files changed, 6 insertions, 0 deletions
diff --git a/epan/dissectors/packet-h225.h b/epan/dissectors/packet-h225.h
index 1badf4e8b2..720525e0e5 100644
--- a/epan/dissectors/packet-h225.h
+++ b/epan/dissectors/packet-h225.h
@@ -77,8 +77,11 @@ typedef struct _h225_packet_info {
ETH_VAR_IMPORT const value_string T_h323_message_body_vals[];
ETH_VAR_IMPORT const value_string ReleaseCompleteReason_vals[];
+extern const value_string h225_PresentationIndicator_vals[];
+extern const value_string h225_ScreeningIndicator_vals[];
ETH_VAR_IMPORT const value_string FacilityReason_vals[];
extern const value_string AliasAddress_vals[];
+extern const value_string h225_PartyNumber_vals[];
ETH_VAR_IMPORT const value_string RasMessage_vals[];
ETH_VAR_IMPORT const value_string GatekeeperRejectReason_vals[];
ETH_VAR_IMPORT const value_string RegistrationRejectReason_vals[];
@@ -90,8 +93,11 @@ ETH_VAR_IMPORT const value_string LocationRejectReason_vals[];
ETH_VAR_IMPORT const value_string DisengageReason_vals[];
ETH_VAR_IMPORT const value_string DisengageRejectReason_vals[];
ETH_VAR_IMPORT const value_string InfoRequestNakReason_vals[];
+int dissect_h225_PresentationIndicator(tvbuff_t *tvb, int offset, packet_info *pinfo, proto_tree *tree, int hf_index);
+int dissect_h225_ScreeningIndicator(tvbuff_t *tvb, int offset, packet_info *pinfo, proto_tree *tree, int hf_index);
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_RasMessage(tvbuff_t *tvb, int offset, packet_info *pinfo, proto_tree *tree, int hf_index);
/*--- End of included file: packet-H225-exp.h ---*/