aboutsummaryrefslogtreecommitdiffstats
path: root/ui
AgeCommit message (Expand)AuthorFilesLines
2013-06-20Highlight protocol bytes in grey, idea stolen from qtsharkJakub Zawadzki3-24/+78
2013-06-20Sort the encapsulation type combo box similar to the GTK change in r50077.Gerald Combs1-0/+1
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-19Try to make it more obvious that you can select unselected task listGerald Combs1-14/+17
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 Maynard4-12/+50
2013-06-18Add ability to export decrypted IPsec PDUsPascal Quantin1-1/+2
2013-06-17Fix qt make buildbot stepAlexis La Goutte1-1/+3
2013-06-16Make the B->A graph label show as A<-B to be consistent with the columnMartin Mathieson2-2/+2
2013-06-16Make the libwiretap Buffer routines usable from C++, and fix the C++ UIGuy Harris2-4/+7
2013-06-16Have the seek-read routines take a Buffer rather than a guint8 pointerGuy Harris8-40/+47
2013-06-15Make use of text metrics and devmode data to properly format a page for print...Chris Maynard1-161/+183
2013-06-14Ensure that Wireshark isn't obscured by the system taskbar or by any other de...Chris Maynard1-0/+35
2013-06-13On OS X set the toolbar icon size to match our current icons.Gerald Combs1-1/+2
2013-06-12From Peter Hatina via https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=8793 :Jeff Morriss1-2/+21
2013-06-10Check for QtMacExtras, and if we have it use it to switch to a nativeGerald Combs2-2/+19
2013-06-10Removing libui_dirty.a in r48976 broke CMake + Qt Creator builds. FixGerald Combs1-2/+8
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-04The CommDlg_OpenSave_GetFilePath macro fetches the path+name of the mostGerald Combs1-36/+26
2013-06-04From Mike Garratt:Anders Broman1-3/+19
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
2013-05-30Put back some conversation list and endpoint list statistics presumablyGuy Harris1-0/+3
2013-05-30Add a stat group REGISTER_STAT_GROUP_TELEPHONY_GSM for the Telephony/GSMGuy Harris4-10/+4
2013-05-30Use gtk_widget_register_window() and gtk_widget_unregister_window()Balint Reczey1-0/+8
2013-05-29Fix and clarify name resolution preference tooltips. Print theGerald Combs1-3/+4
2013-05-29Bugfix crash when 'SCTP' -> 'Prepare Filter for this Association' has no asso...Michael Mann1-0/+2
2013-05-28In ICMP taps, don't use g_slist_insert_sorted (which results inEvan Huus2-4/+10
2013-05-25Object::connect: No such signal WiresharkApplication::captureCaptureUpdateCon...Alexis La Goutte1-2/+2