aboutsummaryrefslogtreecommitdiffstats
path: root/ui/qt/packet_dialog.cpp
AgeCommit message (Expand)AuthorFilesLines
2019-04-15Hava a routine to read the currently-selected frome.Guy Harris1-1/+1
2019-04-15Give a PacketDialog a Buffer and read directly into it and into its wtap_rec.Guy Harris1-13/+10
2019-04-06Revert "Get rid of the per-capture_file wtap_rec and Buffer."Peter Wu1-10/+11
2019-04-05Clean up white space.Guy Harris1-1/+1
2019-04-05Get rid of the per-capture_file wtap_rec and Buffer.Guy Harris1-11/+10
2018-04-26Qt: fix crash on dragging in packet dialogPeter Wu1-1/+3
2018-04-05Qt: remove ws_buffer_start_ptr calls from clang-scan.Dario Lombardo1-0/+3
2018-02-14Qt: fix crash in packet dialog on changing selectionPeter Wu1-1/+1
2018-02-09Generalize wtap_pkthdr into a structure for packet and non-packet records.Guy Harris1-4/+3
2018-02-08replace SPDX identifier GPL-2.0+ with GPL-2.0-or-later.Dario Lombardo1-1/+1
2018-02-02Qt: add initializers in PacketDialog() (CID: 1427679).Dario Lombardo1-0/+8
2018-01-21Qt: Initialize a struct (found by Coverity)Gerald Combs1-0/+1
2018-01-18Qt: return if cf_read_record() fails in PacketDialog (found by clang).Dario Lombardo1-1/+4
2017-12-15Qt: Switch ProtoTree to a treeview+model.Gerald Combs1-14/+2
2017-12-08Have the frame_tvbuff.c routines not use the global cfile.Guy Harris1-1/+1
2017-12-04Put the structure of a capture_file back in cfile.h.Guy Harris1-2/+0
2017-12-03Use cfile.h to define the capture_file type.Guy Harris1-0/+2
2017-11-12Qt: Rename packetSelection to frameSelectedRoland Knall1-1/+1
2017-11-08Qt: Further cleanup ByteViewRoland Knall1-39/+31
2017-10-31ByteViewText: Remove epan dependancyRoland Knall1-17/+33
2016-06-30Qt: Show the correct data in the packet dialog.Gerald Combs1-1/+2
2016-04-02Qt: Keep byte tab when reloading/closing capture filePeter Wu1-12/+0
2016-02-28Qt: Add dialog geometry restoreStig Bjørlykke1-3/+1
2015-11-27Fix display of bytes as EBCDICPascal Quantin1-1/+1
2015-11-22Do not expand packets in packet dialog by defaultPeter Wu1-1/+0
2015-10-05Move utf8_entities.h to wsutilJoão Valverde1-1/+1
2015-10-02Qt: Initial RTP playback.Gerald Combs1-2/+1
2015-08-24Remove unused signalStig Bjørlykke1-12/+0
2015-08-24Close packet dialogs when reload Lua plugins.Stig Bjørlykke1-0/+12
2015-08-01More packet detail context menu items.Gerald Combs1-3/+3
2015-06-29Take all epan_column_info members that always get allocated to "number of col...Michael Mann1-1/+1
2015-06-25Qt: use <> for including the generated ui_*.h filesMartin Kaiser1-1/+1
2015-05-22Qt: Add a "[closed]" hint to the packet dialog.Gerald Combs1-1/+5
2015-03-02Don't create a packet dialog if we don't have a packet.Guy Harris1-11/+1
2015-02-13Qt: More #include → forward declarations.Gerald Combs1-0/+2
2015-02-13Qt: ElidedLabel doesn't support rich text / HTML.Gerald Combs1-5/+9
2015-02-12Qt: Add the "new packet" window^Wdialog^Wwindow.Gerald Combs1-0/+163