summaryrefslogtreecommitdiff
path: root/ui/gtk
AgeCommit message (Expand)AuthorFilesLines
2013-06-27Windows changes for main_window_update ....Luis Ontanon3-4/+4
2013-06-27cleanup, use packet_list_iter_nth_child() in another place.Jakub Zawadzki1-19/+1
2013-06-27get main_window_update out of the way... pass an update_cb to the capture_syn...Luis Ontanon6-18/+28
2013-06-26#gtk #packet-list simplify, use gtk_tree_view_column_add_attribute() for text...Jakub Zawadzki1-15/+3
2013-06-26packet-editor: Allow focus for byteview, it should fix problems with field he...Jakub Zawadzki1-0/+3
2013-06-26Move tap-*-common.{h,c} into ui/ since that's the home for common UI functions.Jeff Morriss2-2/+2
2013-06-26Move tempfile.{h,c} into wsutil.Jeff Morriss8-8/+8
2013-06-26As pointed out by Guy: timestats uses packet_info so it belongs in epanJeff Morriss6-6/+6
2013-06-25Move a couple of time-related modules into wsutil.Jeff Morriss20-22/+7
2013-06-25Fix build with packet editor enabled. (Fix a typo while we're at it.)Guy Harris1-31/+30
2013-06-25Allocate memory for col_text[_len] when really neededJakub Zawadzki1-23/+13
2013-06-25packet_list_iter_children() simplify, just call packet_list_iter_nth_child(.....Jakub Zawadzki1-21/+1
2013-06-21Cast away another implicit conversion not allowed in C++ warningStephen Fisher1-1/+1
2013-06-21Sort the man pages. Add capinfos and reordercap. Should we also any others ...Chris Maynard1-14/+30
2013-06-21One more fix for the protocol grey highlighting.Evan Huus1-2/+4
2013-06-21Yet another fix, put spaces in insensitive or normal state.Jakub Zawadzki1-6/+9
2013-06-21fix for r50095 don't fetch parent hfinfo, traverse tree to get top one.Jakub Zawadzki1-19/+38
2013-06-20Highlight protocol bytes in grey, idea stolen from qtsharkJakub Zawadzki3-24/+78
2013-06-20Fix file_import_dlg.c:132: warning: useless storage class specifier in emptyEvan Huus1-1/+1
2013-06-20Sort the list of encapsulation types, but still have Ethernet be the default.Chris Maynard1-3/+39
2013-06-19update the button in the status bar when a packet comment is addedMartin Kaiser1-0/+1
2013-06-19Implement bug 8675: show stream id in follow TCP stream window.Martin Mathieson1-6/+8
2013-06-19Fix for bug 6090. Clear the list store when resetting the dialog.Martin Mathieson1-0/+5
2013-06-19If the user turns off printing of the packet summary line, disable the column...Chris Maynard1-3/+9
2013-06-19Remove col_headings_cb from print_cmd_toggle_detail() altogether. It's not n...Chris Maynard1-3/+1
2013-06-19Try and keep r50047 and still fixEvan Huus1-2/+3
2013-06-19Fix forJörg Mayer1-2/+2
2013-06-19Allow for column headers not to be printed in order to make it possible to ex...Chris Maynard2-4/+28
2013-06-18Add ability to export decrypted IPsec PDUsPascal Quantin1-1/+2
2013-06-16Make the B->A graph label show as A<-B to be consistent with the columnMartin Mathieson2-2/+2
2013-06-16Have the seek-read routines take a Buffer rather than a guint8 pointerGuy Harris8-40/+47
2013-06-14Ensure that Wireshark isn't obscured by the system taskbar or by any other de...Chris Maynard1-0/+35
2013-06-12From Peter Hatina via https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=8793 :Jeff Morriss1-2/+21
2013-06-09If, after editing the settings for a particular interface, we don't haveGuy Harris1-0/+5
2013-06-08Fix 'Misaligned columns in hex dump pane' [1]Jakub Zawadzki1-0/+1
2013-06-07Ensure we only put private profiles directly in the profiles menu and Stig Bjørlykke1-2/+2
2013-06-06From report of IgorVK via https://bugs.wireshark.org/bugzilla/show_bug.cgi?id...Alexis La Goutte1-0/+1
2013-06-05As of r49659, StatisticsMenu is now just Statistics.Chris Maynard1-5/+5
2013-06-03Apply the same tooltip for the text entry as for the updated label tooltip in...Chris Maynard1-3/+2
2013-06-03Custom columns are specified using display filter field names, notGerald Combs1-2/+1
2013-06-01Implement PARAM_UINT as a spin button with a range of 0 to G_MAXUINT.Guy Harris1-1/+19
2013-05-31Neither gtk_mac_lte_stat_init() nor gtk_rlc_lte_stat_init() are referredGuy Harris3-4/+2
2013-05-31The SIP and WSP statistics taps register themselves; get rid of theirGuy Harris4-19/+0
2013-05-31Add a REGISTER_STAT_GROUP_TELEPHONY_SCTP, make the SCTP chunk counterGuy Harris5-20/+4
2013-05-31The BOOTP/DHCP statistics tap registers itself; get rid of the explicitGuy Harris3-11/+0
2013-05-31Consistently use "/Statistics", rather than "/StatisticsMenu", in actionGuy Harris1-55/+55
2013-05-31Add a REGISTER_STAT_GROUP_TELEPHONY_LTE for the Telephony/LTE menu, andGuy Harris5-20/+4
2013-05-31Don't call gtk_widget_unregister_window() in bytes_view_unrealize() after GTK...Balint Reczey1-3/+1
2013-05-31Use #ifdefs in the XML to include or exclude the packet-editor andGuy Harris1-72/+60
2013-05-31IOSTAT: plot LOAD y-axis in number of I/O not number of I/O times 1000Ronnie Sahlberg1-0/+10