aboutsummaryrefslogtreecommitdiffstats
path: root/ui
AgeCommit message (Expand)AuthorFilesLines
2021-03-01Make ui/*.[ch] indentation consistent.Gerald Combs6-696/+696
2021-02-28[Automatic update for 2021-02-28]Gerald Combs11-15/+279
2021-02-27Check for CaptureFileDialog::selectedFileType() failing.Guy Harris2-3/+51
2021-02-23exp_pdu_open: swap two arguments.Guy Harris1-1/+1
2021-02-23wiretap: eliminate the pcap/nspcap/pcapng WTAP_FILE_TYPE_SUBTYPE_ values.Guy Harris5-51/+78
2021-02-22Added "Follow DCCP stream" feature.Thomas Dreibholz6-1/+39
2021-02-21wiretap: have file handlers advertise blocks and options supported.Guy Harris2-2/+21
2021-02-21PacketList: mouseMoveEvent: fix memory leakMartin Kaiser1-0/+4
2021-02-21[Automatic update for 2021-02-21]Gerald Combs11-51/+51
2021-02-21QT ByteViewText: calculate string widths consistently to prevent clippingnaf1-4/+4
2021-02-21Some more spelling fixes.Martin Mathieson1-1/+1
2021-02-19wiretap: eliminate two WTAP_FILE_TYPE_SUBTYPE_ values.Guy Harris1-0/+5
2021-02-19Require Qt 5.6 or later.Gerald Combs4-24/+1
2021-02-18CMake: Use target_include_directores more.Gerald Combs1-5/+6
2021-02-17ui/capture.c: simplify cf_open_error_message().Guy Harris1-49/+11
2021-02-17wiretap: more work on file type/subtypes.Guy Harris2-6/+9
2021-02-15Qt: Do not use obsolete functionsTomasz Moń4-3/+19
2021-02-15Be more strict about opening URLs.Gerald Combs3-6/+32
2021-02-15CMake: Make sure system headers are treated as such.Gerald Combs1-7/+4
2021-02-14Enable -Wredundant-decls.Guy Harris2-10/+20
2021-02-14[Automatic update for 2021-02-14]Gerald Combs11-157/+113
2021-02-13wiretap: file types have a name and a description.Guy Harris8-22/+22
2021-02-10RTP player: squelch a narrowing warning.Guy Harris1-1/+1
2021-02-10Moving glib.h out of extern CMichal Ruprich6-9/+12
2021-02-09wiretap: clean up WTAP_BLOCK_ names.Guy Harris1-2/+2
2021-02-09RTP Stream Dialog: Selected rows keep selected during recapJirka Novak2-1/+39
2021-02-09RTP Player dialog improvedJirka Novak12-321/+869
2021-02-08Refactored: Moved sample_bytes_ to rtp_media.h as SAMPLE_BYTESJirka Novak2-21/+21
2021-02-07[Automatic update for 2021-02-07]Gerald Combs11-0/+792
2021-02-06wiretap: add a mechanism for built-in modules to have a register routine.Guy Harris1-5/+5
2021-02-05RTP Player: Possibility to remove stream from RTP playerJirka Novak3-0/+67
2021-02-05RTP Stream Dialog fix: Duplicated streams could be shownJirka Novak1-2/+8
2021-02-05RTP dissector: Remove unused functionsj.novak@netsystem.cz3-25/+187
2021-02-05Qt: Remove an unneeded semicolon.Gerald Combs1-1/+1
2021-02-04RTP Player: Selected waveform is emphased. Waveform can be selected by click.Jirka Novak2-0/+23
2021-02-04RTP Player: Audio routing information refactoredJirka Novak2-67/+87
2021-02-04RTP Player: Added notification message during long decodingJirka Novak1-0/+4
2021-02-01wiretap: redo the way we handle if_filter IDB options.Guy Harris1-3/+8
2021-01-31[Automatic update for 2021-01-31]Gerald Combs3-12/+12
2021-01-31RTP player: Doubled buffer for replay to avoid play stop caused by underrunsJirka Novak1-4/+14
2021-01-30epan: have a routine to register all tap listeners.Guy Harris2-14/+2
2021-01-30Refer to options whose data isn't a simple data type as "structured".Guy Harris1-1/+1
2021-01-24[Automatic update for 2021-01-24]Gerald Combs11-0/+187
2021-01-18dup() can fail; check whether it does.Guy Harris1-1/+8
2021-01-18Qt+tools: Fix most of our lupdate warnings.Gerald Combs4-4/+5
2021-01-17[Automatic update for 2021-01-17]Gerald Combs4-7/+7
2021-01-16SIP Flow: Fixed core dump when dialog openedJirka Novak1-1/+1
2021-01-15tap-simple_stattable: fix a memory leak for tshark -zMartin Kaiser1-1/+10
2021-01-14Revert "Qt: fix memleak in DecodeAsDelegate."Dario Lombardo1-2/+1
2021-01-13Qt: fix build error with older GCCJoakim Karlsson1-2/+2