summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--wiretap/iseries.c4
1 files changed, 4 insertions, 0 deletions
diff --git a/wiretap/iseries.c b/wiretap/iseries.c
index de29446193..29fc5332bd 100644
--- a/wiretap/iseries.c
+++ b/wiretap/iseries.c
@@ -191,6 +191,10 @@ static int iseries_UNICODE_to_ASCII (guint8 * buf, guint bytes);
static gboolean iseries_parse_hex_string (const char * ascii, guint8 * buf,
size_t len);
+/*
+ * XXX - it would probably be cleaner to use a UCS-2 flavor of file_gets(),
+ * rather than file_gets(), if we're reading a UCS-2 file.
+ */
wtap_open_return_val
iseries_open (wtap * wth, int *err, gchar ** err_info)
{