summaryrefslogtreecommitdiff
path: root/wiretap/iseries.c
diff options
context:
space:
mode:
authorMartin Mathieson <martin.r.mathieson@googlemail.com>2008-05-08 09:37:11 +0000
committerMartin Mathieson <martin.r.mathieson@googlemail.com>2008-05-08 09:37:11 +0000
commit7e40100fb3071f2be6e8e00643b73f352452dcd8 (patch)
tree563ae560a8d24603321e98f27ef2b2aa05952e52 /wiretap/iseries.c
parent723f40845eed18879f3c655656dcb49f1839a322 (diff)
downloadwireshark-7e40100fb3071f2be6e8e00643b73f352452dcd8.tar.gz
From Anders: Checkapi enabled for wiretap and more functions converted.
svn path=/trunk/; revision=25257
Diffstat (limited to 'wiretap/iseries.c')
-rw-r--r--wiretap/iseries.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/wiretap/iseries.c b/wiretap/iseries.c
index 8c7b970b64..50dc412c8a 100644
--- a/wiretap/iseries.c
+++ b/wiretap/iseries.c
@@ -275,7 +275,7 @@ iseries_check_file_type (wtap * wth, int *err, int format)
{
iseries_UNICODE_to_ASCII ((guint8 *)buf, ISERIES_LINE_LENGTH);
}
- g_strup(buf);
+ g_ascii_strup(buf,ISERIES_LINE_LENGTH);
num_items_scanned = sscanf (buf,
" OBJECT PROTOCOL . . . . . . : %8s",
protocol);