summaryrefslogtreecommitdiff
path: root/ui
AgeCommit message (Expand)AuthorFilesLines
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
2012-10-13Add missing arguments.Gerald Combs1-6/+6
2012-10-13Fix initialization order.Gerald Combs1-1/+1
2012-10-13Fix Windows compilation problems from r45513. #ifdef out some non-WindowsGerald Combs8-143/+143
2012-10-12Add a packet format group box, similar to the packet range group box.Gerald Combs15-50/+707
2012-10-11Make new text translatable (a Alexis La Goutte3-89/+232
2012-10-11From Edwin Groothuis via https://bugs.wireshark.org/bugzilla/show_bug.cgi?id...Alexis La Goutte1-0/+2
2012-10-11In GTK3 the settings.ini file serves the same purpose as the gtkrc file.Anders Broman1-0/+5
2012-10-11Fix crash when use pcapng with comments (with QtShark)Alexis La Goutte1-0/+4
2012-10-10Copy of tap details needed to be a little bit deeper.Martin Mathieson1-1/+5
2012-10-10Fix a copy+paste error and a missing include. Adjust the format_sizeGerald Combs1-1/+3