As per a patch from Lars Roland, make RC_VERSION comma-separated.
[obnox/wireshark/wip.git] / gtk /
2003-06-09 guyClean up the usage message a bit (using the convention...
2003-06-08 oabadAdd a "--enable-threads" option, which allows to build...
2003-05-28 geraldUse freopen() instead of worrying about whether a parti...
2003-05-27 geraldMake the RTP tap analysis code use create_tempfile...
2003-05-20 guyFrom Miha Jemec: clean up and simplify the RTP dissecto...
2003-05-16 guySquelch some compiler complaints.
2003-05-15 denielImplement a ring buffer switch duration:
2003-05-15 guyFrom Richard Urwin:
2003-05-04 geraldAdd support for asynchronous DNS updates using the...
2003-05-03 guyRename "proto_alloc_dfilter_string()" to
2003-04-27 guyFrom Lars Roland: add routines to use when creating...
2003-04-25 guyFrom Lars Roland:
2003-04-25 guyFix a compiler warning.
2003-04-24 guyFix a comment.
2003-04-24 guyMake the dialog box "transient for" the main window...
2003-04-24 guyFrom Didier Gautheron: the files being processed by...
2003-04-23 denielChange copyright date to 2003.
2003-04-23 guyMake "register_tap_listener()" return NULL on success...
2003-04-23 guyHave "register_tap_menu_item()" create submenus as...
2003-04-23 guyAllow taps to have menu item registration routines...
2003-04-23 guyAdd a routine to create a new menu item under "/Tools...
2003-04-22 sahlbergUpdate to smb rtt stat for ethereal so that we can...
2003-04-22 guyThe main menu "/Display/{Match,Prepare}" menu items...
2003-04-22 guy"gtk_item_factory_get_widget()" returns, for a menu...
2003-04-22 guyHave "set_menu_sensitivity()" take, as an argument...
2003-04-21 guyFrom Brad Hards: don't mention the "Add Expression...
2003-04-16 guyFrom Lars Roland:
2003-04-16 guyPull the stuff done in "dissect_packet()" to initialize...
2003-04-16 guyAdd the notion of a "fence" to columns. A dissector...
2003-04-06 guyFrom emre: add a "Filter out this stream" button to...
2003-03-12 guyChange the version messages to put the "compiled with...
2003-03-11 guyWhen registering a string preference, if the value...
2003-03-11 sahlbergFixed two small bugs in tap_rtp.c
2003-03-10 guyHave the "Save voice data as..." button in the RTP...
2003-03-10 jmayerPointer <--> int converions cause warnings on ia64.
2003-03-08 guyPut the code to get version numbers of various librarie...
2003-03-07 geraldAdd an average packet size, as suggested by Daniel...
2003-03-07 guyInclude <io.h>, if present, to get "_open()", "_close...
2003-03-07 jmayerDeclare f_tempname and r_tempname static
2003-03-07 guyNO_DATA is apparently #defined by some header file...
2003-03-06 guyGet rid of CRs.
2003-03-06 guyGet rid of CRs.
2003-03-06 denielMove RTP Analysis to Statistics menu
2003-03-06 deniel- Protect tap_rtp.h against multiple inclusions
2003-03-06 sahlbergFrom Miha Jemec :
2003-03-06 guyFrom Devin Heitmueller: follow TCP Stream support for...
2003-03-05 guy"gtk_box_pack_end()" expects a GtkBox, not a GtkContain...
2003-03-05 geraldEliminate vertical padding in the IO Stat window.
2003-03-03 deniel- fix FAQ display (faq_help[] was not initialised befor...
2003-03-02 guyGet rid of unneeded includes of "../ui_util.h".
2003-03-02 guyUse "goto_frame()" to go to a given frame number, not
2003-03-02 guyHave "goto_frame()" put up error dialog boxes itself...
2003-03-02 jmayerRemove wip comments
2003-03-02 jmayerSplit FAQ into shorter lines before including it into...
2003-03-02 denielChange some plugin window geometry aspects.
2003-03-02 denielAdd type of filter in capture/display filter windows.
2003-03-01 oabadReplace gdk_string_width and gdk_string_height with
2003-03-01 denielAdd an "Apply" button to "Decode As" window.
2003-03-01 guyThe correct way to go to a frame with a given number...
2003-02-21 guyFrom Pavel Roskin: in the GTK+ 2 code, associate the...
2003-02-17 oabadIn gtk2, the "changed" signal is sent by the GtkTreeSel...
2003-02-17 oabadIn gtk2 code, replace gdk_string_width() with the ...
2003-02-14 guyFrom Didier Gautheron:
2003-02-13 guyFrom Didier Gautheron: fix up the handling of the cross.
2003-02-10 guyBoost the memory allocation so we can compile "help_dlg...
2003-01-31 guyGet rid of BASE_BIN - it's just the same as BASE_DEC...
2003-01-29 jmayerAdd the FAQ to the help menu
2003-01-26 denielUpdate my email address in various places since my...
2003-01-22 sahlbergNew files for the SMB RTT statistics feature
2003-01-22 sahlbergSMB RTT statistics for tethereal and ethereal.
2003-01-15 guyMove the code that associates buttons with filter dialo...
2003-01-15 guyAdd a new routine "filter_button_destroy_cb()", and...
2003-01-11 sahlbergFrom Ronald Henderson, when closing IO-Stat window...
2003-01-08 oabadReplace :
2003-01-08 guyAdd some checks to make sure "gdk_color_parse()" and
2003-01-08 guySort the filenames a bit more.
2003-01-08 guySeparate the routines to allocate colors from the routi...
2002-12-31 guyUpdate a comment to indicate why there's a problem...
2002-12-27 oabadMake last modifications work with gtk2.
2002-12-20 guySupport putting preferences into arbitrary places in...
2002-12-19 guyRename "Go To Specified Frame" to "Go To Corresponding...
2002-12-19 guyAdd a new field type FT_FRAMENUM; an FT_FRAMENUM is...
2002-12-18 guyJust use "packet_list_set_selected_row()" to select...
2002-12-18 guyDon't assume that the time stamp of the last frame...
2002-12-16 guyFrom Andreas Trauer: dissect the L2TP AVPs Initial...
2002-12-16 sahlbergCosmetic fix for io_stat. make sure that the graph...
2002-12-16 sahlbergPrettify RPC_PROGRAMS table when reading new capture...
2002-12-16 sahlbergFrom Ronald Henderson: support for colored graphs...
2002-12-05 sahlbergFix two compiler warnings
2002-12-03 jmayerAdd compat_macros.h to the tarball
2002-12-02 guyFrom Jason House: MSVC++ doesn't like cases with no...
2002-12-02 oabadPut back the "width" local variable in proto_cb() which...
2002-12-02 oabadMake the new protocol list work with GTK2. The "status...
2002-12-02 oabadRemove gtk_tree_view_set_search_column() which is not...
2002-12-02 geraldAllow keyboard-only navigation of the Protocols dialog...
2002-12-01 geraldEnable/disable protocols with a single click. Fix...
2002-12-01 geraldUpdate some text in the help dialog.
2002-11-29 sahlbergUpdte for io-stat to make it more powerful.
2002-11-28 guyThat was the wrong cast, d00d....
2002-11-28 guyConstify some pointers to avoid converting const pointe...
next