aboutsummaryrefslogtreecommitdiffstats
path: root/gtk
AgeCommit message (Collapse)AuthorFilesLines
2010-12-03Don't include epan/emem.h twice.Stephen Fisher1-1/+0
svn path=/trunk/; revision=35109
2010-12-03Change the Wireshark stock icon description from "Auto Scroll in Live Capture"Stephen Fisher1-1/+1
to "Auto Scroll" to save space in the main toolbar. Leave the rest of the references (such as in the view menu) as they were. svn path=/trunk/; revision=35108
2010-11-30Convert the .c file names to .obj before putting them in WIRESHARK_GTK_OBJECTS.Jeff Morriss1-1/+1
svn path=/trunk/; revision=35081
2010-11-30Move the port audio source into a separate variable which is not run through ↵Jeff Morriss1-3/+7
checkapi. svn path=/trunk/; revision=35080
2010-11-30Oh yeah, there's a reason we don't put targets in Makefile.common: the first ↵Jeff Morriss3-14/+19
target in a makefile is what you get when you just run make (without a target). Revert 35073 and 35069. svn path=/trunk/; revision=35075
2010-11-29Fix "colorize with filter" functionality that got broken with the ↵Sake Blok1-0/+4
new_packet_list. svn path=/trunk/; revision=35074
2010-11-29Move the checkapi targes to Makefile.common. Rename Makefile.nmake's ↵Jeff Morriss3-19/+14
WIRESHARK_GTK_SRC to WIRESHARK_GTK_ALL_SRC to avoid reusing the variable of the same name from Makefile.common; Put DIRTY_GENERATED_C_FILES back in that variable since checkapi is no longer run on it. svn path=/trunk/; revision=35069
2010-11-29Remove DIRTY_GENERATED_C_FILES from WIRESHARK_GTK_SRC so we don't run ↵Jeff Morriss1-4/+1
checkapi on it. Also remove capture_if_details_dlg_win32.c from the checkapi list since it's in WIRESHARK_GTK_SRC (which is in the list of files checkapi is run against). svn path=/trunk/; revision=35067
2010-11-29Remove file_dlg_win32.c and print_win32.c from the checkapi target.Jeff Morriss1-3/+1
svn path=/trunk/; revision=35066
2010-11-29Add DIRTY_GENERATED_C_FILES to GENERATED_FILES (so they get cleaned up by ↵Jeff Morriss1-1/+4
distclean). svn path=/trunk/; revision=35065
2010-11-29Allow DCT error strings containing given subsets to be filtered upon.Martin Mathieson1-3/+28
svn path=/trunk/; revision=35059
2010-11-28u3.c has moved.Jörg Mayer1-1/+0
svn path=/trunk/; revision=35057
2010-11-28Partially clean up white space.Guy Harris1-104/+104
svn path=/trunk/; revision=35049
2010-11-28Clean up white space.Guy Harris1-366/+374
svn path=/trunk/; revision=35048
2010-11-28Move u3 code to top-level directory since it's not GTK specificStephen Fisher6-246/+3
svn path=/trunk/; revision=35046
2010-11-28Don't report an error twice.Guy Harris1-1/+0
svn path=/trunk/; revision=35045
2010-11-28Add GCC-style printf annotation to the routines that now take a formatGuy Harris2-1/+5
string and format arguments, and fix issues warned about by that. svn path=/trunk/; revision=35044
2010-11-28Clean up white space.Guy Harris1-101/+101
svn path=/trunk/; revision=35043
2010-11-27Make some other statusbar routines take a format string and format args,Guy Harris5-74/+61
and get rid of an unnecessary string pointer. Make the argument to welcome_header_push_msg() a const pointer. svn path=/trunk/; revision=35042
2010-11-27Move main_statusbar.h to the top-level directory; none of its routinesGuy Harris10-101/+29
use GTK+ data types, so, at least in theory, it could be implemented atop another toolkit. Make statusbar_push_temporary_msg() take a format string and format arguments. Use it instead of simple_status(), and change one call to just take a format string and arguments rather than to take the result of using that format string and arguments with g_strdup_printf() and passing the result to statusbar_push_temporary_msg(). svn path=/trunk/; revision=35041
2010-11-26Fix the rest of the include paths after the move of native win32 code to ↵Stephen Fisher4-4/+4
win32 and out of the gtk directory in r35032 svn path=/trunk/; revision=35034
2010-11-26Move native Win32 code to its own directory and out of gtk directory ↵Stephen Fisher7-2405/+11
(hopefully without breaking any builds) svn path=/trunk/; revision=35032
2010-11-25Update comments to point to the previous commit to enhance traceabillity.Anders Broman1-0/+5
svn path=/trunk/; revision=35028
2010-11-25Remove threading of tap update.Anders Broman1-55/+8
See http://www.wireshark.org/lists/wireshark-dev/200611/msg00199.html svn path=/trunk/; revision=35027
2010-11-25Create proper Help reference.Jaap Keuter3-2/+5
svn path=/trunk/; revision=35026
2010-11-24Try to fix dummy header settings alignment.Jaap Keuter1-16/+12
svn path=/trunk/; revision=35019
2010-11-22Remove print_update_dynamic() decl from file_dlg_win32.h since only used in ↵Bill Meier2-52/+49
[...].c svn path=/trunk/; revision=35008
2010-11-21From Jakub Zawadzki via Alexander Koeppe.Anders Broman1-2/+5
Improvement of checking available length highlighting byteview data. https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=5383 svn path=/trunk/; revision=34989
2010-11-20Repair copy (summary and as filter) functionality in the packet-list context ↵Sake Blok1-24/+24
menu. It got broken in the bulk of work required to move to the UImanager. svn path=/trunk/; revision=34984
2010-11-19Remove comments used when editing.Anders Broman1-11/+0
svn path=/trunk/; revision=34975
2010-11-18[UImanager]Add missing GO to frame, and copy paste errors.Anders Broman1-1/+13
svn path=/trunk/; revision=34945
2010-11-17Quote all fields when exporting to CSV. Fixes bug 2811.Chris Maynard7-66/+66
svn path=/trunk/; revision=34920
2010-11-16Split libui into libui and libui_dirty. The latter contains (only)Jeff Morriss3-11/+23
text_import_scanner.c (which is generated and not by us so we can't guarantee that it's clean). svn path=/trunk/; revision=34912
2010-11-16Try to clean up the makefile a bit.Anders Broman1-8/+5
svn path=/trunk/; revision=34898
2010-11-16Accomodate older flex versions.Jaap Keuter6-18/+56
Make scanner compilation more environment agnostic. svn path=/trunk/; revision=34897
2010-11-16Another unused function with MAIN_MENU_USE_UIMANAGERJörg Mayer1-1/+1
svn path=/trunk/; revision=34895
2010-11-15cmake stuff:Jörg Mayer1-1/+11
- Fix fallout from gtk/text_import_scanner.l patch: Wireshark will build with cmake again. - Update README.cmake a bit - Running "cmake -DUI_MANAGER=ON" will give you the new ui-manager. svn path=/trunk/; revision=34885
2010-11-13Try to fix the build for text_import_scanner.Anders Broman1-2/+8
Please check if the compile flags are OK... 3:d time lucky ? svn path=/trunk/; revision=34862
2010-11-13Try to fix the build for text_import_scanner.Anders Broman1-1/+1
Please check if the compile flags are OK... svn path=/trunk/; revision=34861
2010-11-13Add newline at end of file.Martin Mathieson1-1/+1
svn path=/trunk/; revision=34860
2010-11-13Try to fix the build for text_import_scanner,Anders Broman1-0/+6
not sure if it's correct but now it builds text_import_scanner.c but still fails with: c:\wireshark\gtk\text_import.h(34) : fatal error C1083: Cannot open include file : 'glib.h': No such file or directory NMAKE : fatal error U1077: '"c:\Program Files (x86)\Microsoft Visual Studio 9.0\ VC\BIN\x86_amd64\cl.EXE"' : return code '0x2' Stop. NMAKE : fatal error U1077: '"c:\Program Files (x86)\Microsoft Visual Studio 9.0\ VC\BIN\nmake.exe"' : return code '0x2' Stop. svn path=/trunk/; revision=34858
2010-11-13Get the build going again from the source distribution, with text import.Jaap Keuter1-0/+1
svn path=/trunk/; revision=34857
2010-11-12Add text import capability, like text2pcap, directly into the GUI.Jaap Keuter9-3/+2548
svn path=/trunk/; revision=34856
2010-11-12Fix a column typo, and give them different menu accelerator keys.Martin Mathieson2-2/+2
svn path=/trunk/; revision=34851
2010-11-09Bugfix from Irene Ruengeler to improve the TSN plot for SCTPMichael Tüxen1-2/+2
when large gap reports are present. svn path=/trunk/; revision=34823
2010-11-09Added check for valid finfo->ds_tvb in packet_hex_print(), as we do notStig Bjørlykke1-2/+2
always have finfo->ds_tvb. This bug was introdused in revision 34796. svn path=/trunk/; revision=34821
2010-11-08Use value_string_ext fcns to access certain value_string arrays;Bill Meier1-1/+1
Sort a few value_string arrays to be in ascending order by value; Do minor reformatting and whitespace cleanup. svn path=/trunk/; revision=34813
2010-11-08Make maxlen a gsize instead of a guint.Chris Maynard1-1/+1
svn path=/trunk/; revision=34808
2010-11-08Allow objects to be saved that otherwise couldn't be due to invalid charactersChris Maynard1-3/+90
in the filename, excessive filename lengths or duplicate filenames. Fixes bug 1671. svn path=/trunk/; revision=34805
2010-11-08Use value_string_ext for RTP payload types.Anders Broman3-3/+3
svn path=/trunk/; revision=34804