Wireshark-commits: [Wireshark-commits] master 1b8b2a8: Add editor modelines; Adjust whitespace as n

From: Wireshark code review <code-review-do-not-reply@xxxxxxxxxxxxx>
Date: Sun, 12 Oct 2014 18:58:35 +0000 (UTC)
URL: https://code.wireshark.org/review/gitweb?p=wireshark.git;a=commit;h=1b8b2a8aa8b3b21647070c8cb85de7d43cdd480e
Submitter: Bill Meier (wmeier@xxxxxxxxxxx)
Changed: branch: master
Repository: wireshark

Commits:

1b8b2a8 by Bill Meier (wmeier@xxxxxxxxxxx):

    Add editor modelines; Adjust whitespace as needed.
    
    Change-Id: I4da7b335d905dbca10bbce03aa88e1cdeeb1f8ad
    Reviewed-on: https://code.wireshark.org/review/4626
    Reviewed-by: Bill Meier <wmeier@xxxxxxxxxxx>
    

Actions performed:

    from  4e328e4   DCERPC: Remove DIRTY_PIDL_DISSECTOR_SRC
    adds  1b8b2a8   Add editor modelines; Adjust whitespace as needed.


Summary of changes:
 capture_info.c            |   13 +
 capture_info.h            |   13 +
 capture_opts.c            |  459 +++++++++++++++++-----------------
 capture_opts.h            |  249 ++++++++++---------
 capture_stop_conditions.c |   13 +
 capture_stop_conditions.h |   17 +-
 cfile.c                   |   13 +
 cfile.h                   |   19 +-
 color.h                   |   13 +
 conditions.h              |   13 +
 dftest.c                  |   13 +
 echld_test.c              |   13 +
 file.h                    |   21 +-
 fileset.c                 |   13 +
 fileset.h                 |   25 +-
 frame_tvbuff.c            |   13 +
 frame_tvbuff.h            |   13 +
 globals.h                 |   13 +
 log.h                     |   12 +
 mkcap.c                   |  602 +++++++++++++++++++++++----------------------
 pcapio.h                  |   15 +-
 register.h                |   13 +
 ringbuffer.c              |   27 +-
 ringbuffer.h              |   13 +
 summary.c                 |   13 +
 summary.h                 |  109 ++++----
 sync_pipe.h               |   13 +
 sync_pipe_write.c         |   13 +
 text2pcap.h               |   13 +
 trigcap.c                 |   13 +
 ui/capture.c              |   13 +
 ui/capture.h              |   31 ++-
 ui/capture_ui_utils.c     |   13 +
 ui/capture_ui_utils.h     |   13 +
 ui/decode_as_utils.h      |   13 +
 ui/filters.c              |   47 ++--
 ui/filters.h              |   31 ++-
 ui/persfilepath_opt.c     |   13 +
 ui/persfilepath_opt.h     |   13 +
 ui/preference_utils.h     |   13 +
 ui/profile.h              |   29 ++-
 ui/proto_hier_stats.c     |   15 +-
 ui/proto_hier_stats.h     |   15 +-
 ui/recent.c               |  429 ++++++++++++++++----------------
 ui/rtp_analysis.h         |  144 ++++++-----
 ui/rtp_stream.h           |   78 +++---
 ui/tap-megaco-common.c    |   22 +-
 ui/tap-megaco-common.h    |   81 +++---
 ui/tap-rtp-common.h       |   13 +
 ui/tap-sctp-analysis.c    |   17 +-
 ui/tap-sctp-analysis.h    |  374 ++++++++++++++--------------
 ui/time_shift.h           |   13 +
 version_info.h            |   13 +
 ws_symbol_export.h        |   15 +-
 54 files changed, 1978 insertions(+), 1282 deletions(-)