aboutsummaryrefslogtreecommitdiffstats
path: root/packet-h225.c
diff options
context:
space:
mode:
authorRonnie Sahlberg <ronnie_sahlberg@ozemail.com.au>2003-10-17 07:45:20 +0000
committerRonnie Sahlberg <ronnie_sahlberg@ozemail.com.au>2003-10-17 07:45:20 +0000
commit4d97ee8e1ec59e2724ddb14525cc510b496c2a8a (patch)
tree7e44e23c170f521d77b72fbdc7eaf93da62b16a8 /packet-h225.c
parent121f855b6c7878e143a2aa341be9b9d651049586 (diff)
change the h225 emailid from a sequence of bytes to a string
svn path=/trunk/; revision=8722
Diffstat (limited to 'packet-h225.c')
-rw-r--r--packet-h225.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/packet-h225.c b/packet-h225.c
index 17dbb3224e..51900812d3 100644
--- a/packet-h225.c
+++ b/packet-h225.c
@@ -4,7 +4,7 @@
*
* Maintained by Andreas Sikkema (andreas.sikkema@philips.com)
*
- * $Id: packet-h225.c,v 1.16 2003/10/09 22:35:06 guy Exp $
+ * $Id: packet-h225.c,v 1.17 2003/10/17 07:45:20 sahlberg Exp $
*
* Ethereal - Network traffic analyzer
* By Gerald Combs <gerald@ethereal.com>
@@ -9023,7 +9023,7 @@ proto_register_h225(void)
{ "EndpointIdentifier", "h225.EndpointIdentifier", FT_STRING, BASE_HEX,
NULL, 0, "EndpointIdentifier BMPString", HFILL }},
{ &hf_h225_emailId,
- { "emailId", "h225.emailId", FT_BYTES, BASE_HEX,
+ { "emailId", "h225.emailId", FT_STRING, BASE_NONE,
NULL, 0, "emailId IA5String", HFILL }},
{ &hf_h225_conferenceAlias,
{ "conferenceAlias", "h225.conferenceAlias", FT_UINT32, BASE_DEC,