aboutsummaryrefslogtreecommitdiffstats
path: root/ui/gtk/rtp_analysis.c
AgeCommit message (Expand)AuthorFilesLines
2015-06-09GTK: fix a V610 warning reported by PVS-StudioPascal Quantin1-1/+1
2015-05-20Start exposing the filter field of a tap listener to the RTP GUI APIs.Michael Mann1-1/+1
2015-03-07Get rid of an unused structure member.Guy Harris1-1/+0
2015-02-15ui/gtk/*.c: Add editor modelines; As needed: Fix indentationBill Meier1-5/+18
2015-02-02Fix some indent typo (after g2bf7878e)Alexis La Goutte1-1/+1
2015-01-30Qt: Add the RTP Streams dialog.Gerald Combs1-2/+2
2015-01-18Clean up ftype-conversion and dfilter error message string handling.Guy Harris1-2/+4
2015-01-05Replace ep_display_to_address with wmem equivalent display_to_address.Michael Mann1-22/+36
2015-01-01Remove unneeded includes from ui folderMartin Mathieson1-2/+0
2014-11-18voip_calls: Move to ui.Gerald Combs1-1/+1
2014-11-17voip_calls: Get rid of global variables.Gerald Combs1-1/+0
2014-11-14Rename stat_cmd_args.[ch] to stat_tap_ui.[ch].Guy Harris1-1/+1
2014-11-14tap_ui -> stat_tap_ui.Guy Harris1-2/+2
2014-11-14For tap UIs, register a list of parameters and some menu information.Guy Harris1-1/+11
2014-09-16Fix spelling: cant-->can't, wont-->won't, etcBill Meier1-1/+1
2014-07-03Rename and move ui/stat_menu.h to epan/stat_groups.h.Guy Harris1-1/+1
2014-06-30Move stat_menu.h to libui.Guy Harris1-1/+1
2014-05-25Add support for dissecting non-packet records.Guy Harris1-1/+1
2014-05-24Allow wtap_read() and wtap_seek_read() to return records other than packets.Guy Harris1-7/+5
2014-05-23Revert "Allow wtap_read() and wtap_seek_read() to return non-packet records."Guy Harris1-1/+1
2014-05-23Allow wtap_read() and wtap_seek_read() to return non-packet records.Guy Harris1-1/+1
2014-05-09Revert "Refactor Wiretap"Guy Harris1-1/+1
2014-05-09Refactor WiretapMichael Mann1-1/+1
2014-04-19Some routine name changes.Guy Harris1-12/+12
2014-03-11Migrate GTK icon handling to GTK 3.10 APIBalint Reczey1-4/+4
2014-03-04Remove all $Id$ from top of fileAlexis La Goutte1-2/+0
2014-01-16Fix [-Wmissing-prototypes]Anders Broman1-0/+2
2013-12-23From Ville Skyttä: Spelling FixesBill Meier1-1/+1
2013-12-14Fix const warnings.Jakub Zawadzki1-1/+1
2013-11-29Rename some of pint.h macros to match common style (bits number on the end).Jakub Zawadzki1-12/+12
2013-11-17Move the epan/filesystem.c routines to wsutil; they're not specific toGuy Harris1-1/+1
2013-11-10Add missing includes in order to remove exceptions.h from proto.h (next commit).Jakub Zawadzki1-0/+1
2013-10-24Make things compile again.Jörg Mayer1-2/+2
2013-09-07Fix a few more places that didn't have a semicolon after the address-macro use.Evan Huus1-4/+4
2013-08-01Move a bunch of the crypt modules and pint.h into wsutil.Jeff Morriss1-1/+1
2013-07-21Replace relative timestamp with reference frame number. Saves 16B per frame.Jakub Zawadzki1-1/+1
2013-07-21Some work on multi file dissectionJakub Zawadzki1-1/+1
2013-07-16Move u3.{h,c} and g711.{h,c} into wsutil.Jeff Morriss1-4/+5
2013-07-11packet dissection now takes pointer to tvb instead of guint8 dataJakub Zawadzki1-1/+3
2013-06-26Move tempfile.{h,c} into wsutil.Jeff Morriss1-1/+1
2013-06-16Have the seek-read routines take a Buffer rather than a guint8 pointerGuy Harris1-1/+1
2013-05-15gtk_file_chooser_dialog_new() makes the file chooser dialog a transientGuy Harris1-2/+0
2013-03-28Follow up on bug 8416.Jaap Keuter1-1/+1
2013-03-21From beroset:Bill Meier1-16/+16
2013-02-21Don't yell at the user quite so much. Remove exclamation points fromGerald Combs1-22/+22
2013-01-28Try to detect duplicated packets due to mirroring/span ports by comparing src...Anders Broman1-6/+15
2013-01-12General whitespace & formatting style cleanup.Bill Meier1-284/+355
2013-01-12Replace gtk_table...() with ws_gtk_grid...().Bill Meier1-60/+60
2013-01-06Use gdk_cairo_set_source_rgbaAnders Broman1-12/+5
2013-01-02Fix some GTK3 issues:Bill Meier1-504/+572