(Trivial) remove some trailing whitespace.
[metze/wireshark/wip.git] / ui /
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...
2013-12-12 wmeierCreate/use a number of extended value-strings;
2013-12-12 geraldFix the path to dumpcap.
2013-12-12 geraldRemove the checks for ../../lib. If it still exists...
2013-12-12 geraldUpdate library searches to reflect r53780.
2013-12-10 geraldFrom Deon van der Westhuysen via bug 9537:
2013-12-10 cmaynardTrivial: The file name is prefs_capture.c, not capture_...
2013-12-10 geraldQComboBox::setCurrentText() exits in Qt3 and Qt5 but...
2013-12-10 geraldFix prototypes.
2013-12-10 geraldAdd "Decode As" to the packet list and protocol tree...
2013-12-10 geraldFix compilation on Windows.
2013-12-10 geraldGet the "Decode As" dialog working, albeit with a few...
2013-12-10 ruengelerUse PT_TXTMOD_NONE for columns that should not be editable.
2013-12-10 ruengelerDo not show uat preferences if not registered for the...
2013-12-10 stigRemoved debug output.
2013-12-09 darkjamesFix warnings
2013-12-08 darkjamesFix some warnings: cast discards `__attribute__((const...
2013-12-08 alagoutteFrom David Ameiss via https://bugs.wireshark.org/bugzil...
2013-12-08 alagoutteFrom Deon van der Westhuysen via https://bugs.wireshark...
2013-12-07 darkjamesRename base_display_* to field_display
2013-12-06 alagoutteFrom Thomas ERSFELD (GSoC13)
2013-12-06 alagoutteFix warning when launch Qt Port
2013-12-06 alagoutteFix ui/qt/capture_interfaces_dialog.ui: Warning: The...
2013-12-05 martinmInclude epan/conv_id.h - some of the buildbot machines...
2013-12-05 martinmMake launching TCP graphs from conversations window...
2013-12-05 guyInitialize the error-reporting routines before scanning...
2013-12-04 jmayer- Include config.h
2013-12-03 darkjamesAvoid including <epan/epan.h> in dissectors.
2013-12-03 guyInclude <epan/dfilter/dfilter.h> in files that use...
2013-12-03 darkjamesWhen including <epan/prefs.h> don't force inclusion...
2013-12-03 jmayer- Fix lots of "C:\wireshark\trunk\ui\qt\qcustomplot...
2013-12-03 darkjamesDissectors should not use dfilter.h, don't include it.
2013-12-03 jmayerMove stats_tree_stat.c back to clean files.
2013-12-02 guyLink with -lcodecs on UN*X as well. Link with -lwsutil...
2013-12-02 guyExplicitly convert an int to an enum.
2013-12-02 cmaynardSpecify SI units for the max filesize autostop conditio...
2013-12-02 guyUse g_strlcpy() and g_strlcat() to squelch API checker...
2013-12-02 guyUse ws_fopen() so we properly handle UTF-8 file names...
2013-12-02 jmayerstats_tree_stat.c currently procudes warnings - move...
2013-12-02 alagoutteFix (-W)documentation error found by Clang
2013-12-02 guyDon't include wslua headers if we don't have Lua.
2013-12-02 guyWe need to link with the codecs library.
2013-12-02 guyMove most of the plugin code from epan to wsutil and...
2013-12-01 mmannPatch to include YAML export. Bug 9452 (https://bugs...
2013-12-01 mmannMove codecs.[ch] out of epan and into codecs directory.
2013-11-30 guyFix indentation.
2013-11-30 guyStrings are usually unwritable; squelch "constness...
2013-11-30 guySquelch a "parentheses suggested" warning.
2013-11-29 cmaynardWhen a snaplength isn't specifically set by the user...
2013-11-29 mmannStats_tree enhancements for sorting, averages and burst...
2013-11-29 darkjamesAvoid including <wiretap/wtap.h> in dissectors.
2013-11-29 darkjamesRename some of pint.h macros to match common style...
2013-11-29 alagoutteWhen clean remove also *.moc.cpp / *.rrc.ccp and ui_...
2013-11-29 geraldRestore disabled "decode as" settings.
2013-11-28 mmannAdjust fc_stat.c to use newer fc_exchange_t structure...
2013-11-27 cmaynardWhile r53608 fixed the "Use promiscuous mode on all...
2013-11-27 cmaynardOK, capture_all is only ever set to TRUE or FALSE,...
2013-11-27 cmaynardMake "Capture on all interfaces" toggle button behave...
2013-11-27 cmaynardMake "Use promiscuous mode on all interfaces" toggle...
2013-11-26 guyNote why refresh_local_interface_lists() is being calle...
2013-11-26 guyAdd explanatory comments.
2013-11-26 guyFix indentation.
2013-11-26 ruengelerInitialize more values and set the current item explicitly.
2013-11-26 guyActually, you can set the link-layer header type global...
2013-11-26 guyUse prefs_to_capture_opts(); there's no harm in setting
2013-11-25 guyClean up indentation, add a comment, use "== 0" to...
2013-11-25 guycapture_interfaces_dialog.h is processed by moc, so...
2013-11-25 guyHave to include config.h before including headers that...
2013-11-25 guyNo libpcap, no capturing, no capture interfaces. Ifdef...
2013-11-25 guyIf we don't have any preference set for the link-layer...
2013-11-25 guyBlank after comma for all arguments in that call.
2013-11-25 alagoutteFrom Thomas ERSFELD (GSoC13) and me : Try to fix OSX...
2013-11-25 alagoutteTry to fix OSX-10.6-x64 Buildbot
2013-11-25 alagoutteComment debug...
2013-11-25 alagoutteFrom Thomas ERSFELD (GSoC13) : Try to fix Windows buildbot
2013-11-25 alagoutteFrom Thomas ERSFELD (GSoC13) : Add Capture interface...
2013-11-24 darkjamesRmove packet_info argument from packet_list_append...
2013-11-23 guySet a field to squelch a Coverity warning.
2013-11-23 guyAlways check cf->edt before dereferencing it, so that...
2013-11-23 mmannCreate the ability to have packet scoped "proto" data...
2013-11-23 geraldReplace similar code with a common routine.
2013-11-22 geraldFix packet list selection signaling.
2013-11-22 geraldMake the "decode as" dialog modal (for now, at least).
2013-11-22 alagoutteFix typo in top filename
next