aboutsummaryrefslogtreecommitdiffstats
path: root/ui/qt/utils/frame_information.cpp
AgeCommit message (Expand)AuthorFilesLines
2019-04-15Hava a routine to read the currently-selected frome.Guy Harris1-1/+1
2019-04-061514 is a better initial Buffer size than 1500.Guy Harris1-1/+1
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-09-30Qt/FrameInformation: read packet record in private bufferPeter Wu1-11/+7
2018-09-29Qt/FrameInformation: do not use file-scoped memory for temporary dataPeter Wu1-9/+5
2018-05-30Qt: fix memleaks on opening a context menuPeter Wu1-1/+1
2018-05-01Fix comment end after SPDX identifierStig Bjørlykke1-1/+2
2018-04-05Qt: remove ws_buffer_start_ptr calls from clang-scan.Dario Lombardo1-0/+3
2018-02-09Generalize wtap_pkthdr into a structure for packet and non-packet records.Guy Harris1-2/+2
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
2018-01-16Qt: add more sanity checks in utils (found by clang).Dario Lombardo1-1/+1
2017-12-20Qt: Fix DataPrinter hex conversions.Gerald Combs1-1/+1
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-1/+0
2017-12-03Use cfile.h to define the capture_file type.Guy Harris1-0/+1
2017-11-13Qt: Really fix the packet list selectionRoland Knall1-2/+2
2017-11-12Qt: Rename packetSelection to frameSelectedRoland Knall1-0/+7
2017-11-08Qt: Further cleanup ByteViewRoland Knall1-0/+117