aboutsummaryrefslogtreecommitdiffstats
path: root/ui/qt/packet_list.cpp
AgeCommit message (Expand)AuthorFilesLines
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
2013-09-09From Thomas ERSFELD (GSoC13)Alexis La Goutte1-1/+56
2013-09-07Fix PacketList::goToPacket work correctly. Minor screen graphGerald Combs1-2/+3
2013-09-06Switch from a 20 segment moving average to a 1 second MA. Add a #defineGerald Combs1-0/+1
2013-08-01Remove fdata->opt_comment, add pkt_comment to pinfoJakub Zawadzki1-12/+13
2013-07-23From Thomas ERSFELD (GSoC13) Qtshark : Columns in the packet list table are n...Alexis La Goutte1-0/+2
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/+3
2013-07-08New Qt feature: Show related packet list items in the frame numberGerald Combs1-9/+22
2013-06-16Make the libwiretap Buffer routines usable from C++, and fix the C++ UIGuy Harris1-1/+1
2013-01-24Add font and color preferences. Unfortunately Qt doesn't have a colorGerald Combs1-3/+3
2013-01-20Add Some missing text to translateAlexis La Goutte1-2/+2
2013-01-18Rename the "saved_val" preference element to "stashed_val" in order toGerald Combs1-2/+2
2012-12-26Hopefully this case is OK in C++; bit-fields can't be enums in standardGuy Harris1-1/+1
2012-12-23Qt: Implement packet comments. Fix packet detail updates.Gerald Combs1-2/+79
2012-12-21Add time shifting to the packet list context menu.Gerald Combs1-2/+1
2012-12-17Implement the frame mark, ignore, and time reference actions. Update theGerald Combs1-5/+144
2012-12-07Add a context menu to the packet list and fill in theGerald Combs1-10/+199
2012-12-07Implement the items under "Edit→Copy", "Analyze→Apply as Filter" andGerald Combs1-0/+21
2012-11-06Connect a signal+slot only once.Gerald Combs1-6/+3