aboutsummaryrefslogtreecommitdiffstats
path: root/ui/qt/packet_list_model.cpp
AgeCommit message (Expand)AuthorFilesLines
2015-06-29Take all epan_column_info members that always get allocated to "number of col...Michael Mann1-3/+3
2015-05-07Qt: Fix packet list column resizing.Gerald Combs1-10/+9
2015-03-12Qt: Allow multiple lines in the packet list.Gerald Combs1-12/+32
2015-02-24Qt: Apply recent settings.Gerald Combs1-1/+2
2014-10-21Qt: Fill in time display menu items. Other fixes and updates.Gerald Combs1-1/+3
2014-10-06Qt: QVector::length was added in Qt 5.2.Gerald Combs1-2/+2
2014-10-06Qt: Packet list column sorting.Gerald Combs1-3/+100
2014-09-23Qt: Add zoom and column resize actions.Gerald Combs1-1/+15
2014-09-23Qt: Add the colorization action.Gerald Combs1-8/+13
2014-07-07Qt: Cache packet list column strings.Gerald Combs1-105/+15
2014-06-17Make sure we hide columns for live captures as well.Gerald Combs1-9/+5
2014-05-25Add support for dissecting non-packet records.Guy Harris1-1/+1
2014-05-24Allow wtap_read() and wtap_seek_read() to return records other than packets.Guy Harris1-3/+3
2014-05-23Revert "Allow wtap_read() and wtap_seek_read() to return non-packet records."Guy Harris1-1/+1
2014-05-23Allow wtap_read() and wtap_seek_read() to return non-packet records.Guy Harris1-1/+1
2014-03-27Fix bug9931 'Encapsulated ethernet packets sometimes show invalid FCS'Hadriel Kaplan1-0/+2
2014-03-04Remove all $Id$ from top of fileAlexis La Goutte1-2/+0
2013-10-18After looking for something in the column-*.h files andJörg Mayer1-1/+1
2013-09-07Fix PacketList::goToPacket work correctly. Minor screen graphGerald Combs1-0/+9
2013-07-23From Thomas ERSFELD (GSoC13) Qtshark : Columns in the packet list table are n...Alexis La Goutte1-0/+6
2013-07-21Some work on multi file dissectionJakub Zawadzki1-1/+1
2013-07-11packet dissection now takes pointer to tvb instead of guint8 dataJakub Zawadzki1-1/+2
2013-07-08New Qt feature: Show related packet list items in the frame numberGerald Combs1-5/+33
2013-06-25Move a couple of time-related modules into wsutil.Jeff Morriss1-1/+1
2013-06-16Make the libwiretap Buffer routines usable from C++, and fix the C++ UIGuy Harris1-3/+6
2012-12-17Implement the frame mark, ignore, and time reference actions. Update theGerald Combs1-2/+1
2012-10-30Update the Qt byte view widget to reflect the recent changes in the GTK+Gerald Combs1-13/+26
2012-10-16Use local variable, local one is also used later by epan_dissect_run().Jakub Zawadzki1-1/+1
2012-10-16Don't try to use a non-existant pseudo_header variable.Evan Huus1-1/+1
2012-10-16Add wtap_pseudo_header union to wtap_pkthdr structure.Jakub Zawadzki1-2/+2
2012-09-04Add modelines for Qtshark fileAlexis La Goutte1-0/+13
2012-08-23Fill in some missing functionality. Rename some variables and rearrangeGerald Combs1-81/+82
2012-06-28Update Free Software Foundation address.Jakub Zawadzki1-1/+1
2012-01-20Remove or mark unused variables.Gerald Combs1-0/+3
2012-01-09Remove some debug logging.Gerald Combs1-2/+1
2012-01-04Add initial support for Qt along with a "ui" subdirectory.Gerald Combs1-0/+293