aboutsummaryrefslogtreecommitdiffstats
path: root/ui
AgeCommit message (Expand)AuthorFilesLines
2023-07-25epan: Register dynamic column fields and make them filterableJohn Thacker1-0/+2
2023-07-21RTP: Rename the struct of per-packet infoJohn Thacker2-8/+8
2023-07-18packet_range: Handle depended upon correctly for all casesJohn Thacker4-51/+226
2023-07-17Qt: Change handling of folder name text entryJaap Keuter1-4/+2
2023-07-16[Automatic update for 2023-07-16]Gerald Combs12-0/+96
2023-07-16Qt: Include a checkbox to export without depended upon packetsJohn Thacker5-2/+96
2023-07-16Qt: Fix displayed marked packet count labelJohn Thacker1-1/+1
2023-07-14codecs: Pass in fmtp, decode bandwidth efficient AMRJohn Thacker2-3/+6
2023-07-14RTP Analysis: Fix jitter for packets before the previous oneJohn Thacker1-3/+12
2023-07-09codecs: Change interface, use SDP information for dynamic codecsJohn Thacker3-7/+20
2023-07-03RTP: Improve selection of streams for RTP Analysis/PlayerJohn Thacker3-66/+81
2023-07-02[Automatic update for 2023-07-02]Gerald Combs12-99/+159
2023-07-01docs: Fix help button URLs to LTE and RTP chaptersJohn Thacker1-5/+5
2023-06-28Include errno.h in a few filesJohn Thacker2-0/+2
2023-06-28IO-Graph: Allow packet selection with Time of day true (BUGFIX)Dr. Lars Völker1-1/+1
2023-06-28Qt: Really show our context menu shortcuts this timeGerald Combs1-0/+5
2023-06-27Qt: Replace copy "...as Printable Text" context actionJoão Valverde3-36/+21
2023-06-27RTP Player: Init resampler if it doesn't exist yetJohn Thacker2-12/+18
2023-06-26Don't include errno.h if we don't use errno or errno value definitions.Guy Harris4-7/+0
2023-06-25Qt: Manually connect our "Help" menu actionsGerald Combs6-211/+68
2023-06-25Qt: Manually connect our "Wireless" and "Tools" slotsGerald Combs6-57/+47
2023-06-25Qt: Manually connect our "Go To Packet" buttonsGerald Combs6-20/+26
2023-06-25Qt: Manually connect our "Telephony" menu actionsGerald Combs3-130/+61
2023-06-23Qt: Manually connect the rest of our "Statistics" menu actionsGerald Combs2-205/+94
2023-06-23Qt: Manually connect some "Statistics" menu actionsGerald Combs6-152/+117
2023-06-21UI: Remove leftover GTK+ recent settingsGerald Combs2-45/+3
2023-06-20Qt: Freeze packet list early on preferences changeStig Bjørlykke8-14/+71
2023-06-20ftypes: Rename IS_FT_* macrosJoão Valverde5-18/+18
2023-06-19Revert "Remove unnecessary null check in SequenceDialog"Nicolás Alvarez1-23/+23
2023-06-19Qt: Fix leaks in RTP Stream Dialog sorting and copyingJohn Thacker1-23/+56
2023-06-18[Automatic update for 2023-06-18]Gerald Combs12-12/+1052
2023-06-17Qt: Follow stream show as recentJohn Thacker5-6/+47
2023-06-17Convert wmem to C99 typesGerald Combs22-26/+26
2023-06-16Qt: Don't look for word boundaries in FollowStreamTextJohn Thacker1-0/+16
2023-06-15Expand comment about stuff we do with device names. [skip ci]Guy Harris1-3/+20
2023-06-15Qt: More off-by-one pixel fixesStig Bjørlykke3-24/+22
2023-06-15Qt: Fix a off-by-one pixel issue in borderStig Bjørlykke3-20/+17
2023-06-15Inject secrets through the GUIJohn Thacker5-41/+158
2023-06-15Qt: Draw a border on the right side in filter editStig Bjørlykke2-10/+29
2023-06-14Convert capture/*.[ch] to C99 typesGerald Combs8-10/+8
2023-06-14Qt: Use selectionModel() to fetch selected rowsStig Bjørlykke1-1/+1
2023-06-13Allow disabling unused dissectors from PHS dialogDavid Perry5-37/+188
2023-06-13Add a capture file state for a pending readJohn Thacker7-40/+70
2023-06-13Qt: Add hint text when selecting a field in PacketDialogJohn Thacker2-0/+43
2023-06-12RTP Analysis:Fix nominal and arrival times calculationNan Xiao2-9/+14
2023-06-12Remove unnecessary null check in SequenceDialogNicolás Alvarez1-23/+23
2023-06-12Qt: Position selected packet at centerStig Bjørlykke1-0/+3
2023-06-11Qt: Fix PacketDialog secondary data sources crash after closing fileJohn Thacker5-3/+42
2023-06-11Change how the packet dedup structures are handled during a live captureGilbert Ramirez1-0/+17
2023-06-11[Automatic update for 2023-06-11]Gerald Combs12-0/+288