aboutsummaryrefslogtreecommitdiffstats
path: root/ui/cli/tap-rtp.c
AgeCommit message (Expand)AuthorFilesLines
2021-12-19Replace g_snprintf() with snprintf()João Valverde1-1/+1
2021-05-02Add min/mean delta and min jitter, to the RTP analysis.Gilbert Ramirez1-3/+8
2021-04-20Remove unneeded modelines in ui.Gerald Combs1-13/+0
2021-04-14VoIP dialogs: Performance improvementsJirka Novak1-1/+1
2021-01-01Voice dialogs: Added option to apply display filter in VoIP/RTP dialogsJirka Novak1-1/+1
2019-07-26HTTPS (almost) everywhere.Guy Harris1-1/+1
2018-09-08Add Start-End timestamp columns to the RTP Streams report from tsharkMihai Codrean1-2/+4
2018-06-28RTP: If multiple codecs are used in RTP stream flow, all are shown in codecs ...Jiri Novak1-1/+1
2018-06-23RTP: code cleanup 3Jiri Novak1-9/+9
2018-06-22tshark/RTP: GUI dependency removed from register_tap_listener_rtpstream. As c...Jiri Novak1-16/+6
2018-06-21 RTP: Stats calculation unificationJiri Novak1-47/+19
2018-06-20RTP: Encapsulation of comparsion of two rtpstreamsJiri Novak1-5/+5
2018-06-19RTP: Code clean upJiri Novak1-3/+3
2018-05-01Fix comment end after SPDX identifierStig Bjørlykke1-1/+2
2018-02-08replace SPDX identifier GPL-2.0+ with GPL-2.0-or-later.Dario Lombardo1-1/+1
2018-02-02cli: use SPDX identifiers.Dario Lombardo1-14/+1
2016-06-19Revert "tap: change glib functions to wmem."Pascal Quantin1-2/+2
2016-06-17tap: change glib functions to wmem.Dario Lombardo1-2/+2
2016-05-15tshark: fix double memory free when analyzing several RTP streamsPascal Quantin1-1/+0
2016-01-25Move the proto data stuff out of frame_data.[ch].Guy Harris1-2/+5
2015-11-29Make address_to_display() use proper (non-)constnessJoão Valverde1-2/+2
2015-10-01Fix crashes related to RTP Streams analysisPeter Wu1-1/+1
2015-08-18UDP multicast stream dialog.Gerald Combs1-1/+1
2015-03-07Get rid of an unused structure member.Guy Harris1-1/+0
2015-02-03Convert val_to_str_ext -> val_to_str_ext_wmem for calls that don't have valid...Michael Mann1-4/+4
2015-01-30Qt: Add the RTP Streams dialog.Gerald Combs1-3/+1
2015-01-05Replace ep_display_to_address with wmem equivalent display_to_address.Michael Mann1-3/+7
2015-01-01Remove unneeded includes from ui folderMartin Mathieson1-1/+0
2014-12-20Consolidate RTP stream structs.Gerald Combs1-6/+6
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/+10
2014-10-13Add editor modelines and/or adjust whilespace.Bill Meier1-7/+7
2014-10-06Adjust some whitespace to match editor modelines.Bill Meier1-29/+29
2014-07-29Fix heap-use-after-free via setlocalePeter Wu1-1/+15
2014-04-19Some routine name changes.Guy Harris1-2/+2
2014-03-04Remove all $Id$ from top of fileAlexis La Goutte1-2/+0
2013-11-14Get rid of Warinings [-Wmissing-prototypes]Anders Broman1-0/+2
2013-11-10Add missing includes in order to remove exceptions.h from proto.h (next commit).Jakub Zawadzki1-1/+2
2013-10-24Make things compile again.Jörg Mayer1-0/+1
2013-08-14Get rid of -Wshadow warning - I guess we're including something thatGuy Harris1-1/+1
2013-06-26Move tap-*-common.{h,c} into ui/ since that's the home for common UI functions.Jeff Morriss1-1/+1
2012-09-20We always HAVE_CONFIG_H so don't bother checking whether we have it or not.Jeff Morriss1-3/+1
2012-07-09From Evan Huus:Anders Broman1-0/+1
2012-06-28Update Free Software Foundation address.Jakub Zawadzki1-1/+1
2012-05-05AFAICT '#include sys/types.h' is not needed for these files.Bill Meier1-4/+0
2012-02-17Start moving files to ui/ and ui/cli/Jörg Mayer1-0/+162