Fixed data type for asciibuf.

svn path=/trunk/; revision=30608
This commit is contained in:
Stig Bjørlykke 2009-10-18 21:29:17 +00:00
parent f0cada596a
commit de88ead3bc
1 changed files with 2 additions and 2 deletions

View File

@ -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;
/*