Wireshark-commits: [Wireshark-commits] master 685d303: Version 3 has only absolute timestamps; don'
From: Wireshark code review <code-review-do-not-reply@xxxxxxxxxxxxx>
Date: Fri, 10 Oct 2014 18:41:03 +0000 (UTC)
URL: https://code.wireshark.org/review/gitweb?p=wireshark.git;a=commit;h=685d3034d5aafc73a0760076ed7ab78b48554534
Submitter: Guy Harris (guy@xxxxxxxxxxxx)
Changed: branch: master
Repository: wireshark

Commits:

685d303 by Guy Harris (guy@xxxxxxxxxxxx):

    Version 3 has only absolute timestamps; don't set nsg_creltime.
    
    Version 3's time stamps are all absolute, so we can directly use the
    value in the file; we don't need to keep track of the time in the
    private data structure, and some compilers issue warnings due to setting
    it and then not using the value to which we set it.
    
    Change some names and indentation to match other file versions while
    we're at it.
    
    Change-Id: I97698d933b87a8ad58d9e88ceedd75004797df69
    Reviewed-on: https://code.wireshark.org/review/4596
    Reviewed-by: Guy Harris <guy@xxxxxxxxxxxx>
    

Actions performed:

    from  6463d2a   GSM MAP: fix detection of SMS direction when application context version is < 3
    adds  685d303   Version 3 has only absolute timestamps; don't set nsg_creltime.


Summary of changes:
 wiretap/netscaler.c |   12 +++++++-----
 1 file changed, 7 insertions(+), 5 deletions(-)