aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-gnm.c
diff options
context:
space:
mode:
authorkukosa <kukosa@f5534014-38df-0310-8fa8-9805f1628bb7>2007-05-03 11:37:47 +0000
committerkukosa <kukosa@f5534014-38df-0310-8fa8-9805f1628bb7>2007-05-03 11:37:47 +0000
commit149e42e4c31b52529e7eea8bbde44e907a43c35a (patch)
tree27c36f52c7ad89356ebd904cc2406a3a08bb5e97 /epan/dissectors/packet-gnm.c
parente4992d2cb6e76e070a1177de7ba3571493f07a59 (diff)
EXTERNAL type is handled in asn2wrs now
private implementations were renamed EXTERNAL -> EXTERNALt git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@21662 f5534014-38df-0310-8fa8-9805f1628bb7
Diffstat (limited to 'epan/dissectors/packet-gnm.c')
-rw-r--r--epan/dissectors/packet-gnm.c9
1 files changed, 8 insertions, 1 deletions
diff --git a/epan/dissectors/packet-gnm.c b/epan/dissectors/packet-gnm.c
index 84ee240706..df32c1af14 100644
--- a/epan/dissectors/packet-gnm.c
+++ b/epan/dissectors/packet-gnm.c
@@ -1,6 +1,6 @@
/* Do not modify this file. */
/* It is created automatically by the ASN.1 to Wireshark dissector compiler */
-/* ./packet-gnm.c */
+/* .\packet-gnm.c */
/* ../../tools/asn2wrs.py -b -e -p gnm -c gnm.cnf -s packet-gnm-template GNM.asn */
/* Input file: packet-gnm-template.c */
@@ -2010,6 +2010,13 @@ dissect_gnm_ConnectInformation(gboolean implicit_tag _U_, tvbuff_t *tvb _U_, int
}
+static const value_string gnm_ConnectorType_vals[] = {
+ { 1, "fcConnectorType" },
+ { 2, "lcConnectorType" },
+ { 3, "scConnectorType" },
+ { 0, NULL }
+};
+
static int
dissect_gnm_ConnectorType(gboolean implicit_tag _U_, tvbuff_t *tvb _U_, int offset _U_, packet_info *pinfo _U_, proto_tree *tree _U_, int hf_index _U_) {