From ed0cf1e0bb1f9b5bd617547e0381b1b11f482d1c Mon Sep 17 00:00:00 2001 From: Anders Broman Date: Sun, 8 Oct 2006 20:57:20 +0000 Subject: H248: Lost a line in last commit. ISUP Export a value string. svn path=/trunk/; revision=19454 --- epan/dissectors/packet-isup.h | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) (limited to 'epan/dissectors/packet-isup.h') diff --git a/epan/dissectors/packet-isup.h b/epan/dissectors/packet-isup.h index 1ce597d5c3..4e9688039e 100644 --- a/epan/dissectors/packet-isup.h +++ b/epan/dissectors/packet-isup.h @@ -24,6 +24,9 @@ * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. */ +#ifndef PACKET_ISUP_H +#define PACKET_ISUP_H + #define ISUP_MAX_NUM_MESSAGE_TYPES 256 typedef struct _isup_tap_rec_t { @@ -155,7 +158,7 @@ WS_VAR_IMPORT const value_string q850_cause_code_vals[]; extern const value_string isup_parameter_type_value[]; extern const value_string isup_transmission_medium_requirement_value[]; extern const value_string isup_calling_partys_category_value[]; - +extern const value_string bearer_network_connection_characteristics_vals[]; /* * Export dissection of some parameters */ @@ -168,3 +171,5 @@ void dissect_isup_original_called_number_parameter(tvbuff_t *parameter_tvb, prot void dissect_isup_redirecting_number_parameter(tvbuff_t *parameter_tvb, proto_tree *parameter_tree, proto_item *parameter_item); extern int dissect_codec_mode(proto_tree *tree, tvbuff_t *tvb, int offset, int len); + +#endif /* PACKET_ISUP_H */ \ No newline at end of file -- cgit v1.2.3