aboutsummaryrefslogtreecommitdiffstats
path: root/wiretap/iseries.c
diff options
context:
space:
mode:
authorstig <stig@f5534014-38df-0310-8fa8-9805f1628bb7>2009-10-18 21:29:17 +0000
committerstig <stig@f5534014-38df-0310-8fa8-9805f1628bb7>2009-10-18 21:29:17 +0000
commit9ff7ffcf1236de3023e204f93008887cd4a01e91 (patch)
tree6bd943f6f24a0a853b7cccfe553e194bf143e0e5 /wiretap/iseries.c
parent2e78be709ccf3acdfcb77abc27018a535582bac5 (diff)
Fixed data type for asciibuf.
git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@30608 f5534014-38df-0310-8fa8-9805f1628bb7
Diffstat (limited to 'wiretap/iseries.c')
-rw-r--r--wiretap/iseries.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/wiretap/iseries.c b/wiretap/iseries.c
index eb786f9cf9..0d968d3c59 100644
--- a/wiretap/iseries.c
+++ b/wiretap/iseries.c
@@ -483,8 +483,8 @@ iseries_parse_packet (wtap * wth, FILE_T fh,
tcpheader[81];
char hex1[17], hex2[17], hex3[17], hex4[17];
char data[ISERIES_LINE_LENGTH * 2];
- guint8 *buf, *asciibuf;
- char *tcpdatabuf, *workbuf;
+ guint8 *buf;
+ char *tcpdatabuf, *workbuf, *asciibuf;
struct tm tm;
/*