aboutsummaryrefslogtreecommitdiffstats
path: root/ui/qt/packet_list_record.cpp
AgeCommit message (Expand)AuthorFilesLines
2016-07-14Qt: Allocate packet list records using wmem.Gerald Combs1-9/+33
2016-02-05Qt: Add check for field extractorsStig Bjørlykke1-2/+3
2016-01-24Add the packet number to the packet_info structure, and use it.Guy Harris1-1/+1
2016-01-13Do not apply color rule filter every dissectionPeter Wu1-1/+4
2016-01-01Make color filters part of dissectionMichael Mann1-3/+0
2015-12-28Refactor GUI dependencies out of color_filters.[ch] and move it to epan direc...Michael Mann1-2/+1
2015-09-11Try using GStringChunks in PacketListRecord.Gerald Combs1-9/+23
2015-08-28Speed up column sorting.Gerald Combs1-5/+8
2015-07-22Ensure to copy the (un)resolved (source|destination) address columns before f...Pascal Quantin1-17/+17
2015-07-20Add general a busy progress indicator.Gerald Combs1-1/+0
2015-07-16Qt: Frame flag updates.Gerald Combs1-0/+1
2015-06-29Take all epan_column_info members that always get allocated to "number of col...Michael Mann1-5/+5
2015-03-12Qt: Allow multiple lines in the packet list.Gerald Combs1-2/+14
2015-03-05Qt: Add extra related packet indicator types.Gerald Combs1-1/+7
2014-10-21Qt: Fill in time display menu items. Other fixes and updates.Gerald Combs1-3/+7
2014-10-06Qt: Packet list column sorting.Gerald Combs1-6/+2
2014-09-23Qt: Add the colorization action.Gerald Combs1-1/+6
2014-08-02Rename buffer_ routines to ws_buffer_ to avoid name collisions.Guy Harris1-3/+3
2014-07-07Qt: Cache packet list column strings.Gerald Combs1-9/+207
2014-03-04Remove all $Id$ from top of fileAlexis La Goutte1-2/+0
2013-08-28Comment out some unused variables.Gerald Combs1-1/+3
2013-07-08New Qt feature: Show related packet list items in the frame numberGerald Combs1-6/+3
2012-12-17Implement the frame mark, ignore, and time reference actions. Update theGerald Combs1-4/+4
2012-10-13Always initiailize member variables in constructors, even if it's just to NULL.Evan Huus1-2/+2
2012-09-04Add modelines for Qtshark fileAlexis La Goutte1-0/+13
2012-06-28Update Free Software Foundation address.Jakub Zawadzki1-1/+1
2012-01-04Add initial support for Qt along with a "ui" subdirectory.Gerald Combs1-0/+49