aboutsummaryrefslogtreecommitdiffstats
path: root/packet-h225.c
diff options
context:
space:
mode:
authorRonnie Sahlberg <ronnie_sahlberg@ozemail.com.au>2003-10-22 01:28:12 +0000
committerRonnie Sahlberg <ronnie_sahlberg@ozemail.com.au>2003-10-22 01:28:12 +0000
commit01d8f44de9ea01878c73f8ed99271c753ace2043 (patch)
treeaddc9b1559ea10cda99e15186b4a49017c1c2a0e /packet-h225.c
parent04674dc949928972e147370d5299bb52f915ddce (diff)
Fix to dissection of Mike's problem reported on ethereal-users
We did align to byte a bit too frequently inside dissect_per_octet_string Also change GroupIP.group from being a FT_BYTES into being FT_STRING svn path=/trunk/; revision=8744
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 7cf51ea2c9..63bc4306a7 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.18 2003/10/17 08:01:51 sahlberg Exp $
+ * $Id: packet-h225.c,v 1.19 2003/10/22 01:28:12 sahlberg Exp $
*
* Ethereal - Network traffic analyzer
* By Gerald Combs <gerald@ethereal.com>
@@ -9134,7 +9134,7 @@ proto_register_h225(void)
{ "member", "h225.GroupID_member", FT_NONE, BASE_NONE,
NULL, 0, "GroupID_member sequence of", HFILL }},
{ &hf_h225_GroupID_group,
- { "group", "h225.GroupID_group", FT_BYTES, BASE_HEX,
+ { "group", "h225.GroupID_group", FT_STRING, BASE_NONE,
NULL, 0, "GroupID_group IA5String", HFILL }},
{ &hf_h225_GroupID,
{ "GroupID", "h225.GroupID", FT_NONE, BASE_NONE,