aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-isup.h
diff options
context:
space:
mode:
authorAnders Broman <anders.broman@ericsson.com>2006-10-08 20:57:20 +0000
committerAnders Broman <anders.broman@ericsson.com>2006-10-08 20:57:20 +0000
commited0cf1e0bb1f9b5bd617547e0381b1b11f482d1c (patch)
treeaa7e6b350f0a68167a2c0af44f7112fced04ae29 /epan/dissectors/packet-isup.h
parentdaed1f10cdf4d289568204ce5d3066f94e91444f (diff)
H248:
Lost a line in last commit. ISUP Export a value string. svn path=/trunk/; revision=19454
Diffstat (limited to 'epan/dissectors/packet-isup.h')
-rw-r--r--epan/dissectors/packet-isup.h7
1 files changed, 6 insertions, 1 deletions
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