aboutsummaryrefslogtreecommitdiffstats
path: root/gtk/dcerpc_stat.c
AgeCommit message (Expand)AuthorFilesLines
2006-02-11 add an userdata argument to register_stat_cmd_arg() and its callback to use ...Luis Ontanon1-3/+3
2005-12-31fix #152Ulf Lamping1-1/+2
2005-09-14Have cf_retap_packets() take an argument that indicates whether toGuy Harris1-1/+1
2005-08-21As per a suggestion by Ulf Lamping, rename gtk_*.[ch] to gui_*.[ch], soGuy Harris1-1/+1
2005-08-21Add a "register_dfilter_stat()", to register stats that take a displayGuy Harris1-1/+2
2005-08-20Rename epan/stat.[ch] to epan/stat_cmd_args.[ch] - it only deals withGuy Harris1-1/+1
2005-08-20renamed ui_util.c/.h to gui_utils.c/.h to prevent confusion with identical na...Ulf Lamping1-1/+1
2005-08-19Move the stats.[ch] stuff into epan, so plugins can use it.Guy Harris1-1/+1
2005-08-19Move the APIs for registering and processing "-z" command-line argumentsGuy Harris1-3/+4
2005-08-06Squelch more const warnings (and fix some memory leaks that found).Guy Harris1-7/+7
2005-07-24Constify to remove a bunch of warnings. Add some casts to squelchGuy Harris1-5/+5
2005-04-01Rename "register_ethereal_tap()" to "register_tap_listener_cmd_arg()" asGuy Harris1-1/+1
2005-02-04huge cleanup of capture file API (functions in file.c/file.h).Ulf Lamping1-1/+1
2005-01-01As we've made the tap_specific_data field of a tap_packet_t structure aGuy Harris1-2/+2
2004-12-31"gtk_entry_get_text()" returns a "const char *" - assign the result toGuy Harris1-2/+2
2004-09-29Move the tap infrastructure to the epan directory.Guy Harris1-1/+1
2004-07-19renamed filter_prefs to filter_dlg, as the filter settings are (well, for a l...Ulf Lamping1-1/+1
2004-07-18Move dissectors to epan/dissectors directory.Gilbert Ramirez1-1/+1
2004-07-18Set the svn:eol-style property on all text files to "native", so thatGuy Harris1-1/+1
2004-06-02move "extern GtkWidget *main_display_filter_widget" fromUlf Lamping1-3/+2
2004-05-27use gtk_window_set_default_size() instead of WIDGET_SET_SIZE() for the dialogs,Ulf Lamping1-2/+2
2004-05-23use new functions in window API (ui_util.h),Ulf Lamping1-25/+15
2004-05-07replace info field "gboolean request" by "guint8 ptype",Ulf Lamping1-2/+2
2004-04-12added a close button to the dialogs,Ulf Lamping1-8/+19
2004-03-13replaced sprintf / snprintf by g_snprintf,Ulf Lamping1-5/+5
2004-02-27added dfilter string syntax check to various placesUlf Lamping1-2/+2
2004-02-23statistics menu redesigned, now looking more like the former menu,Ulf Lamping1-2/+2
2004-02-22Redesigned the menu structure of the former statistics stuff,Ulf Lamping1-6/+2
2004-02-13Add a "window_new()" routine that creates a window of a given type, setsGuy Harris1-6/+8
2004-02-11Most taps that now include "tap_menu.h" no longer need to includeGuy Harris1-2/+1
2004-02-11Move the declaration of "register_tap_menu_item()" into a newGuy Harris1-2/+2
2004-01-31Pass ESD_BTN_OK rather than NULL as a second argument toGuy Harris1-2/+2
2004-01-25fix some filter dialog thingsUlf Lamping1-6/+4
2004-01-21implemented dlg_button_row_new to get a standard function forUlf Lamping1-15/+6
2004-01-21use stock buttons whereever possible,Ulf Lamping1-5/+5
2004-01-19DCE RPC statistics are maintained only by major version, not by majorGuy Harris1-11/+22
2004-01-19Make the signatures of "dcerpcstat_reset()", "dcerpcstat_packet()", andGuy Harris1-4/+11
2004-01-19Trivial signed/unsigned warning fixesJörg Mayer1-3/+3
2004-01-13Use "retap_packets()" rather than "redissect_packets()".Guy Harris1-2/+2
2004-01-10using button compatibility macrosUlf Lamping1-6/+2
2004-01-03Make Analyze/Statistics have an accelerator of Alt+A S and moveRichard Sharpe1-2/+2
2003-12-17From Lars Roland: have common code to handle display filter dialogs inGuy Harris1-2/+2
2003-12-16Use gtk compatibility macros (from compat_macros.h) instead of some gtk+Olivier Abad1-3/+3
2003-12-15DCE RPC version numbers are unsigned - print them with "%u".Guy Harris1-12/+19
2003-12-13Put back "menu.h" - it's needed to declare "register_tap_menu_item()".Guy Harris1-2/+5
2003-12-13removed unused #include "menu.h" from the stats.c filesUlf Lamping1-2/+1
2003-12-13Add some sanity checking of arguments.Guy Harris1-3/+6
2003-12-11prevent MSVC warning:Ulf Lamping1-4/+4
2003-12-04In GTK+ 2.x, "gtk_entry_get_text()" returns a "const gchar *"; assignGuy Harris1-2/+2
2003-11-10Not all LDAP PDUs are aligned to the start of a TCP segment.Ronnie Sahlberg1-2/+41