wireshark/ui
Alexis La Goutte f9da854013 Fix shorten-64-to-32 error when build with clang 3.4
mcast_stream.c:393:29: error: implicit conversion loses integer precision: 'long' to 'gint32' (aka 'int')
      [-Werror,-Wshorten-64-to-32]
        usec = buffer[cur].tv_usec - buffer[prev].tv_usec;
             ~ ~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~

svn path=/trunk/; revision=51316
2013-08-12 17:45:54 +00:00
..
cli Replace tabs with spaces. Add modelines. 2013-08-09 15:08:48 +00:00
gtk Fix shorten-64-to-32 error when build with clang 3.4 2013-08-12 17:45:54 +00:00
qt Compile on Qt < 5.0. 2013-08-08 00:46:19 +00:00
win32
CMakeLists.txt
Makefile.am
Makefile.common
Makefile.nmake
alert_box.c
alert_box.h
capture_globals.h
doxygen.cfg.in
export_object.c
export_object.h
export_object_dicom.c
export_object_http.c
export_object_smb.c
file_dialog.h
help_url.c
help_url.h
iface_lists.c
iface_lists.h
last_open_dir.h
main_statusbar.h
packet_list_utils.c
packet_list_utils.h Fix (-W)documentation error found by Clang 2013-08-10 21:30:46 +00:00
preference_utils.c
preference_utils.h Fix (-W)documentation error found by Clang 2013-08-10 21:30:54 +00:00
profile.c
profile.h
progress_dlg.h
recent.c Close a memory leak. 2013-07-28 22:37:45 +00:00
recent.h Have separate lists of recent capture filters for all interfaces, in 2013-07-27 22:37:26 +00:00
recent_utils.h Have separate lists of recent capture filters for all interfaces, in 2013-07-27 22:37:26 +00:00
simple_dialog.h
software_update.c
software_update.h
ssl_key_export.c
ssl_key_export.h
tap-megaco-common.c
tap-megaco-common.h
tap-rtp-common.c Replace relative timestamp with reference frame number. Saves 16B per frame. 2013-07-21 23:07:33 +00:00
tap-rtp-common.h
text_import.c
text_import.h
text_import_scanner.h
text_import_scanner.l
time_shift.c From r50772 we don't need first_packet in modify_time_perform(), so we can remove whole initialization op. 2013-07-31 22:07:05 +00:00
time_shift.h
ui_util.h
utf8_entities.h
util.c
util.h