aboutsummaryrefslogtreecommitdiffstats
path: root/ui/cli/tap-rtp.c
Commit message (Expand)AuthorAgeFilesLines
* Add Start-End timestamp columns to the RTP Streams report from tsharkMihai Codrean2018-09-081-2/+4
* RTP: If multiple codecs are used in RTP stream flow, all are shown in codecs ...Jiri Novak2018-06-281-1/+1
* RTP: code cleanup 3Jiri Novak2018-06-231-9/+9
* tshark/RTP: GUI dependency removed from register_tap_listener_rtpstream. As c...Jiri Novak2018-06-221-16/+6
* RTP: Stats calculation unificationJiri Novak2018-06-211-47/+19
* RTP: Encapsulation of comparsion of two rtpstreamsJiri Novak2018-06-201-5/+5
* RTP: Code clean upJiri Novak2018-06-191-3/+3
* Fix comment end after SPDX identifierStig Bjørlykke2018-05-011-1/+2
* replace SPDX identifier GPL-2.0+ with GPL-2.0-or-later.Dario Lombardo2018-02-081-1/+1
* cli: use SPDX identifiers.Dario Lombardo2018-02-021-14/+1
* Revert "tap: change glib functions to wmem."Pascal Quantin2016-06-191-2/+2
* tap: change glib functions to wmem.Dario Lombardo2016-06-171-2/+2
* tshark: fix double memory free when analyzing several RTP streamsPascal Quantin2016-05-151-1/+0
* Move the proto data stuff out of frame_data.[ch].Guy Harris2016-01-251-2/+5
* Make address_to_display() use proper (non-)constnessJoão Valverde2015-11-291-2/+2
* Fix crashes related to RTP Streams analysisPeter Wu2015-10-011-1/+1
* UDP multicast stream dialog.Gerald Combs2015-08-181-1/+1
* Get rid of an unused structure member.Guy Harris2015-03-071-1/+0
* Convert val_to_str_ext -> val_to_str_ext_wmem for calls that don't have valid...Michael Mann2015-02-031-4/+4
* Qt: Add the RTP Streams dialog.Gerald Combs2015-01-301-3/+1
* Replace ep_display_to_address with wmem equivalent display_to_address.Michael Mann2015-01-051-3/+7
* Remove unneeded includes from ui folderMartin Mathieson2015-01-011-1/+0
* Consolidate RTP stream structs.Gerald Combs2014-12-201-6/+6
* Rename stat_cmd_args.[ch] to stat_tap_ui.[ch].Guy Harris2014-11-141-1/+1
* tap_ui -> stat_tap_ui.Guy Harris2014-11-141-2/+2
* For tap UIs, register a list of parameters and some menu information.Guy Harris2014-11-141-1/+10
* Add editor modelines and/or adjust whilespace.Bill Meier2014-10-131-7/+7
* Adjust some whitespace to match editor modelines.Bill Meier2014-10-061-29/+29
* Fix heap-use-after-free via setlocalePeter Wu2014-07-291-1/+15
* Some routine name changes.Guy Harris2014-04-191-2/+2
* Remove all $Id$ from top of fileAlexis La Goutte2014-03-041-2/+0
* Get rid of Warinings [-Wmissing-prototypes]Anders Broman2013-11-141-0/+2
* Add missing includes in order to remove exceptions.h from proto.h (next commit).Jakub Zawadzki2013-11-101-1/+2
* Make things compile again.Jörg Mayer2013-10-241-0/+1
* Get rid of -Wshadow warning - I guess we're including something thatGuy Harris2013-08-141-1/+1
* Move tap-*-common.{h,c} into ui/ since that's the home for common UI functions.Jeff Morriss2013-06-261-1/+1
* We always HAVE_CONFIG_H so don't bother checking whether we have it or not.Jeff Morriss2012-09-201-3/+1
* From Evan Huus:Anders Broman2012-07-091-0/+1
* Update Free Software Foundation address.Jakub Zawadzki2012-06-281-1/+1
* AFAICT '#include sys/types.h' is not needed for these files.Bill Meier2012-05-051-4/+0
* Start moving files to ui/ and ui/cli/Jörg Mayer2012-02-171-0/+162