Wireshark-commits: [Wireshark-commits] master 2ba0ea3: Fix the conversion of milliseconds to second

From: Wireshark code review <code-review-do-not-reply@xxxxxxxxxxxxx>
Date: Sun, 16 Aug 2015 19:34:56 +0000 (UTC)
URL: https://code.wireshark.org/review/gitweb?p=wireshark.git;a=commit;h=2ba0ea372214b271010578d4ae269728c191620a
Submitter: Guy Harris (guy@xxxxxxxxxxxx)
Changed: branch: master
Repository: wireshark

Commits:

2ba0ea3 by Guy Harris (guy@xxxxxxxxxxxx):

    Fix the conversion of milliseconds to seconds and nanoseconds.
    
    1 millisecond = 1000000 nanoseconds, not 1000 nanoseconds, and
    nstime->nsecs is nanoseconds, not microseconds.
    
    Change-Id: I6925ff80f6443015f83ca00bad2a347d10eadd7c
    Reviewed-on: https://code.wireshark.org/review/10060
    Reviewed-by: Guy Harris <guy@xxxxxxxxxxxx>
    

Actions performed:

    from  8b8d378   AMQP 1.0: Fix OSX build errors
    adds  2ba0ea3   Fix the conversion of milliseconds to seconds and nanoseconds.


Summary of changes:
 epan/dissectors/packet-amqp.c |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)