URL: https://code.wireshark.org/review/gitweb?p=wireshark.git;a=commit;h=fcc56c2b7f9c70ef14b016b1a40e132c9020de34
Submitter: Guy Harris (guy@xxxxxxxxxxxx)
Changed: branch: master
Repository: wireshark
Commits:
fcc56c2 by Dario Lombardo (lomato@xxxxxxxxx):
iseries: rework the read routine.
Change the way a line is read in iseries. Instead of reading a string
then convert it with atoi, parse it as an integer and convert it to
nsecs.
Change-Id: Id8e8e9866dbcef3b1612a608f9647bc490263dae
Reviewed-on: https://code.wireshark.org/review/17558
Petri-Dish: Dario Lombardo <lomato@xxxxxxxxx>
Tested-by: Petri Dish Buildbot <buildbot-no-reply@xxxxxxxxxxxxx>
Reviewed-by: Guy Harris <guy@xxxxxxxxxxxx>
Actions performed:
from 3d7524c Fix a test to work with Xcode 8.
adds fcc56c2 iseries: rework the read routine.
Summary of changes:
wiretap/iseries.c | 58 +++++++++++++++++++----------------------------------
1 file changed, 21 insertions(+), 37 deletions(-)