aboutsummaryrefslogtreecommitdiffstats
path: root/gtk
AgeCommit message (Collapse)AuthorFilesLines
2010-11-22Remove print_update_dynamic() decl from file_dlg_win32.h since only used in ↵wmeier2-52/+49
[...].c git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@35008 f5534014-38df-0310-8fa8-9805f1628bb7
2010-11-21From Jakub Zawadzki via Alexander Koeppe.etxrab1-2/+5
Improvement of checking available length highlighting byteview data. https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=5383 git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@34989 f5534014-38df-0310-8fa8-9805f1628bb7
2010-11-20Repair copy (summary and as filter) functionality in the packet-list context ↵sake1-24/+24
menu. It got broken in the bulk of work required to move to the UImanager. git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@34984 f5534014-38df-0310-8fa8-9805f1628bb7
2010-11-19Remove comments used when editing.etxrab1-11/+0
git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@34975 f5534014-38df-0310-8fa8-9805f1628bb7
2010-11-18[UImanager]Add missing GO to frame, and copy paste errors.etxrab1-1/+13
git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@34945 f5534014-38df-0310-8fa8-9805f1628bb7
2010-11-17Quote all fields when exporting to CSV. Fixes bug 2811.cmaynard7-66/+66
git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@34920 f5534014-38df-0310-8fa8-9805f1628bb7
2010-11-16Split libui into libui and libui_dirty. The latter contains (only)morriss3-11/+23
text_import_scanner.c (which is generated and not by us so we can't guarantee that it's clean). git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@34912 f5534014-38df-0310-8fa8-9805f1628bb7
2010-11-16Try to clean up the makefile a bit.etxrab1-8/+5
git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@34898 f5534014-38df-0310-8fa8-9805f1628bb7
2010-11-16Accomodate older flex versions.jake6-18/+56
Make scanner compilation more environment agnostic. git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@34897 f5534014-38df-0310-8fa8-9805f1628bb7
2010-11-16Another unused function with MAIN_MENU_USE_UIMANAGERjmayer1-1/+1
git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@34895 f5534014-38df-0310-8fa8-9805f1628bb7
2010-11-15cmake stuff:jmayer1-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. git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@34885 f5534014-38df-0310-8fa8-9805f1628bb7
2010-11-13Try to fix the build for text_import_scanner.etxrab1-2/+8
Please check if the compile flags are OK... 3:d time lucky ? git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@34862 f5534014-38df-0310-8fa8-9805f1628bb7
2010-11-13Try to fix the build for text_import_scanner.etxrab1-1/+1
Please check if the compile flags are OK... git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@34861 f5534014-38df-0310-8fa8-9805f1628bb7
2010-11-13Add newline at end of file.martinm1-1/+1
git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@34860 f5534014-38df-0310-8fa8-9805f1628bb7
2010-11-13Try to fix the build for text_import_scanner,etxrab1-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. git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@34858 f5534014-38df-0310-8fa8-9805f1628bb7
2010-11-13Get the build going again from the source distribution, with text import.jake1-0/+1
git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@34857 f5534014-38df-0310-8fa8-9805f1628bb7
2010-11-12Add text import capability, like text2pcap, directly into the GUI.jake9-3/+2548
git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@34856 f5534014-38df-0310-8fa8-9805f1628bb7
2010-11-12Fix a column typo, and give them different menu accelerator keys.martinm2-2/+2
git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@34851 f5534014-38df-0310-8fa8-9805f1628bb7
2010-11-09Bugfix from Irene Ruengeler to improve the TSN plot for SCTPtuexen1-2/+2
when large gap reports are present. git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@34823 f5534014-38df-0310-8fa8-9805f1628bb7
2010-11-09Added check for valid finfo->ds_tvb in packet_hex_print(), as we do notstig1-2/+2
always have finfo->ds_tvb. This bug was introdused in revision 34796. git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@34821 f5534014-38df-0310-8fa8-9805f1628bb7
2010-11-08Use value_string_ext fcns to access certain value_string arrays;wmeier1-1/+1
Sort a few value_string arrays to be in ascending order by value; Do minor reformatting and whitespace cleanup. git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@34813 f5534014-38df-0310-8fa8-9805f1628bb7
2010-11-08Make maxlen a gsize instead of a guint.cmaynard1-1/+1
git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@34808 f5534014-38df-0310-8fa8-9805f1628bb7
2010-11-08Allow objects to be saved that otherwise couldn't be due to invalid characterscmaynard1-3/+90
in the filename, excessive filename lengths or duplicate filenames. Fixes bug 1671. git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@34805 f5534014-38df-0310-8fa8-9805f1628bb7
2010-11-08Use value_string_ext for RTP payload types.etxrab3-3/+3
git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@34804 f5534014-38df-0310-8fa8-9805f1628bb7
2010-11-06From Alexander Koeppe:etxrab1-0/+2
Patch that fixes overflowing highlighting of data. https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=5374 git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@34796 f5534014-38df-0310-8fa8-9805f1628bb7
2010-11-05Use value_string_ext fcns to access certain value_string arrays;wmeier1-21/+14
Sort certain value_string arrays so the values are in ascending order; Use val_to_str_ext() instead of for loops to do value_string array lookups (voip_calls.c). Minor whitespace cleanup. git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@34794 f5534014-38df-0310-8fa8-9805f1628bb7
2010-11-05Corrected an if-statement in field_select_row_cb() where checking forstig1-1/+1
hfinfo->strings and hfinfo->display. This bug was found by clang. git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@34785 f5534014-38df-0310-8fa8-9805f1628bb7
2010-11-05From Alexander Koeppe:etxrab1-9/+16
Window Scaling Graph - Fix display of x-axis in long-lasting captures https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=5341 git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@34782 f5534014-38df-0310-8fa8-9805f1628bb7
2010-11-04Support empty column titles.stig1-3/+11
git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@34777 f5534014-38df-0310-8fa8-9805f1628bb7
2010-11-04From Alexis La Goutte:jake1-13/+7
Replace all *_min()/*_max() by MIN() and MAX(). git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@34769 f5534014-38df-0310-8fa8-9805f1628bb7
2010-11-03Use value_string_ext fcns to access certain value_string arrays;wmeier1-6/+8
Some whitespace cleanup. git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@34763 f5534014-38df-0310-8fa8-9805f1628bb7
2010-11-03Use g_utf16_toutf8() instead of utf_16to8() to avoid the last display filtercmaynard1-12/+15
applied from being overwritten. Fixes bug 3894. Also, combined the open and merge filters into one, so we have a single most recently used filter. git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@34759 f5534014-38df-0310-8fa8-9805f1628bb7
2010-11-02(GTKUImanger)etxrab1-8/+17
- make the accelerators work. git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@34751 f5534014-38df-0310-8fa8-9805f1628bb7
2010-11-01Use more descriptive names for capture filter and display filter icons.stig1-2/+2
They are displayed in the toolbar dropdown when the window is too narrow. git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@34741 f5534014-38df-0310-8fa8-9805f1628bb7
2010-10-30Added a icon for "Edit Column Details".stig1-1/+1
git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@34724 f5534014-38df-0310-8fa8-9805f1628bb7
2010-10-30Redissect packets instead of reload file on UAT changes.stig1-6/+3
This way we can do changes while capturing. git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@34709 f5534014-38df-0310-8fa8-9805f1628bb7
2010-10-29Fix https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=4768 :morriss1-8/+12
Return an error if the user specifies a value in a range in excess of the range-specified maximum. Except when reading in preferences files which might have ranges that exceed the maximum (because we didn't use to check): in that case silently lower the out-of-range values. git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@34703 f5534014-38df-0310-8fa8-9805f1628bb7
2010-10-29Make the third argument to a UAT copy callback a size_t (not that any ofguy1-1/+1
the callbacks we have use that argument - is it really needed?). git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@34694 f5534014-38df-0310-8fa8-9805f1628bb7
2010-10-29Added a cast from size_t to unsigned int.stig1-1/+1
git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@34693 f5534014-38df-0310-8fa8-9805f1628bb7
2010-10-29Use value_string_ext fcns to access certain value_string arrays.wmeier2-4/+4
git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@34692 f5534014-38df-0310-8fa8-9805f1628bb7
2010-10-29Added a Copy button in UAT dialogs.stig1-7/+33
Fixed setting sensitivity when having a selected row. git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@34691 f5534014-38df-0310-8fa8-9805f1628bb7
2010-10-27Calculate correct io->start_time.stig1-1/+1
This fixes bug 5340. git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@34661 f5534014-38df-0310-8fa8-9805f1628bb7
2010-10-24#if 0 "Work in progress" codeetxrab1-16/+23
git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@34638 f5534014-38df-0310-8fa8-9805f1628bb7
2010-10-24Fix "More unused warnings in new menu code" based on code from Jörg Mayer.etxrab1-66/+242
git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@34636 f5534014-38df-0310-8fa8-9805f1628bb7
2010-10-21Fixed "Compiled with" information in the About box.stig1-11/+15
git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@34601 f5534014-38df-0310-8fa8-9805f1628bb7
2010-10-19Fix problem with creating filter expressions (where stats window is limited ↵martinm1-5/+11
by existing filter). git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@34567 f5534014-38df-0310-8fa8-9805f1628bb7
2010-10-18(GUIManager) Make opening a recent file work from the recent files menu.etxrab2-22/+57
git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@34562 f5534014-38df-0310-8fa8-9805f1628bb7
2010-10-18(GTKUImanger)etxrab1-28/+60
- Make Open file from the welocme screen work again. git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@34556 f5534014-38df-0310-8fa8-9805f1628bb7
2010-10-14Rework "extended value strings":wmeier1-1/+1
- Allow direct access when a range of values begins with a value other than 0; - Provide value_string_ext_new() for creating extended value strings at runtime; - Do access to value_string_ext members via a macro (all but value_string.c); - Update documentation. git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@34514 f5534014-38df-0310-8fa8-9805f1628bb7
2010-10-14Make variables used only in file_dlg_win32.c static.guy1-2/+2
git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@34512 f5534014-38df-0310-8fa8-9805f1628bb7