Fix grammaro, indent example code.
[obnox/wireshark/wip.git] / gtk /
2010-07-26 wmeier(Trivial) use gboolean instead of int in a few places...
2010-07-26 wmeier(Trivial) Fix references to "clist" in comments;
2010-07-26 wmeier(Trivial) Use gboolean instead of int in a few places...
2010-07-26 etxrabFrom Cal Turney:
2010-07-23 wmeier(Trivial) Use enum definitions instead of numbers in...
2010-07-23 jakeBacking out r33612.
2010-07-22 wmeier(Trivial): Whitespace cleanup.
2010-07-22 wmeierRework code so start-time, end-time, & packets columns...
2010-07-21 jakeFrom Cal Turney:
2010-07-21 wmeierFix checkAPI targets so gtk-deprecated and gtk-deprecat...
2010-07-20 wmeier(Minor) Fix several usages of deprecated GTK functions.
2010-07-20 wmeierGtkOptionMenu ==> GtkComboBox
2010-07-20 wmeierAdd ws_combo_box_new_text_and_pointer_full() to allow...
2010-07-20 martinmAdd new UEs to the end of the list.
2010-07-20 jmayerUpdading opensuse 11.2 -> 11.3 updated gcc to 4.5.0...
2010-07-15 wmeierChange ws_combo_box... to use a tree-store instead...
2010-07-15 guyMove the code to get version information for libraries...
2010-07-14 geraldGet our dynamic payload name from the correct location.
2010-07-13 wmeierTrivial: Replace deprecated GTK_CHECK... macros with...
2010-07-13 wmeierMinor cleanup:
2010-07-13 wmeierMinor cleanup:
2010-07-13 wmeierWhitespace cleanup: consistent indentation; tabs==...
2010-07-13 wmeierGtkOptionMenu ==> GtkComboBox
2010-07-13 wmeierws_combo_box_text_and_pointer: allow setting entries...
2010-07-08 jmayerAdd dissector_tables_dlg.c
2010-07-08 etxrabAdd "WS internal" to the menues this can be used to...
2010-07-07 guyNEW_FILTER_COMBO_BOX no longer does anything - it's...
2010-07-07 etxrabRemove the #ifdefs and code related to the switch to...
2010-07-07 guyI added PCAP_NETMASK_UNKNOWN in libpcap 1.1.0; it's...
2010-07-06 jakeAdd button to look at compiled BPF.
2010-07-05 etxrab- Show droped packets counter after stopping a live...
2010-07-05 martinmAdd a checkbox to allow DCT errors to be included in...
2010-07-05 stigWe have no first and second block when dumping bits...
2010-07-05 martinmFor DL HARQ retx, support knowing result or not.
2010-07-05 stigRevert COL_DSCP_VALUE back to value set in packet-ip.c.
2010-07-01 stigRecreate the packet list on DND columns.
2010-07-01 stigFetch filter and copy summary from correct column after...
2010-07-01 stigRemove some double GTK_TREE_VIEW casts.
2010-06-30 geraldAdd Visual C++ project files to the distribution.
2010-06-29 guyBack out what I suspect were private/not-ready-for...
2010-06-29 etxrabFix:new_packet_list: Crash triggered when changing...
2010-06-26 stigFixed removing a Time Reference from a column not match...
2010-06-26 stigCleanup some whitespace.
2010-06-26 stigAlways show packets with Time Reference (as in the...
2010-06-25 martinmImprove UM analysis - make it more like AM.
2010-06-25 geraldUTF-8-ize a bunch more arrows. If IE6 on XP can render...
2010-06-25 geraldTry replacing "-->" with the UTF-8 byte sequence for...
2010-06-25 stigInitialize recent.gui_fileopen_remembered_dir correctly.
2010-06-25 stigFall back to get_persdatafile_dir() if recent.gui_fileo...
2010-06-25 stigFrom Cal Turney via bug 4849:
2010-06-25 stigEnable "Show Resolved" for custom OID columns.
2010-06-25 stigIntroduce "Show Resolved" as an option in custom column...
2010-06-23 stigAdd the "Follow Stream" button to the TCP conversations...
2010-06-23 stigAdded a "Follow Stream" button to the conversations...
2010-06-23 tuexenFrom Robin Seggelmann: Improve SCTP chunk statistics.
2010-06-23 stigUse the fetched cur_fmt for format number.
2010-06-22 stigCheck for custom column before using custom_field.
2010-06-22 stigAlways make new columns visible.
2010-06-22 stigInclude some column details in the "Displayed Columns...
2010-06-22 stigHighlight correct number of bytes when highlighted...
2010-06-21 stigAdded the displayed columns menu in the heading popup.
2010-06-21 stigRename "Visible" to "Displayed" for hide columns functions.
2010-06-20 jakeFix for bug 4875:
2010-06-20 stigAdded "Hide Column" functionality.
2010-06-17 martinmDon't refer to file-static variables as extern (my...
2010-06-16 guyGo back to 64-bit sizes, but, before passing those...
2010-06-16 stigUse gsize for file sizes.
2010-06-16 guyCast bytes_left down to an int once we've established...
2010-06-16 guyHandle WTAP_ERR_SHORT_WRITE in file_write_error_message().
2010-06-15 stigCleanup header file define guards.
2010-06-15 stigFrom David Perez & Jose Pico from Taddong S.L. via...
2010-06-14 wmeierFix Bug #4871: Wrong Ack value in TCP flow graph when...
2010-06-13 wmeierAdd info to the "Enable OID resolution" tooltip that...
2010-06-13 martinmAdd Copy (to clipboard) to expert item popup menu.
2010-06-13 wmeierRename some variables; At least one ('end') seemed...
2010-06-10 stigFrom Jim Young via bug 4862:
2010-06-08 stigAvoid a crash when deleting the first character in...
2010-06-08 morrissNEW_FILTER_COMBO_BOX: Make the Expression... button...
2010-06-08 morrissNEW_FILTER_COMBO_BOX: dfilter_combo_add_empty() doesn...
2010-06-08 morrissdfilter_entry_match() (for NEW_FILTER_COMBO_BOX): unset...
2010-06-07 guyRename the NEW_FILTER_COMBO_BOX routine dfilter_entry_m...
2010-06-07 guyDon't define dfilter_entry_match() if we're using a...
2010-06-07 guyDeclare dfilter_list only if we're going to use it.
2010-06-07 etxrabUse NEW_FILTER_COMBO_BOX.
2010-06-07 etxrabUpdate the code for NEW_FILTER_COMBO_BOX.
2010-06-06 etxrabFrom Jim Young:
2010-06-04 geraldFrom Chris Maynard via bug 1546:
2010-06-01 sfisherPer Jaap's suggestion on -dev list: remove "with new_pa...
2010-05-28 morrissMove some code (including the optional objects) into...
2010-05-28 geraldFrom Jakub Zawadzki via bug 4273:
2010-05-28 jmayerAdd proto_help.c to the list of files.
2010-05-28 wmeierAdd svn:keywords & svn:eol-style properties
2010-05-27 geraldfopen -> ws_fopen
2010-05-27 geraldProtocol Help requires GLib 2.6+. Add newlines. Fixup...
2010-05-27 geraldFrom Edgar Gladkich:
2010-05-27 geraldMake sure our prefix length is > 0 before lopping off...
2010-05-26 etxrabFrom Jakub Zawadzki:
2010-05-26 geraldHave new_packet_list_queue_draw() redraw the packet...
2010-05-26 etxrabFrom Jakub Zawadzki:
2010-05-26 martinmAdd a tooltip.
next