aboutsummaryrefslogtreecommitdiffstats
path: root/ui/qt/packet_list.cpp
AgeCommit message (Expand)AuthorFilesLines
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
2012-11-06Show the byte view when we select a packet. Update some method andGerald Combs1-9/+3
2012-10-30Update the Qt byte view widget to reflect the recent changes in the GTK+Gerald Combs1-18/+29
2012-10-20Make data_source opqaue, add getter for tvb.Jakub Zawadzki1-3/+3
2012-09-20We always HAVE_CONFIG_H so don't bother checking whether we have it or not.Jeff Morriss1-3/+1
2012-09-04Add modelines for Qtshark fileAlexis La Goutte1-0/+13
2012-09-04- Replace packet_list_recreate_visible_rows -> packet_list_recreate_visible_r...Jörg Mayer1-16/+16
2012-09-04Rename new_packet_list.[ch] to packet_list.[ch]Jörg Mayer1-1/+1
2012-08-23Fill in some missing functionality. Rename some variables and rearrangeGerald Combs1-92/+68
2012-08-23Catch key events where needed and direct them to the display filterGerald Combs1-4/+4
2012-08-20Basic "Go to Packet" implementation.Gerald Combs1-1/+3
2012-08-19Handle double-clicks in the tree.Gerald Combs1-19/+25
2012-08-14Add a "View" menu along with actions+slots for expanding and collapsingGerald Combs1-7/+7
2012-08-13Add keyboard shortcuts for the packet list.Gerald Combs1-41/+27
2012-06-28Update Free Software Foundation address.Jakub Zawadzki1-1/+1
2012-01-18Reflect the changes to make the recent-file code GUI-independent.Guy Harris1-3/+2
2012-01-16Reflect the move of some header files to the ui directory.Guy Harris1-2/+3
2012-01-15Move gtk to ui/gtk.Jörg Mayer1-2/+2
2012-01-14Initial status bar functionality. Promote the main window's status barGerald Combs1-8/+10