Wireshark-commits: [Wireshark-commits] master cd1ddf6: Speed up print_line_text.
      
      
URL: https://code.wireshark.org/review/gitweb?p=wireshark.git;a=commit;h=cd1ddf6ef5c794cf135d8b36916dbdc7aae9ca57
Submitter: Gerald Combs (gerald@xxxxxxxxxxxxx)
Changed: branch: master
Repository: wireshark
Commits:
cd1ddf6 by Gerald Combs (gerald@xxxxxxxxxxxxx):
    Speed up print_line_text.
    
    isatty adds a small delay, at least on OS X. Call it only when we
    allocate a stream. Do the same for our codeset check.
    
    Change-Id: Id3a20059dbc9cf7d5db16d8d238d038b9de0ebf2
    Reviewed-on: https://code.wireshark.org/review/16222
    Petri-Dish: Gerald Combs <gerald@xxxxxxxxxxxxx>
    Tested-by: Petri Dish Buildbot <buildbot-no-reply@xxxxxxxxxxxxx>
    Reviewed-by: Gerald Combs <gerald@xxxxxxxxxxxxx>
    
Actions performed:
    from  6b15251   NAS EPS: upgrade dissector to v13.6.0
    adds  cd1ddf6   Speed up print_line_text.
Summary of changes:
 epan/print_stream.c |   42 ++++++++++++++++++------------------------
 epan/print_stream.h |    2 ++
 2 files changed, 20 insertions(+), 24 deletions(-)