aboutsummaryrefslogtreecommitdiffstats
path: root/ui/qt/packet_dialog.h
AgeCommit message (Expand)AuthorFilesLines
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