Add a komment about the format of the MSRP path parameter.
[obnox/wireshark/wip.git] / gtk /
2010-08-10 stigFrom Cal Turney via bug 5038:
2010-08-10 etxrabSwitch to GtkUIManager in stead of the deprecated GtkIt...
2010-08-10 stigFixed warning: format not a string literal and no forma...
2010-08-10 etxrabUse g_snprintf isf strncpy.
2010-08-10 etxrabFrom Cal Turney:
2010-08-10 etxrab- Fix a crash when an entry in the popup menue is selec...
2010-08-09 etxrabUpdate the experimental code to use the UI manager.
2010-08-08 guyYou can't free a string constant.
2010-08-08 guyDon't set the icon name:
2010-08-07 etxrabFrom Cal Turney:
2010-08-05 wmeier(Trivial) Whitespace cleanup.
2010-08-05 wmeier(Trivial) Define rpcprogs_packet() as returning gboolea...
2010-08-05 wmeierFrom Cal Turney: Need 6 dec places of SRT precision...
2010-08-05 stigInitialize tmp_info to avoid warnings from clang:
2010-08-01 rbalintFix Windows builds broken by previous commit
2010-08-01 rbalintUse local copy of Wireshark documentation on UNIX if...
2010-07-30 wmeier'extern gint popup_menu_handler' ==> 'extern gboolean...
2010-07-30 wmeier(Minor) Cleanup some "event callback" function declarat...
2010-07-30 wmeierMinor code cleanup:
2010-07-29 wmeier(Trivial) Indentation cleanup (mostly: fix "4 space...
2010-07-29 wmeierUse a custom sort function for each column of the disse...
2010-07-28 wmeierMinor changes:
2010-07-28 wmeier(Trivial) Fix some typos; Also: Use consistent indentation.
2010-07-28 guyBacking out r33631 for now - it has a number of issues.
2010-07-27 wmeier(Trivial) Fix a typo
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...
next