Witness: fix notify change
[metze/wireshark/wip.git] / ui / gtk /
2014-01-26 alagoutteDrop support of Visual Studio 2005
2014-01-22 wmeierClean up whitespace: use consistent indentation, etc;
2014-01-20 alagoutteFix indent (use 4 spaces) and remove trailing whitespace
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 guyIn a source file that defines external functions, the...
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 martinkCoverity 280335, 280336
2014-01-08 martinkCoverity 280334
2014-01-05 alagoutteFix indent (use 4 spaces)
2014-01-05 alagoutteEnhance NSIS Windows installer (Wireshark Qt support)
2013-12-30 mmannMove tcap and camel "persistent data" functionality...
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-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-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-17 eapacheFix preprocessor macro and indentation.
2013-12-17 alagoutteFix indent (use 4 spaces) and add modelines
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 darkjamesFix some trivial warnings.
2013-12-13 ruengelerAddress more Windows errors.
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-10 cmaynardTrivial: The file name is prefs_capture.c, not capture_...
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 Deon van der Westhuysen via https://bugs.wireshark...
2013-12-07 darkjamesRename base_display_* to field_display
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-03 darkjamesAvoid including <epan/epan.h> in dissectors.
2013-12-03 darkjamesWhen including <epan/prefs.h> don't force inclusion...
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 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 guyDon't include wslua headers if we don't have Lua.
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 darkjamesRename some of pint.h macros to match common style...
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-25 guyClean up indentation, add a comment, use "== 0" to...
2013-11-25 guyBlank after comma for all arguments in that call.
2013-11-24 darkjamesRmove packet_info argument from packet_list_append...
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 geraldRemove a commented-out duplicate dissector_table defini...
2013-11-22 geraldAdd an initial "Decode As" dialog. Currently read-only.
2013-11-22 geraldMove common "decode as" preference code to epan.
2013-11-21 geraldRemove an unused function.
2013-11-21 mmannRemove packet_info->ipproto and packet_info->ethertype...
2013-11-21 mmannRevert what I thought was a simple "compile" change...
2013-11-21 mmannWalk list of protocol strings to determine which protoc...
2013-11-21 jmayerGTK3 >= 3.10 will fail building if deprecation warnings...
2013-11-20 guystatus, in main, is now used only if we have libpcap.
2013-11-20 mmannProvide "Decode As" functionality through dissectors...
2013-11-20 mmannProvide "Decode As" functionality through dissectors...
2013-11-19 guyAdd routines to set the personal file directory paths...
next