aboutsummaryrefslogtreecommitdiffstats
path: root/ui/qt/rtp_analysis_dialog.cpp
AgeCommit message (Expand)AuthorFilesLines
2019-04-15Hava a routine to read the currently-selected frome.Guy Harris1-2/+2
2019-04-06Revert "Get rid of the per-capture_file wtap_rec and Buffer."Peter Wu1-18/+3
2019-04-05Get rid of the per-capture_file wtap_rec and Buffer.Guy Harris1-3/+18
2019-02-08Fixing some implicit coversations (-Wshorten-64-to-32)Uli Heilmeier1-9/+9
2019-01-29Qt: Fix memory leak of QMenu.Stig Bjørlykke1-2/+3
2019-01-01Add a "failed" return for tap packet routines.Guy Harris1-6/+6
2018-12-27Try to squeeze some bytes out of the frame_data structure.Guy Harris1-1/+1
2018-09-29Clean up the epan_dissect_t in the normal code path.Guy Harris1-0/+2
2018-07-06Use the file *base* name for statistics graphs etc..Guy Harris1-1/+1
2018-07-03CaptureFile.fileTitle() is for display, not for file name processing.Guy Harris1-1/+1
2018-07-02Make arrays of 4 octets arrays of 4 guint8.Guy Harris1-8/+13
2018-06-25RTP: Common functions for allocation/deallocation of rtpstream_info_tJiri Novak1-7/+7
2018-06-20RTP: Encapsulation of comparsion of two rtpstreamsJiri Novak1-163/+110
2018-06-19RTP: Code clean upJiri Novak1-9/+9
2018-05-16Windows: Make sure more native dialogs handle HiDPI.Gerald Combs1-4/+4
2018-05-01Fix comment end after SPDX identifierStig Bjørlykke1-1/+2
2018-02-09Generalize wtap_pkthdr into a structure for packet and non-packet records.Guy Harris1-1/+1
2018-02-08replace SPDX identifier GPL-2.0+ with GPL-2.0-or-later.Dario Lombardo1-1/+1
2018-02-02Qt: use SPDX identifiers.Dario Lombardo1-14/+1
2017-12-28Qt: use QVariant::String instead of QMetaType::QString.Dario Lombardo1-1/+1
2017-12-27Apply new CaptureEvents to statistics dialogs.Michael Mann1-0/+6
2017-12-08Have the frame_tvbuff.c routines not use the global cfile.Guy Harris1-1/+2
2017-12-04Put the structure of a capture_file back in cfile.h.Guy Harris1-1/+0
2017-12-03Use cfile.h to define the capture_file type.Guy Harris1-0/+1
2017-09-06Qt: fix RTP/IAX2 reverse stream export to CSVPascal Quantin1-2/+2
2017-07-26Qt: Move utils to separate utils directoryRoland Knall1-3/+3
2017-04-12Rename routines to clarify what they do.Guy Harris1-2/+2
2017-03-23Fix QT UI bugs in RTP dialogsErik de Jong1-1/+2
2017-02-28Qt: Fix -Wshorten-64-to-32 warningsStig Bjørlykke1-2/+2
2016-12-25rtp_analysis_dialog (Qt): Fix Dead Store (Dead assignement/Dead increment) Wa...Alexis La Goutte1-1/+0
2016-12-22Qt: use references on tap_rtp_stat_t private members (CID 1397703 and 1397704)Pascal Quantin1-2/+2
2016-12-15Save RTP audio to file: RTP Stream Analysis dialog allows save audio for non ...Jiri Novak1-286/+425
2016-12-14RTP Stream Analysis: save Audio allows any filename extensionJiri Novak1-4/+8
2016-12-14RTP Stream Analysis dialog: dialog shows when forward/reverse stream startsJiri Novak1-1/+13
2016-12-13rtp_analysis_dialog.cpp: RTP Stream Analysis dialog shows same SSRC for forwa...Jiri Novak1-1/+1
2016-10-07Qt: valign text in RTP Stream Analysis window.Jaap Keuter1-24/+24
2016-06-13qt: use #include <file.h> for generated include filesMartin Kaiser1-1/+1
2016-05-31qt: fix crash when saving RTP audioDario Lombardo1-2/+2
2016-05-17Qt: make RTP stream analysis columns sortablePascal Quantin1-0/+2
2016-05-10Qt: activate RTP/IAX2 analysis widget when analyzing packets with a snaplenPascal Quantin1-3/+13
2016-02-28Qt: Add dialog geometry restoreStig Bjørlykke1-2/+1
2016-01-24Add the packet number to the packet_info structure, and use it.Guy Harris1-1/+1
2016-01-23ui: Code cleanupStig Bjørlykke1-11/+15
2016-01-08QT: add same warning as GTK when trying to save a decoded RTP stream that is ...Pascal Quantin1-0/+10
2016-01-04Don't walk the entire protocol tree to extract the value of one field.Guy Harris1-87/+25
2016-01-04Rename ipv4_addr and ipv6_addr to indicate their full contents.Guy Harris1-5/+5
2015-12-28Qt: fix QString::arg: Argument missing: "PT=%u telephone/event" warningPascal Quantin1-1/+1
2015-12-01Qt: Don't expose ColorUtils::graph_colors_.Gerald Combs1-2/+2
2015-11-27Qt: display RTP/IAX2 graph analysis arrival time as absolute instead of relativePascal Quantin1-2/+2
2015-11-27Qt: display RTP stream Y axis values as millisecondsPascal Quantin1-6/+6