aboutsummaryrefslogtreecommitdiffstats
path: root/ui/qt/packet_dialog.h
AgeCommit message (Expand)AuthorFilesLines
2023-11-26Qt: Add side-by-side layout preference option for Packet DialogJohn Thacker1-0/+2
2023-06-13Qt: Add hint text when selecting a field in PacketDialogJohn Thacker1-0/+1
2022-02-07Qt: Allow byteview to be hiddenRoland Knall1-0/+1
2021-11-30Add UI header files to DoxygenMoshe Kaplan1-1/+1
2021-03-08Remove modelines in ui/qt.Gerald Combs1-13/+0
2021-01-11Qt framework: Dialogs are correctly notified when capture file was closedJirka Novak1-1/+3
2019-07-28Qt: Add a Contextmenu for the PacketDialogRoland Knall1-0/+4
2019-04-15Give a PacketDialog a Buffer and read directly into it and into its wtap_rec.Guy Harris1-2/+3
2019-04-06Revert "Get rid of the per-capture_file wtap_rec and Buffer."Peter Wu1-1/+1
2019-04-05Get rid of the per-capture_file wtap_rec and Buffer.Guy Harris1-1/+1
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-11-08Qt: Further cleanup ByteViewRoland Knall1-5/+5
2017-10-31ByteViewText: Remove epan dependancyRoland Knall1-2/+1
2015-08-24Remove unused signalStig Bjørlykke1-4/+0
2015-08-24Close packet dialogs when reload Lua plugins.Stig Bjørlykke1-0/+4
2015-08-01More packet detail context menu items.Gerald Combs1-1/+1
2015-03-02Don't create a packet dialog if we don't have a packet.Guy Harris1-1/+1
2015-02-12Qt: Add the "new packet" window^Wdialog^Wwindow.Gerald Combs1-0/+78