Qt: Initial RTP playback.
[metze/wireshark/wip.git] / ui / gtk / rtp_analysis.c
2015-10-02 Gerald CombsQt: Initial RTP playback.
2015-09-03 Gerald CombsMove IAX2 analysis to the ui directory.
2015-07-16 Gerald CombsAdd the RTP Stream Analysis dialog.
2015-06-09 Pascal QuantinGTK: fix a V610 warning reported by PVS-Studio
2015-05-20 Michael MannStart exposing the filter field of a tap listener to...
2015-03-07 Guy HarrisGet rid of an unused structure member.
2015-02-15 Bill Meierui/gtk/*.c: Add editor modelines; As needed: Fix indent...
2015-02-02 Alexis La GoutteFix some indent typo (after g2bf7878e)
2015-01-30 Gerald CombsQt: Add the RTP Streams dialog.
2015-01-18 Guy HarrisClean up ftype-conversion and dfilter error message...
2015-01-05 Michael MannReplace ep_display_to_address with wmem equivalent...
2015-01-01 Martin MathiesonRemove unneeded includes from ui folder
2014-11-18 Gerald Combsvoip_calls: Move to ui.
2014-11-17 Gerald Combsvoip_calls: Get rid of global variables.
2014-11-14 Guy HarrisRename stat_cmd_args.[ch] to stat_tap_ui.[ch].
2014-11-14 Guy Harristap_ui -> stat_tap_ui.
2014-11-14 Guy HarrisFor tap UIs, register a list of parameters and some...
2014-09-16 Bill MeierFix spelling: cant-->can't, wont-->won't, etc
2014-07-03 Guy HarrisRename and move ui/stat_menu.h to epan/stat_groups.h.
2014-06-30 Guy HarrisMove stat_menu.h to libui.
2014-05-25 Guy HarrisAdd support for dissecting non-packet records.
2014-05-24 Guy HarrisAllow wtap_read() and wtap_seek_read() to return record...
2014-05-23 Guy HarrisRevert "Allow wtap_read() and wtap_seek_read() to retur...
2014-05-23 Guy HarrisAllow wtap_read() and wtap_seek_read() to return non...
2014-05-09 Guy HarrisRevert "Refactor Wiretap"
2014-05-09 Michael MannRefactor Wiretap
2014-04-19 Guy HarrisSome routine name changes.
2014-03-11 Balint ReczeyMigrate GTK icon handling to GTK 3.10 API
2014-03-04 Alexis La GoutteRemove all $Id$ from top of file
2014-01-29 Alexis La GoutteMerge "Apply layouts in Qt Creator. Fix a tooltip."
2014-01-16 Anders BromanFix [-Wmissing-prototypes]
2013-12-23 Bill MeierFrom Ville Skyttä: Spelling Fixes
2013-12-14 Jakub ZawadzkiFix const warnings.
2013-11-29 Jakub ZawadzkiRename some of pint.h macros to match common style...
2013-11-17 Guy HarrisMove the epan/filesystem.c routines to wsutil; they...
2013-11-10 Jakub ZawadzkiAdd missing includes in order to remove exceptions...
2013-10-24 Jörg MayerMake things compile again.
2013-09-07 Evan HuusFix a few more places that didn't have a semicolon...
2013-08-01 Jeff MorrissMove a bunch of the crypt modules and pint.h into wsutil.
2013-07-21 Jakub ZawadzkiReplace relative timestamp with reference frame number...
2013-07-21 Jakub ZawadzkiSome work on multi file dissection
2013-07-16 Jeff MorrissMove u3.{h,c} and g711.{h,c} into wsutil.
2013-07-11 Jakub Zawadzkipacket dissection now takes pointer to tvb instead...
2013-06-26 Jeff MorrissMove tempfile.{h,c} into wsutil.
2013-06-16 Guy HarrisHave the seek-read routines take a Buffer rather than...
2013-05-15 Guy Harrisgtk_file_chooser_dialog_new() makes the file chooser...
2013-03-28 Jaap KeuterFollow up on bug 8416.
2013-03-21 Bill MeierFrom beroset:
2013-02-21 Gerald CombsDon't yell at the user quite so much. Remove exclamatio...
2013-01-28 Anders BromanTry to detect duplicated packets due to mirroring/span...
2013-01-12 Bill MeierGeneral whitespace & formatting style cleanup.
2013-01-12 Bill MeierReplace gtk_table...() with ws_gtk_grid...().
2013-01-06 Anders BromanUse gdk_cairo_set_source_rgba
2013-01-02 Bill MeierFix some GTK3 issues:
2012-12-26 Guy HarrisFix a bunch of warnings.
2012-12-22 Evan HuusRemove unneeded initializations, and one redundant...
2012-12-05 Anders BromanFrom Michal Labedzki:
2012-11-29 Anders BromanFrom Michal Labedzki:
2012-10-16 Jakub ZawadzkiAdd wtap_pseudo_header union to wtap_pkthdr structure.
2012-09-28 Jakub Zawadzkiprotect_thread_critical_region, unprotect_thread_critic...
2012-09-20 Jeff MorrissWe always HAVE_CONFIG_H so don't bother checking whethe...
2012-09-05 Evan HuusRemove string constants from g_assert() calls, as per...
2012-08-01 Gerald CombsMove utf8_entities.h to the "ui" directory. Separate...
2012-08-01 Anders BromanGet rid of some GTK_CHECK_VERSION instances by using...
2012-07-23 Anders BromanAlign structs and code a bit, ultimatly code should...
2012-07-20 Jakub ZawadzkiFix some clang warnings: implicit conversion from enume...
2012-07-19 Gerald CombsPass {delayed_}create_progress_dlg a pointer the top...
2012-06-28 Jakub ZawadzkiUpdate Free Software Foundation address.
2012-05-16 Jakub ZawadzkiFree memory when create_tempfile() failed.
2012-05-16 Gerald CombsCheck the return value of create_tempfile. Fixes CIDs...
2012-04-21 Anders BromanMore GTK3 adaptations
2012-04-21 Anders BromanReplace gtk_vbox_new() and gtk_hbox_new() with ws_gtk_b...
2012-02-24 Anders BromanFrom Mark Cottrell: Attempting to view an RTP stream...
2012-02-17 Jörg Mayerinclude "../util.h" -> include "ui/util.h"
2012-01-28 Anders BromanFrom Martin Kaiser:
2012-01-18 Guy HarrisRestructure the recent file code so that recent.c is...
2012-01-16 Guy HarrisMove some headers for UI stuff, and the alert_box.c...
2012-01-15 Jörg MayerMove gtk to ui/gtk.