aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-h225.h
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/packet-h225.h
parentac90099d13facb856403fa972cc128059b407e19 (diff)
Make sure the size of dialedDigits matches the ASN.1 definition.
svn path=/trunk/; revision=15540
Diffstat (limited to 'epan/dissectors/packet-h225.h')
-rw-r--r--epan/dissectors/packet-h225.h2
1 files changed, 1 insertions, 1 deletions
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;