aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors
diff options
context:
space:
mode:
authorGerald Combs <gerald@wireshark.org>2005-08-26 15:46:53 +0000
committerGerald Combs <gerald@wireshark.org>2005-08-26 15:46:53 +0000
commitb70ea47464f3fe6c9e2060ca39973cd3af257d25 (patch)
treeb2046f1a1fc7c62d1bec861bd1352a57ba0aafae /epan/dissectors
parentac90099d13facb856403fa972cc128059b407e19 (diff)
Make sure the size of dialedDigits matches the ASN.1 definition.
svn path=/trunk/; revision=15540
Diffstat (limited to 'epan/dissectors')
-rw-r--r--epan/dissectors/packet-h225.c2
-rw-r--r--epan/dissectors/packet-h225.h2
2 files changed, 2 insertions, 2 deletions
diff --git a/epan/dissectors/packet-h225.c b/epan/dissectors/packet-h225.c
index 9ec2b5c06d..ca59b72fcb 100644
--- a/epan/dissectors/packet-h225.c
+++ b/epan/dissectors/packet-h225.c
@@ -1,6 +1,6 @@
/* Do not modify this file. */
/* It is created automatically by the ASN.1 to Ethereal dissector compiler */
-/* .\packet-h225.c */
+/* ./packet-h225.c */
/* ../../tools/asn2eth.py -X -e -p h225 -c h225.cnf -s packet-h225-template h225.asn */
/* Input file: packet-h225-template.c */
diff --git a/epan/dissectors/packet-h225.h b/epan/dissectors/packet-h225.h
index 0dc6be9fc4..68a98bd1f4 100644
--- a/epan/dissectors/packet-h225.h
+++ b/epan/dissectors/packet-h225.h
@@ -72,7 +72,7 @@ typedef struct _h225_packet_info {
gboolean is_h245Tunneling;
guint32 h245_address;
guint16 h245_port;
- gchar dialedDigits[64]; /* Dialed Digits in the LRQ and LCF used for voip analysis */
+ gchar dialedDigits[129]; /* Dialed Digits in the LRQ and LCF used for voip analysis */
gboolean is_destinationInfo;
gchar frame_label[50]; /* the Fram label used by graph_analysis, what is a abreviation of cinfo */
} h225_packet_info;