witness: cast to avoid C++ warnings
[metze/wireshark/wip.git] / ui /
2014-01-26 alagouttelupdate / lrelease ui/qt/Qtshark.pro
2014-01-26 alagoutteDrop support of Visual Studio 2005
2014-01-26 alagoutteFix indent (Use 4 spaces) and add modelines
2014-01-22 wmeierClean up whitespace: use consistent indentation, etc;
2014-01-20 alagoutteAdd modelines info
2014-01-20 alagoutteFix indent (use 4 spaces) and remove trailing whitespace
2014-01-20 alagoutteFix build with CMake (Missing tap_export_pdu in ui...
2014-01-20 alagoutteFix typo (only need one comma)
2014-01-20 etxrabSplit the GUI and the tap part to make it possible...
2014-01-17 etxrabFix [-Wmissing-prototypes]
2014-01-17 etxrabFix [-Wmissing-prototypes]
2014-01-16 etxrabFix [-Wmissing-prototypes]
2014-01-15 guyDon't cast away constness.
2014-01-14 alagoutteFix typo (Direcly => Directly)
2014-01-14 guyIn a source file that defines external functions, the...
2014-01-14 guyMake a routine not used outside this file static.
2014-01-14 guyIn a source file that defines external functions, the...
2014-01-14 guyInclude ui/progress_dlg.h to get the declaration of
2014-01-14 guy#if 0 out an unused routine.
2014-01-14 guyIn a source file that defines external functions, the...
2014-01-14 guyMake a routine used only in this file static.
2014-01-11 alagoutteRemove (ugly) hack in about_dialog.cpp (include main...
2014-01-11 alagoutteFix indent (use 4 spaces) and add modelines
2014-01-10 martinmNote in a comment that with Gtk 3.4.4 reselecting UE...
2014-01-08 alagoutteDon't create About window when Wireshark Qt start
2014-01-08 martinkCoverity 280335, 280336
2014-01-08 martinkCoverity 280334
2014-01-07 darkjamesRemove svn:executable attribute.
2014-01-07 jmayerinclude config.h at the top of the file.
2014-01-05 alagoutteFix indent (use 4 spaces)
2014-01-05 alagoutteFix indent (use 4 spaces)
2014-01-05 alagoutteEnhance NSIS Windows installer (Wireshark Qt support)
2014-01-04 geraldAdd tooltips for the total number of streams.
2014-01-03 alagoutteUpdate NEWS and Release note
2014-01-02 alagoutteIt is AUTHORS-SHORT.txt in Windows
2014-01-02 morrissFix wireshark-qt startup coredump under autofoo and...
2014-01-02 alagoutteAdd About window for Wireshark Qt
2014-01-02 alagoutteFix icon in top of Wireshark Qt main window
2014-01-02 alagoutteFix indent always use tab
2013-12-30 mmannMove tcap and camel "persistent data" functionality...
2013-12-30 wmeierUse G_GUINT64_CONSTANT(nn) instead of nnULL in a few...
2013-12-29 darkjamesMake arrow down/ up work in gtk again.
2013-12-24 martinkadd ssl detection to proto_get_frame_protocols()
2013-12-23 wmeierFrom Ville Skyttä: Spelling Fixes
2013-12-23 mmannAdd FT_SYSTEM_ID type and convert the dissectors that...
2013-12-22 darkjamesAvoid including definition of column_info structure...
2013-12-21 darkjamesArgh, fix include.
2013-12-21 darkjamesfix warnings.
2013-12-21 darkjamesmissing include
2013-12-21 darkjamesfix some warnings.
2013-12-21 darkjamesAdd missing includes
2013-12-21 darkjamesui/gtk/follow_stream.c was using isprint.h hack, change...
2013-12-21 darkjamesisascii(x) && isprint(x) -> g_ascii_isprint(x)
2013-12-21 darkjamesDrop isprint.h use g_ascii_isprint() when this include...
2013-12-20 darkjamesChange G_GINT64_CONSTANT(xxxxU) to G_GUINT64_CONSTANT...
2013-12-20 wmeiernnn'ULL' ==> G_GUINT64_CONSTANT(nnn)
2013-12-20 eapacheReplace one more g_memmove with memmove, add a cast...
2013-12-19 eapacheRename more to_str functions to have ep_ in the name...
2013-12-19 eapacheRename a couple of to_str functions to have ep_ in...
2013-12-18 alagoutteRemove unneeded #include epan/dissectors/packet-scsi.h
2013-12-18 ruengelerAdd 'Filter Association' to context menu in packet...
2013-12-18 ruengelerIgnore the first line of the chunk statistics file.
2013-12-18 morrissTranslate a little leftover German to English.
2013-12-17 alagoutteMake Ubuntu Buildbot happy
2013-12-17 eapacheFix preprocessor macro and indentation.
2013-12-17 alagoutteFix indent (use 4 spaces) and add modelines
2013-12-17 alagoutteMake translatable ready SCTP Graph for Qt
2013-12-17 ruengelerFind the right frame when plottable was clicked.
2013-12-17 ruengelerFill the chunk statistics. Read line with fgets instead...
2013-12-17 ruengelerAdd the header files only once.
2013-12-16 wmeierFix alignment issue in GTK2 flowgraph "packet choice...
2013-12-15 alagoutteFix warning found by doxygen
2013-12-15 darkjamesFix some const/ not const warnings.
2013-12-14 wmeierCreate/use several extended value-strings;
2013-12-14 darkjamesFix const warnings.
2013-12-14 darkjamesFix warnings
2013-12-14 darkjamesRemove not needed ';'
2013-12-14 darkjamesFix some trivial warnings.
2013-12-14 geraldAdd a bunch of tooltips.
2013-12-13 geraldSimplify column sizing.
2013-12-13 geraldCapture Interfaces dialog cleanup.
2013-12-13 cmaynardFix Visual Studio Code Analysis warning C6011: Derefere...
2013-12-13 cmaynardFix Visual Studio Code Analysis warning C6001: Using...
2013-12-13 alagoutteFix Dead Store (Dead assignement/Dead increment) warnin...
2013-12-13 tuexenMay this silences a warning of code that will go out...
2013-12-13 tuexenTry to silence warnings and add a comment for Irene to
2013-12-13 tuexenTry to silence a warning due to a temporary workaround.
2013-12-13 alagoutteAdd Copyright and modelines (Fix also indent to use...
2013-12-13 ruengelerFix typo
2013-12-13 ruengelerFix typo.
2013-12-13 ruengelerFix gboolean bool conflict.
2013-12-13 alagoutteFix build when use Qt4
2013-12-13 ruengelerAdd sctp files to Makefile.am
2013-12-13 ruengelerAddress more Windows errors.
2013-12-13 ruengelerAddress Windows warning
2013-12-13 jmayer"Fix"
2013-12-13 jmayer"Fix" 'set but not used' warning turning error.
2013-12-13 ruengelerAddress Windows warning.
2013-12-13 ruengelerTake sctp_stat.c off the list because it has been removed.
2013-12-13 ruengelerAdd dialogs and graphs to analyse SCTP behavior similar...
next