URL: https://code.wireshark.org/review/gitweb?p=wireshark.git;a=commit;h=dcdf46a677d727a565c83bdb9b22230e9bdb6808
Submitter: Guy Harris (guy@xxxxxxxxxxxx)
Changed: branch: master-1.10
Repository: wireshark
Commits:
dcdf46a by Gerald Combs (gerald@xxxxxxxxxxxxx):
Squelch a bunch of shorten-64-to-32 warnings by parsing all of our
numeric values using strtoul and casting it the result to a guint32.
Hopefully no user or session IDs are negative or greater than 32 bits.
Change-Id: Iac7c257855771cbe3e52591462e3fd9ecd3d3f2e
Reviewed-on: https://code.wireshark.org/review/8657
Reviewed-by: Guy Harris <guy@xxxxxxxxxxxx>
Actions performed:
from 4f018e2 [Automatic update for 2015-05-24]
adds dcdf46a Squelch a bunch of shorten-64-to-32 warnings by parsing all of our numeric values using strtoul and casting it the result to a guint32. Hopefully no user or session IDs are negative or greater than 32 bits.
Summary of changes:
wiretap/ascend_scanner.l | 30 ++++++++++++++++--------------
1 file changed, 16 insertions(+), 14 deletions(-)