aboutsummaryrefslogtreecommitdiffstats
path: root/ui/qt/packet_list.cpp
AgeCommit message (Expand)AuthorFilesLines
2019-06-14Qt: Add Drag-and-Drop to PacketlistRoland Knall1-0/+27
2019-06-14Qt: Fix Contextmenu for PacketlistRoland Knall1-0/+145
2019-06-13Qt: Move Packetlist Header Context Menu to subclassRoland Knall1-287/+9
2019-06-13Qt: Allow dropping fields to add columns and indicate widthRoland Knall1-0/+3
2019-06-05Revert "Copy selected lines from Packet List view for existing formats."Arvind Dalvi1-32/+23
2019-05-26Copy selected lines from Packet List view for existing formats.Arvind Dalvi1-23/+32
2019-05-02Qt: Remove the border around inactive+selected packet list itemsStig Bjørlykke1-41/+0
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
2019-04-02Qt: Add hover style to packet list and proto treeStig Bjørlykke1-1/+18
2019-04-02Qt: Bring back border around inactive+selected packet list itemsStig Bjørlykke1-16/+29
2019-01-31Qt: Restore column width and visibility when switching profilesStig Bjørlykke1-0/+3
2019-01-25Fix memory ownership when using cf_get_packet_commentPeter Wu1-3/+2
2018-12-27Try to squeeze some bytes out of the frame_data structure.Guy Harris1-3/+3
2018-12-20Better format for the recent file's column.width preferenceJim Young1-4/+4
2018-09-30Qt/PacketList: read packet record in private bufferPeter Wu1-4/+13
2018-09-13Start renaming SSL to TLS.Gerald Combs1-1/+1
2018-09-10Qt: Restore column visibility when loading packetsStig Bjørlykke1-6/+8
2018-09-02prefs: Remove prefs.gui_use_pref_saveStig Bjørlykke1-15/+5
2018-09-01Qt: Improve fetching preferences from the packet list.Stig Bjørlykke1-0/+1
2018-05-30Qt: fix memleaks on opening a context menuPeter Wu1-0/+3
2018-05-30Qt: fix memleak in PacketList::contextMenuEventPeter Wu1-0/+1
2018-05-25Qt: Configure the selection color via the preferencesPaul Zander1-56/+104
2018-05-17Qt: fix issue found by PVS Studio (V519)Alexis La Goutte1-4/+2
2018-05-09Qt: Update frame selected in several casesStig Bjørlykke1-7/+10
2018-04-30Qt: Make the selected packet in the packet list more clear.Paul Zander1-12/+24
2018-04-17Remove some GTK+-only code.Gerald Combs1-6/+0
2018-04-16Qt: Rename packet_list_enable_colorStig Bjørlykke1-1/+1
2018-04-11Qt: Disable collapsible children in the main window.Gerald Combs1-0/+4
2018-04-05Qt: Remove checks for version below 5.2Roland Knall1-4/+0
2018-03-15Epan+Qt: Invalidate cached column strings.Gerald Combs1-4/+6
2018-03-01Windows: Remove cruft for unsupported versonsGraham Bloice1-12/+3
2018-02-27Qt/USB: Allow USB src/dst addresses to be selected for columnsPeter Wu1-5/+17
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: Keep auto-scroll when starting a new captureStig Bjørlykke1-3/+5
2018-01-15Qt: change obsolete qVariantFromValue into QVariant::fromValue.Dario Lombardo1-3/+3
2018-01-04Convert preference dialog to use more models.Michael Mann1-1/+2
2017-12-28Qt: Remove duplicate copy actionsRoland Knall1-118/+90
2017-12-15Qt: Switch ProtoTree to a treeview+model.Gerald Combs1-15/+3
2017-12-08Have the frame_tvbuff.c routines not use the global cfile.Guy Harris1-1/+3
2017-12-08Move the frame_set stuff back into the capture_file structure.Guy Harris1-2/+2
2017-12-04Put the structure of a capture_file back in cfile.h.Guy Harris1-1/+0
2017-12-04Move the parts of a capture_file used by libwireshark to a new structure.Guy Harris1-2/+2
2017-12-03Use cfile.h to define the capture_file type.Guy Harris1-0/+1
2017-11-23Qt: Add menu option to remove all packet commentsMichael Mann1-0/+19
2017-11-13Qt: Really fix the packet list selectionRoland Knall1-2/+2
2017-11-12Qt: Select correct packet from listStig Bjørlykke1-2/+1