Collect and use some SRTP information.
[obnox/wireshark/wip.git] / ui /
2012-01-30 wmeierCompile .cpp files with CXXFLAGS the same as CFLAGS...
2012-01-30 stigNo need to set new save icon if equal to previous icon.
2012-01-30 stigDisable the save-as button in the toolbar if we cannot...
2012-01-30 wmeierRework Windows Wireshark Qt build configuration a bit:
2012-01-28 etxrabFrom Martin Kaiser:
2012-01-27 alagoutteFix
2012-01-26 cmaynardFix Coverity CID 1371: UNINIT.
2012-01-25 tuexenTry to make the buildbots happy.
2012-01-25 geraldThe proper scope / spec name for OS X is "macx".
2012-01-25 wmeierFix error when building QtShark:
2012-01-25 tuexenAddress warnings reported by Bill.
2012-01-25 morriss'error' is only used when we HAVE_LIBPCAP so only defin...
2012-01-25 tuexenThird try. This time pipes and stdin are supported...
2012-01-25 martinmUse sizeof(buff) as length argument when calling g_snpr...
2012-01-25 martinmDelete a TODO comment (now that there is an equivalent...
2012-01-25 geraldPut back an "explicit" for now. I'm not sure it's neces...
2012-01-25 geraldAdd a comment discussing what it will take to have...
2012-01-24 geraldCompile PortAudio if it's available.
2012-01-24 guyNote that INIT_DELAY is .1 second.
2012-01-24 guyUse wtap_get_file_extensions_list(), and prepare to use
2012-01-24 tuexenWe need a 3rd try. (After learning how to run the testu...
2012-01-24 tuexen(Try to) make the buildbot happy.
2012-01-24 tuexenSecond try. This time pipes and stdin are supported.
2012-01-24 guybuild_file_save_type_list() isn't called if there are...
2012-01-24 guyOnly free the file extensions list if there is one...
2012-01-24 guyDon't free the list of savable file types in build_file...
2012-01-24 guyFix warnings.
2012-01-24 guyUse wtap_get_savable_file_types() for the Win32 file...
2012-01-24 guyAdd a routine to Wiretap that takes a file type value...
2012-01-24 guyDon't treate WTAP_FILE_UNKNOWN as a real file type.
2012-01-23 guyIn the table of capture file types, have:
2012-01-23 guyg_string_append_printf() returns nothing.
2012-01-23 guyHave wtap_file_extension_default_string() return the...
2012-01-23 morrissFinish wrapping heuristic dissector functions in #if...
2012-01-23 guyPut back the #include changes from a previous commit.
2012-01-23 etxrabRemove a debug statement.
2012-01-23 etxrabAdd the code to add a Heuristics protocol page.
2012-01-23 etxrabNot working Conversation Filter in (analyse menu)
2012-01-22 guyAll valid file types should have file type strings...
2012-01-21 guyWe already added the separator *if* we needed it; don...
2012-01-21 guyWell, yeah, you can leave the list of patterns out...
2012-01-21 guyFix calls to g_string_free() (added so as not to leak...
2012-01-21 guyAt least according to the Microsoft documentation,...
2012-01-21 guyWhat you get from wtap_get_file_extensions_list() are...
2012-01-21 guyFix print call.
2012-01-21 guyAppend the trailing ), don't overwrite the string.
2012-01-21 alagoutteFix -v for QtShark
2012-01-21 tuexenGet make checkapi working again.
2012-01-21 guyAdd missing variable.
2012-01-21 guyReplace wtap_file_extensions_string() with a routine...
2012-01-20 cmaynardConvert forward slashes in URI to backslashes if WIN32...
2012-01-20 geraldAdd more configuration information to config.pri which...
2012-01-20 geraldTry copying our plugins to an accessible directory...
2012-01-20 geraldRemove or mark unused variables.
2012-01-19 tuexenAdd icons for pipe interfaces. This allows for easier
2012-01-18 guyGet rid of no-longer-applicable comments.
2012-01-18 guyGet rid of some redeclarations, include "ui/recent_util...
2012-01-18 guyAnother fix for the move of recent.h.
2012-01-18 alagoutteFollowing the move of recent.*
2012-01-18 guyNew include file needs to be included.
2012-01-18 guyAnother change for the recent changes (in both senses...
2012-01-18 guyReflect the move of recent.c from ui/gtk to the top...
2012-01-18 guyAnother fix for the move of recent.h to the ui directory.
2012-01-18 guyReflect the changes to make the recent-file code GUI...
2012-01-18 guyAdd some files that didn't get checked in.
2012-01-18 guyRestructure the recent file code so that recent.c is...
2012-01-16 guyMove alert_box.c back up to the top-level directory...
2012-01-16 guyJust include it from the current directory.
2012-01-16 guyAnother fix for the move of the win32 directory.
2012-01-16 guyFix up for the move from the top-level directory to...
2012-01-16 guyReflect the move of simple_dialog.h to the ui directory.
2012-01-16 guyReflect the move of the top-level win32 directory into...
2012-01-16 guyMake the win32 directory a subdirectory of the ui direc...
2012-01-16 guyReflect the move of some header files to the ui directory.
2012-01-16 guyMove some headers for UI stuff, and the alert_box.c...
2012-01-15 wmeierFix a typo in a comment ....
2012-01-15 jmayerMissed another .. -> ../.. case
2012-01-15 jmayerMore .. -> ../.. changes after gtk/ move
2012-01-15 jmayerMore .. -> ../.. changes after gtk/ move
2012-01-15 jmayerClean up after gtk/ move: Makefile.am.inc is now at...
2012-01-15 jmayerAdd back revision 40517 which got lost during gtk/...
2012-01-15 jmayerMove gtk to ui/gtk.
2012-01-14 geraldInitial status bar functionality. Promote the main...
2012-01-09 geraldRemove some debug logging.
2012-01-09 geraldRemove a generated file (pointed out by Gisle Vanem).
2012-01-04 geraldFix compilation on Windows.
2012-01-04 geraldAdd initial support for Qt along with a "ui" subdirectory.