Wireshark-commits: [Wireshark-commits] master bb2ab6a: Don't speak of RTPS time_t as an "NTP" time.

From: Wireshark code review <code-review-do-not-reply@xxxxxxxxxxxxx>
Date: Sun, 26 Mar 2017 05:00:06 +0000 (UTC)
URL: https://code.wireshark.org/review/gitweb?p=wireshark.git;a=commit;h=bb2ab6ac9664869eaadec1d472acb478be285168
Submitter: Guy Harris (guy@xxxxxxxxxxxx)
Changed: branch: master
Repository: wireshark

Commits:

bb2ab6a by Guy Harris (guy@xxxxxxxxxxxx):

    Don't speak of RTPS time_t as an "NTP" time.
    
    It's some weird hybrid of UN*X time and NTP time stamps, using UN*X's
    epoch and NTP's seconds/fractions split.  I'm sure they had their
    reasons for not using something like struct timespec or regular NTP
    time, and instead inventing something that's halfway in between them.
    
    Change-Id: I1f39ec1368af52b82adfa2a22677dfa6e9341309
    Reviewed-on: https://code.wireshark.org/review/20711
    Reviewed-by: Guy Harris <guy@xxxxxxxxxxxx>
    

Actions performed:

    from  a673056   Add ENC_TIME_TIMEVAL and use it for gsmtap.
    adds  bb2ab6a   Don't speak of RTPS time_t as an "NTP" time.


Summary of changes:
 epan/dissectors/packet-rtps.c |   97 ++++++++++++++++++++++-------------------
 epan/proto.c                  |   21 ++++-----
 epan/proto.h                  |   21 +++++----
 3 files changed, 74 insertions(+), 65 deletions(-)