aboutsummaryrefslogtreecommitdiffstats
path: root/asn1
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 /asn1
parentac90099d13facb856403fa972cc128059b407e19 (diff)
Make sure the size of dialedDigits matches the ASN.1 definition.
svn path=/trunk/; revision=15540
Diffstat (limited to 'asn1')
-rw-r--r--asn1/h225/packet-h225-template.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/asn1/h225/packet-h225-template.h b/asn1/h225/packet-h225-template.h
index b7b7c0667b..a456ce7b69 100644
--- a/asn1/h225/packet-h225-template.h
+++ b/asn1/h225/packet-h225-template.h
@@ -65,7 +65,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;