Be a little more explicit in our description of tvb_get_ptr.
[metze/wireshark/wip.git] / gtk / dcerpc_stat.c
2009-06-21 Anders BromanChange window_new() to dlg_window_new() and destroy...
2009-06-05 Guy HarrisHave tap listeners specify whether the "packet" routine...
2009-03-19 Bill MeierAs suggested by Jakub Zawadzki: actually use sizeof...
2008-10-31 Stig BjørlykkeFix some "format not a string literal and no format...
2008-10-19 Stig BjørlykkeAdd filter autocomplete for more places we use filter...
2008-10-13 Stig BjørlykkeBring the windows to front when rescanning of packets...
2008-10-11 Stig BjørlykkeEnsure we initialize all colorized filter text entries...
2008-08-05 Jeff MorrissDon't put (non-extern'd) prototypes for protect_thread_...
2008-06-29 Bill MeierFix some simple cases of GTK2 deprecated API usage...
2008-05-06 Anders BromanFix some of the Errors/warnings detected by checkapi.
2008-04-13 Ulf Lampingsort #includes by directories
2008-04-12 Ulf Lampingmove stock icon code from toolbar.c into specific stock...
2008-04-11 Ulf Lampingsecond round to replace SIGNAL_CONNECT with g_signal_co...
2008-04-11 Ulf Lampingfirst round to replace SIGNAL_CONNECT with g_signal_connect
2008-04-11 Ulf Lampingreplace all appearances of BUTTON_NEW_FROM_STOCK with...
2008-04-11 Bill MeierOBJECT_..._DATA --> g_object_..._data
2008-04-11 Bill MeierOBJECT_..._DATA --> g_object_..._data
2008-04-11 Stephen FisherReplace all instances of the SIGNAL_CONNECT_OBJECT...
2007-11-28 Stephen FisherFix bug #954 for LDAP SRT stats along with the same...
2007-05-29 Sebastien TandelFrom David Howells :
2006-05-31 Gerald CombsTethereal/tethereal -> TShark/tshark.
2006-05-28 Anders BromanEthereal->Wireshark
2006-05-22 Guy HarrisGet rid of a bunch of "Ethereal"s and "ethereal"s in...
2006-05-21 Ronnie Sahlbergname change
2006-02-11 Luis Ontanon add an userdata argument to register_stat_cmd_arg...
2005-12-31 Ulf Lampingfix #152
2005-09-14 Guy HarrisHave cf_retap_packets() take an argument that indicates...
2005-08-21 Guy HarrisAs per a suggestion by Ulf Lamping, rename gtk_*.[ch...
2005-08-21 Guy HarrisAdd a "register_dfilter_stat()", to register stats...
2005-08-20 Guy HarrisRename epan/stat.[ch] to epan/stat_cmd_args.[ch] -...
2005-08-20 Ulf Lampingrenamed ui_util.c/.h to gui_utils.c/.h to prevent confu...
2005-08-19 Guy HarrisMove the stats.[ch] stuff into epan, so plugins can...
2005-08-19 Guy HarrisMove the APIs for registering and processing "-z" comma...
2005-08-06 Guy HarrisSquelch more const warnings (and fix some memory leaks...
2005-07-24 Guy HarrisConstify to remove a bunch of warnings. Add some casts...
2005-04-01 Guy HarrisRename "register_ethereal_tap()" to "register_tap_liste...
2005-02-04 Ulf Lampinghuge cleanup of capture file API (functions in file...
2005-01-01 Guy HarrisAs we've made the tap_specific_data field of a tap_pack...
2004-12-31 Guy Harris"gtk_entry_get_text()" returns a "const char *" - assig...
2004-09-29 Guy HarrisMove the tap infrastructure to the epan directory.
2004-07-19 Ulf Lampingrenamed filter_prefs to filter_dlg, as the filter setti...
2004-07-18 Gilbert RamirezMove dissectors to epan/dissectors directory.
2004-07-18 Guy HarrisSet the svn:eol-style property on all text files to...
2004-06-02 Ulf Lampingmove "extern GtkWidget *main_display_filter_widget...
2004-05-27 Ulf Lampinguse gtk_window_set_default_size() instead of WIDGET_SET...
2004-05-23 Ulf Lampinguse new functions in window API (ui_util.h),
2004-05-07 Ulf Lampingreplace info field "gboolean request" by "guint8 ptype",
2004-04-12 Ulf Lampingadded a close button to the dialogs,
2004-03-13 Ulf Lampingreplaced sprintf / snprintf by g_snprintf,
2004-02-27 Ulf Lampingadded dfilter string syntax check to various places
2004-02-23 Ulf Lampingstatistics menu redesigned, now looking more like the...
2004-02-22 Ulf LampingRedesigned the menu structure of the former statistics...
2004-02-13 Guy HarrisAdd a "window_new()" routine that creates a window...
2004-02-11 Guy HarrisMost taps that now include "tap_menu.h" no longer need...
2004-02-11 Guy HarrisMove the declaration of "register_tap_menu_item()"...
2004-01-31 Guy HarrisPass ESD_BTN_OK rather than NULL as a second argument to
2004-01-25 Ulf Lampingfix some filter dialog things
2004-01-21 Ulf Lampingimplemented dlg_button_row_new to get a standard functi...
2004-01-21 Ulf Lampinguse stock buttons whereever possible,
2004-01-19 Guy HarrisDCE RPC statistics are maintained only by major version...
2004-01-19 Guy HarrisMake the signatures of "dcerpcstat_reset()", "dcerpcsta...
2004-01-19 Jörg MayerTrivial signed/unsigned warning fixes
2004-01-13 Guy HarrisUse "retap_packets()" rather than "redissect_packets()".
2004-01-10 Ulf Lampingusing button compatibility macros
2004-01-03 Richard SharpeMake Analyze/Statistics have an accelerator of Alt...
2003-12-17 Guy HarrisFrom Lars Roland: have common code to handle display...
2003-12-16 Olivier AbadUse gtk compatibility macros (from compat_macros.h...
2003-12-15 Guy HarrisDCE RPC version numbers are unsigned - print them with...
2003-12-13 Guy HarrisPut back "menu.h" - it's needed to declare "register_ta...
2003-12-13 Ulf Lampingremoved unused #include "menu.h" from the stats.c files
2003-12-13 Guy HarrisAdd some sanity checking of arguments.
2003-12-11 Ulf Lampingprevent MSVC warning:
2003-12-04 Guy HarrisIn GTK+ 2.x, "gtk_entry_get_text()" returns a "const...
2003-11-10 Ronnie SahlbergNot all LDAP PDUs are aligned to the start of a TCP...
2003-10-27 Richard SharpeAdd filter button support to FibreChannel stats and...
2003-10-10 Ronnie SahlbergFix a bug for the DCERPC stats window where it forgot...
2003-10-10 Ronnie SahlbergUpdated the DCERPC service response time to also offer...
2003-09-26 Guy HarrisAssorted GUI cleanups.
2003-09-24 Guy HarrisPass a pointer to a "capture_file" structure to
2003-09-19 Guy HarrisProvide a mechanism by which a tap can arrange to have...
2003-09-17 Guy HarrisHave "register_tap_menu_item()" put the item under...
2003-09-15 Guy HarrisAdd a routine to return the display name for a "capture...
2003-09-15 Guy HarrisKeep a "display name" as part of a capture_file structu...
2003-09-15 Guy HarrisFrom Graeme Hewson:
2003-09-05 Guy HarrisInclude <string.h> to get "strcmp()" declared.
2003-09-05 Ronnie SahlbergAdd a popup to the ServicveResponseTime tables where...
2003-09-05 Ronnie SahlbergUpdate DCERPCSTAT, change the program menu to show...
2003-09-02 Ronnie SahlbergWhen putting the filename in the titlebar
2003-08-25 Ronnie SahlbergUpdate to IO-Stat to put the capture filename on the...
2003-08-19 Ronnie SahlbergUpdate to the Response Time Statistics taps.
2003-06-22 Gerald CombsFrom Lars Roland: Fix the service response time functio...
2003-06-21 Guy Harris"gtk_window_set_default_size()" takes a GtkWindow ...
2003-06-21 Ronnie SahlbergBreak out the code for the ahndling of the Service...
2003-04-25 Guy HarrisFix a compiler warning.
2003-04-24 Guy HarrisMake the dialog box "transient for" the main window...
2003-04-23 Guy HarrisMake "register_tap_listener()" return NULL on success...
2003-04-23 Guy HarrisHave "register_tap_menu_item()" create submenus as...
2003-04-23 Guy HarrisAllow taps to have menu item registration routines...
2002-11-11 Olivier AbadUse gtk1/gtk2 compatibility macros to reduce #ifdefs.
2002-11-06 Ronnie SahlbergFirst step in creating an API to register TAPs for...
next