summaryrefslogtreecommitdiff
path: root/ui
AgeCommit message (Expand)AuthorFilesLines
2012-10-24Allow <interval> to be successfully sscanf'd no matter the locale for theChris Maynard1-118/+129
2012-10-24Add Modelines info for new common ui source file(s)Alexis La Goutte10-2/+132
2012-10-24Fix indent and add Modelines info for new common ui source file(s)Alexis La Goutte2-218/+244
2012-10-24Fix indent and add Modelines info for new common ui source file(s)Alexis La Goutte2-35/+61
2012-10-24Add Modelines info for new common ui source file(s)Alexis La Goutte5-0/+65
2012-10-24Fix indent and add Modelines info for new common ui source file(s)Alexis La Goutte2-106/+132
2012-10-24Fix indent and add Modelines info for new common ui source file(s)Alexis La Goutte5-496/+560
2012-10-24Make new text translatable for Qtshark * export_dissection_dialog.cpp * file_...Alexis La Goutte4-30/+30
2012-10-24Add Modelines info for new Qtshark source file(s)Alexis La Goutte4-0/+52
2012-10-24Disable Auto-generate *.qm file (Need some work...)Alexis La Goutte1-2/+2
2012-10-22Wireshark Filter Expression dialog does not sort list of named fields. Patch...Chris Maynard1-2/+7
2012-10-22Try reverting r45351 again. It looks like the recent changes areGerald Combs2-0/+0
2012-10-21Include ui/win32/console_win32.c.Guy Harris1-0/+1
2012-10-21Simplify #ifdef blocksPascal Quantin1-6/+5
2012-10-21Revert r45692 and try to fix link failure another way: console_win32.[ch] def...Pascal Quantin6-8/+7
2012-10-21Try to fix LINK : fatal error LNK1181: cannot open input file 'win32/console_...Alexis La Goutte5-6/+6
2012-10-21Make Windows Buildbot happyAlexis La Goutte1-1/+1
2012-10-21Make buildbot happy and add modelines infoAlexis La Goutte2-12/+39
2012-10-21Add MSWindows console to QtSharkAlexis La Goutte1-17/+6
2012-10-21Move MSWindows console "windows" to ui/win32/console_win32.[ch]Alexis La Goutte4-82/+246
2012-10-20Make data_source opqaue, add getter for tvb.Jakub Zawadzki3-7/+7
2012-10-20Introduce epan_dissect_run_with_taps() which run dissection with taps.Jakub Zawadzki2-6/+2
2012-10-19Remove unused variable.Evan Huus1-3/+1
2012-10-19Fix columns.Gerald Combs2-2/+2
2012-10-19The file set and export object trees are lists. Make them act likeGerald Combs4-13/+39
2012-10-18Fix CMake build:Evan Huus1-0/+3
2012-10-18Show the object export dialog in accordance with the QtGerald Combs3-39/+44
2012-10-18Move ui-independent object export routines to the common ui directory.Gerald Combs19-198/+859
2012-10-17#include <gtk/gtk.h> not req'd; Fixes compile errorsBill Meier2-2/+0
2012-10-16Change the "Bytes" column to "Size" and make its values human readable.Gerald Combs1-4/+8
2012-10-16Move the DICOM, HTTP, and SMB object export code to the ui directory.Gerald Combs11-89/+147
2012-10-16Use local variable, local one is also used later by epan_dissect_run().Jakub Zawadzki1-1/+1
2012-10-16Don't try to use a non-existant pseudo_header variable.Evan Huus1-1/+1
2012-10-16Add wtap_pseudo_header union to wtap_pkthdr structure.Jakub Zawadzki10-26/+25
2012-10-16Add an include.Gerald Combs1-0/+2
2012-10-16Use topic_action instead of topic_cb for the Windows file dialogs. MoveGerald Combs10-87/+63
2012-10-16Remove some no-longer-needed SSL dummy routines.Gerald Combs1-20/+0
2012-10-16Move common SSL key export routines to ui/ssl_key_export.[ch]. Make theGerald Combs10-89/+224
2012-10-16Fix In file included from export_dissection_dialog.cpp:24:0: export_dissectio...Alexis La Goutte1-0/+1
2012-10-16Include config.h so that the necessary HAVE_HEADER_H macros are defined on theEvan Huus1-0/+2
2012-10-16Comment out some more unused code to fix a few gcc errors.Evan Huus1-3/+5
2012-10-16Use $${INSTALL_DIR} instead of wireshark-gtk2.Gerald Combs1-1/+1
2012-10-16Fix includes.Gerald Combs1-1/+6
2012-10-16Add "Export Packet Bytes".Gerald Combs5-7/+164
2012-10-15Add help buttons. Ifdef out some code on Windows.Gerald Combs8-9/+64
2012-10-15Allow the RLC sequence graph to be called from the statistics window.Martin Mathieson3-33/+118
2012-10-15Try a experimental gtk3 buildAnders Broman1-0/+1
2012-10-13Always initiailize member variables in constructors, even if it's just to NULL.Evan Huus3-5/+4
2012-10-13Reduce variable scopes where possible.Evan Huus4-7/+11
2012-10-13Fix compilation with GCC:Evan Huus1-6/+5