Huge thanks to our Platinum Members Endace and LiveAction,
and our Silver Member Veeam, for supporting the Wireshark Foundation and project.

Wireshark-commits: [Wireshark-commits] master 942eb73: lte/ui: fix 'time' var name.

From: Wireshark code review <code-review-do-not-reply@xxxxxxxxxxxxx>
Date: Fri, 11 Sep 2015 06:16:06 +0000 (UTC)
URL: https://code.wireshark.org/review/gitweb?p=wireshark.git;a=commit;h=942eb739f4b3e5631015c1f3d4dba009caf83e27
Submitter: Alexis La Goutte (alexis.lagoutte@xxxxxxxxx)
Changed: branch: master
Repository: wireshark

Commits:

942eb73 by Dario Lombardo (lomato@xxxxxxxxx):

    lte/ui: fix 'time' var name.
    
    As pointed out by checkAPI.pl.
    
    Change-Id: Ibab9b2720f3ef666b06b2b61ffc54aa23cbb01fc
    Reviewed-on: https://code.wireshark.org/review/10469
    Reviewed-by: Michael Mann <mmann78@xxxxxxxxxxxx>
    Petri-Dish: Michael Mann <mmann78@xxxxxxxxxxxx>
    Reviewed-by: Alexis La Goutte <alexis.lagoutte@xxxxxxxxx>
    

Actions performed:

    from  b9001b0   Tell the user (via COL_INFO) when a frame is a fragment (reassembled later).
    adds  942eb73   lte/ui: fix 'time' var name.


Summary of changes:
 epan/dissectors/packet-mac-lte.c |    2 +-
 epan/dissectors/packet-mac-lte.h |    2 +-
 epan/dissectors/packet-rlc-lte.c |    2 +-
 epan/dissectors/packet-rlc-lte.h |    2 +-
 ui/cli/tap-macltestat.c          |    8 ++++----
 ui/cli/tap-rlcltestat.c          |    8 ++++----
 ui/gtk/mac_lte_stat_dlg.c        |    8 ++++----
 ui/gtk/rlc_lte_stat_dlg.c        |   16 ++++++++--------
 8 files changed, 24 insertions(+), 24 deletions(-)