aboutsummaryrefslogtreecommitdiffstats
path: root/ui
AgeCommit message (Expand)AuthorFilesLines
2012-09-29Revert most of r45210. We don't use the return value of GetExitCodeProcess(),...Chris Maynard1-0/+3
2012-09-29More unused variables caught by cppcheck.Evan Huus3-13/+8
2012-09-29Don't fetch the exit code of our child process, we never use it.Evan Huus1-5/+1
2012-09-29Fix some memleaks caught by cppcheck.Evan Huus1-1/+5
2012-09-29Remove some unused variables caught by cppcheck.Evan Huus1-7/+1
2012-09-28remove some very old comments about multithreaded tap implementation...Jakub Zawadzki8-57/+0
2012-09-28protect_thread_critical_region, unprotect_thread_critical_region are no-ops, ...Jakub Zawadzki42-149/+0
2012-09-28Increase the default width of the capture options dialog so all columns are v...Chris Maynard1-2/+2
2012-09-28The details tab looked lonely. Give it an icon too.Chris Maynard1-4/+12
2012-09-28Add a filter icon to the custom filter button.Chris Maynard1-1/+2
2012-09-27Only define a parameter name if we end up using it, to fix theEvan Huus2-2/+10
2012-09-26Call fileset_file_closed from cf_cb_file_closed.Gerald Combs2-1/+9
2012-09-26Add a cf_cb_file_opened callback and use it instead of callingGerald Combs4-3/+16
2012-09-26Fix compilation on Windows.Gerald Combs3-11/+14
2012-09-26Add the so-called "friendly name", as provided by NDIS; at least withGuy Harris1-0/+14
2012-09-26Implement "Save" and "Save As".Gerald Combs6-35/+463
2012-09-26Allow IPv6 addresses to be mapped.Chris Maynard1-2/+3
2012-09-26Revision 45146 fixed only the first map. This patch fixes all maps.Chris Maynard1-3/+11
2012-09-26Fix https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=5016 - No markers sho...Chris Maynard1-2/+5
2012-09-25Fix error checking logic.Gerald Combs1-1/+1
2012-09-25Add load of translate QLibraryInfo to have standart button (and other stuff) ...Alexis La Goutte1-0/+5
2012-09-25Use "common help_url function" for qtsharkAlexis La Goutte2-6/+69
2012-09-25Add modelines info for qtshark import fileAlexis La Goutte2-0/+26
2012-09-24change the capture comment icon in the statusbar from "add" to "edit"Martin Kaiser2-0/+8
2012-09-24allow setting a capture comment from the statusbar when a capture was startedMartin Kaiser1-0/+2
2012-09-24fix compilation on linuxMartin Kaiser1-0/+1
2012-09-24Fix compilation on Windows.Gerald Combs3-13/+13
2012-09-24Unify some of the GTK+ and Win32 "Save As" code and behavior. This willGerald Combs5-405/+346
2012-09-24Just as we don't show the "Wireless Settings" button for non-AirPcapGuy Harris1-12/+13
2012-09-23Glib type checking might be cheap, but there's no need to do it twice.Jakub Zawadzki1-12/+17
2012-09-23Store pointers to previously displayed and captured packet, not nstime_t deltas.Jakub Zawadzki1-22/+0
2012-09-23Display the "no interfaces" message in qtshark on any type of error,Evan Huus1-1/+2
2012-09-23Speedup loading capture files by about 20%-30% (wireshark only)Jakub Zawadzki1-2/+1
2012-09-22Fix for bug 7744:Jaap Keuter1-24/+19
2012-09-22Do not display a "Wireless Settings" button for non-AirPcap interfaces;Guy Harris2-14/+13
2012-09-22Change "LED" to "icon" and add a packet comment icon to the corresponding exp...Chris Maynard2-9/+15
2012-09-20Fix a read-after-free (as detected by Valgrind):Jeff Morriss1-1/+5
2012-09-20Have File->import write pcapng files.Anders Broman2-1/+64
2012-09-20We always HAVE_CONFIG_H so don't bother checking whether we have it or not.Jeff Morriss11-31/+9
2012-09-20We always HAVE_CONFIG_H so don't bother checking whether we have it or not.Jeff Morriss186-523/+151
2012-09-20We always HAVE_CONFIG_H so don't bother checking whether we have it or not.Jeff Morriss39-111/+33
2012-09-19Add gzip support to the Win32 "Save As" dialog. Don't crash in the Win32Gerald Combs3-29/+65
2012-09-19Fix https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=7731 :Jeff Morriss1-3/+3
2012-09-19Use g_new instead of g_malloc to avoid manual C-style casting in C++ code.Evan Huus1-1/+1
2012-09-19Use guilibsdll and htmlhelp.lib in the Qt build.Gerald Combs1-1/+1
2012-09-18Fix format string.Guy Harris1-1/+1
2012-09-18Remove a debugging mesage.Gerald Combs1-1/+0
2012-09-18Fix call to g_filename_to_uri(), and do error checking.Guy Harris1-2/+11
2012-09-18import_text_dialog.cpp: Use the common help URL routines.Gerald Combs3-17/+22
2012-09-18Fix compilation on Windows.Gerald Combs1-1/+1