aboutsummaryrefslogtreecommitdiffstats
path: root/ui/qt/packet_list.cpp
AgeCommit message (Expand)AuthorFilesLines
2015-03-05Qt: Add extra related packet indicator types.Gerald Combs1-8/+5
2015-03-05Qt: Redraw the packet list when a column is resized.Gerald Combs1-0/+1
2015-03-01Qt: Don't autoscroll if we're not capturing.Gerald Combs1-1/+1
2015-02-27Qt: Automatically scroll the packet list.Michal Labedzki1-9/+61
2015-02-26Translations : fix trailing whitespace when generate translations fileAlexis La Goutte1-1/+1
2015-02-24Qt: Apply recent settings.Gerald Combs1-31/+59
2015-02-24Qt: Fix a crash when changing the layout.Gerald Combs1-2/+2
2015-02-13Qt: Allow shift-double-clicking on a frame link.Gerald Combs1-1/+1
2015-02-13Qt: More #include → forward declarations.Gerald Combs1-0/+2
2015-02-12Qt: Add the "new packet" window^Wdialog^Wwindow.Gerald Combs1-2/+4
2015-02-07Qt: Add the Coloring Rules dialog.Gerald Combs1-0/+6
2015-01-30Qt: Add the RTP Streams dialog.Gerald Combs1-1/+0
2015-01-27Qt: Update packet list freeze/thaw behavior.Gerald Combs1-4/+5
2015-01-27Packet List (Qt): fix extra ‘;’ [-Wpedantic]Alexis La Goutte1-1/+1
2015-01-27qt: clear tree and bytes when no packet selectedEvan Huus1-0/+4
2015-01-18Update some comments to reflect reality.Guy Harris1-1/+0
2015-01-18Miscellaneous ep_strdup_printf replacement.Michael Mann1-1/+4
2015-01-15Packet List (Qt): Missing break in switch (CID 1262418)Alexis La Goutte1-0/+1
2015-01-06Qt: Add a context menu to the packet list header.Gerald Combs1-0/+162
2014-11-16Remove ipproto member of packet_info.Michael Mann1-4/+3
2014-11-05Qt: Simplify disabling entries in ContextMenuMichal Labedzki1-50/+18
2014-11-04Qt: Dynamic languagesMichal Labedzki1-18/+41
2014-10-21Qt: Fill in time display menu items. Other fixes and updates.Gerald Combs1-15/+18
2014-10-06Qt: Packet list column sorting.Gerald Combs1-10/+17
2014-09-23Qt: Add zoom and column resize actions.Gerald Combs1-2/+7
2014-09-23Qt: Add the colorization action.Gerald Combs1-2/+2
2014-07-21[WIP] Add a conversation dialog.Gerald Combs1-0/+2
2014-06-17Make sure we hide columns for live captures as well.Gerald Combs1-9/+6
2014-06-16Column visibility fixups.Gerald Combs1-5/+14
2014-06-16Hide hidden columns in Qt.Gerald Combs1-1/+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-2/+2
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-05-09Revert "Refactor Wiretap"Guy Harris1-1/+1
2014-05-09Refactor WiretapMichael Mann1-1/+1
2014-03-04Remove all $Id$ from top of fileAlexis La Goutte1-2/+0
2014-03-01Fix some scan-build warnings.Gerald Combs1-1/+1
2014-02-16Stack overflow after selecting data when filter is applied that has no result...Alexis La Goutte1-1/+1
2013-12-24add ssl detection to proto_get_frame_protocols()Martin Kaiser1-1/+1
2013-12-18Add 'Filter Association' to context menu in packet list.Irene Rüngeler1-1/+1
2013-12-13Add dialogs and graphs to analyse SCTP behavior similar to the GTK version.Irene Rüngeler1-1/+19
2013-12-10Add "Decode As" to the packet list and protocol tree context menus.Gerald Combs1-1/+5
2013-11-24Rmove packet_info argument from packet_list_append(), never used.Jakub Zawadzki1-2/+1
2013-11-23Replace similar code with a common routine.Gerald Combs1-16/+1
2013-11-22Fix packet list selection signaling.Gerald Combs1-2/+2
2013-11-21Remove packet_info->ipproto and packet_info->ethertype uses in the GUI. Conv...Michael Mann1-17/+23
2013-11-15When we freeze the packet list disconnect its model.Gerald Combs1-2/+14
2013-10-18After looking for something in the column-*.h files andJörg Mayer1-1/+1
2013-10-14PacketList and ProtoTree need access to MainWindow at initializationGerald Combs1-0/+2