summaryrefslogtreecommitdiff
path: root/ui/gtk/rtp_player.c
AgeCommit message (Expand)AuthorFilesLines
2017-04-08Clean up handling of enabled/disabled protocols/heuristic dissectors.Guy Harris1-1/+1
2016-12-06codecs: Add support for G.722 and G.726Peter Wu1-1/+7
2016-10-22Fix some errors from the previous commit.Guy Harris1-1/+1
2016-10-22More checks for localtime() and gmtime() returning NULL.Guy Harris1-2/+8
2016-07-24Pacify GTK checkAPIs.pl warnings.Michael Mann1-3/+3
2016-06-23RTP player: increase the maximum number of silence frames to 30 minutes worth.Jeff Morriss1-1/+0
2016-03-24rtp_player: fix build with gtk < 2.22.0Stefan Völkel1-2/+2
2016-02-26Add free_address_wmem(), fix warnings [-Wcast-qual]João Valverde1-2/+2
2016-02-08Revert "Add free_address_wmem() and other extensions to address API"João Valverde1-2/+2
2016-02-07Add free_address_wmem() and other extensions to address APIJoão Valverde1-2/+2
2016-01-17Fix build [-Werror=maybe-uninitialized]João Valverde1-1/+1
2015-11-29Make address_to_display() use proper (non-)constnessJoão Valverde1-4/+4
2015-10-26Only store frame number and not a pointer to frame_data structure in seq_anal...Pascal Quantin1-1/+1
2015-10-22Use address functions instead of ADDRESS macros in ui.Gerald Combs1-2/+2
2015-10-02Qt: Initial RTP playback.Gerald Combs1-1/+6
2015-09-19Start moving RTP decoding routines to the ui directory.Gerald Combs1-89/+8
2015-09-09codecs/gtk: fix int to size_tDario Lombardo1-14/+18
2015-07-13RTP updates.Gerald Combs1-1/+1
2015-07-13GTK: Don't crash when we click on an RTP sample.Gerald Combs1-2/+2
2015-03-02RTP player: don't crash when drawing channel graphs for very long calls.Jeff Morriss1-2/+26
2015-02-09Fix use-after free in RTP playerPeter Wu1-0/+1
2015-01-05Replace ep_display_to_address with wmem equivalent display_to_address.Michael Mann1-9/+18
2014-12-28Removed duplicated #include linesDario Lombardo1-1/+0
2014-12-20Consolidate RTP stream structs.Gerald Combs1-102/+69
2014-11-18voip_calls: Move to ui.Gerald Combs1-1/+1
2014-08-24Hack to fix RTP player progress line positionPeter Wu1-5/+52
2014-07-22Makes the RTP Player graphs work with GTK3Patrice Fournier1-0/+19
2014-07-08Fix Dereference of null pointer found by Clang analyzerAlexis La Goutte1-2/+3
2014-06-27Use GQueue for generating statisticsBalint Reczey1-2/+2
2014-04-19Some routine name changes.Guy Harris1-8/+8
2014-03-11Migrate GTK icon handling to GTK 3.10 APIBalint Reczey1-5/+5
2014-03-04Remove all $Id$ from top of fileAlexis La Goutte1-2/+0
2014-02-12RTP: Add support for SBC codec in RTP PlayerMichal Labedzki1-98/+82
2013-12-23From Ville Skyttä: Spelling FixesBill Meier1-1/+1
2013-12-02Move most of the plugin code from epan to wsutil and remove allGuy Harris1-1/+2
2013-12-01Move codecs.[ch] out of epan and into codecs directory.Michael Mann1-1/+1
2013-10-24Initial and woefully incomplete flow graph support.Gerald Combs1-2/+2
2013-07-21Update rtp_player for rel_ts move.Evan Huus1-2/+2
2013-05-15Remove an unused variable.Gerald Combs1-1/+0
2013-05-15Merge some of the changes to rtp player from https://bugs.wireshark.org/bugzi...Anders Broman1-44/+43
2013-05-13Eliminate some includes of ui/simple_dialog.h by files that don't useGuy Harris1-1/+0
2013-03-29Rename value string (and similar) functions to use a consistent pattern. ThisEvan Huus1-1/+1
2013-03-21[-Wmissing-prototypes]Anders Broman1-25/+25
2013-03-04Fix a minor typo in SVN #48065Bill Meier1-1/+1
2013-03-04Fir Gtk 3.8 & newer: gtk_scrolled_window_add_with_viewport() ==> gtk_containe...Bill Meier1-1/+5
2013-02-26Fix spelling/typos found using a list of commonly misspelled words.Bill Meier1-5/+5
2013-02-15Fix Voice RTP player crash if player is closed while playingMichael Mann1-11/+15
2013-01-06Use GdkRGBA colors directly in the arrayAnders Broman1-46/+57
2013-01-04Use gdk_cairo_set_source_rgbaAnders Broman1-18/+24
2013-01-02Fix a GTK3 issue:Bill Meier1-1/+1