index
:
tools/wireshark
Novell_NCP_branch
cherry-pick-112af30d
cherry-pick-78067deb-2
cherry-pick-c6e60da6-2
ethereal
lts-1.12.1
lts-1.2.11
lts-1.8.2
master
master-1.0
master-1.10
master-1.12
master-1.2
master-1.4
master-1.6
master-1.8
master-2.0
master-2.2
master-2.4
master-2.6
master-3.0
master-3.2
old-trunk-1.0
release-3.4
release-3.6
win32-native
WIP Patches to add a samsung-ipc dissector to Wireshark
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
gtk
/
dcerpc_stat.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
Remove some unnecessary includes: a lot of things don't need globals.h and re...
Jeff Morriss
2010-08-30
1
-5
/
+3
*
(Minor) Cleanup signal callbak signatures and related:
Bill Meier
2010-08-23
1
-2
/
+2
*
GtkOptionMenu ==> GtkComboBox
Bill Meier
2010-07-20
1
-199
/
+213
*
Minor cleanup:
Bill Meier
2010-07-13
1
-46
/
+45
*
Add #include <stdio.h> in a few more places ....
Bill Meier
2009-08-27
1
-0
/
+1
*
Change window_new() to dlg_window_new() and destroy the window with the top l...
Anders Broman
2009-06-21
1
-1
/
+3
*
Have tap listeners specify whether the "packet" routine requires
Guy Harris
2009-06-05
1
-2
/
+2
*
As suggested by Jakub Zawadzki: actually use sizeof(...) rather than a numeri...
Bill Meier
2009-03-19
1
-3
/
+3
*
Fix some "format not a string literal and no format arguments" warnings.
Stig Bjørlykke
2008-10-31
1
-1
/
+1
*
Add filter autocomplete for more places we use filter entries.
Stig Bjørlykke
2008-10-19
1
-0
/
+4
*
Bring the windows to front when rescanning of packets are done.
Stig Bjørlykke
2008-10-13
1
-0
/
+1
*
Ensure we initialize all colorized filter text entries before we show the
Stig Bjørlykke
2008-10-11
1
-0
/
+2
*
Don't put (non-extern'd) prototypes for protect_thread_critical_region() and
Jeff Morriss
2008-08-05
1
-10
/
+9
*
Fix some simple cases of GTK2 deprecated API usage by using a renamed or equi...
Bill Meier
2008-06-29
1
-4
/
+4
*
Fix some of the Errors/warnings detected by checkapi.
Anders Broman
2008-05-06
1
-2
/
+2
*
sort #includes by directories
Ulf Lamping
2008-04-13
1
-12
/
+12
*
move stock icon code from toolbar.c into specific stock_icons file(s)
Ulf Lamping
2008-04-12
1
-1
/
+1
*
second round to replace SIGNAL_CONNECT with g_signal_connect
Ulf Lamping
2008-04-11
1
-1
/
+1
*
first round to replace SIGNAL_CONNECT with g_signal_connect
Ulf Lamping
2008-04-11
1
-8
/
+8
*
replace all appearances of BUTTON_NEW_FROM_STOCK with GTK2's gtk_button_new_f...
Ulf Lamping
2008-04-11
1
-1
/
+1
*
OBJECT_..._DATA --> g_object_..._data
Bill Meier
2008-04-11
1
-2
/
+2
*
OBJECT_..._DATA --> g_object_..._data
Bill Meier
2008-04-11
1
-12
/
+12
*
Replace all instances of the SIGNAL_CONNECT_OBJECT() macro with the actual
Stephen Fisher
2008-04-11
1
-2
/
+3
*
Fix bug #954 for LDAP SRT stats along with the same problem in all the other
Stephen Fisher
2007-11-28
1
-2
/
+4
*
From David Howells :
Sebastien Tandel
2007-05-29
1
-2
/
+2
*
Tethereal/tethereal -> TShark/tshark.
Gerald Combs
2006-05-31
1
-1
/
+1
*
Ethereal->Wireshark
Anders Broman
2006-05-28
1
-8
/
+8
*
Get rid of a bunch of "Ethereal"s and "ethereal"s in comments, GUI
Guy Harris
2006-05-22
1
-3
/
+3
*
name change
Ronnie Sahlberg
2006-05-21
1
-2
/
+2
*
add an userdata argument to register_stat_cmd_arg() and its callback to use ...
Luis Ontanon
2006-02-11
1
-3
/
+3
*
fix #152
Ulf Lamping
2005-12-31
1
-1
/
+2
*
Have cf_retap_packets() take an argument that indicates whether to
Guy Harris
2005-09-14
1
-1
/
+1
*
As per a suggestion by Ulf Lamping, rename gtk_*.[ch] to gui_*.[ch], so
Guy Harris
2005-08-21
1
-1
/
+1
*
Add a "register_dfilter_stat()", to register stats that take a display
Guy Harris
2005-08-21
1
-1
/
+2
*
Rename epan/stat.[ch] to epan/stat_cmd_args.[ch] - it only deals with
Guy Harris
2005-08-20
1
-1
/
+1
*
renamed ui_util.c/.h to gui_utils.c/.h to prevent confusion with identical na...
Ulf Lamping
2005-08-20
1
-1
/
+1
*
Move the stats.[ch] stuff into epan, so plugins can use it.
Guy Harris
2005-08-19
1
-1
/
+1
*
Move the APIs for registering and processing "-z" command-line arguments
Guy Harris
2005-08-19
1
-3
/
+4
*
Squelch more const warnings (and fix some memory leaks that found).
Guy Harris
2005-08-06
1
-7
/
+7
*
Constify to remove a bunch of warnings. Add some casts to squelch
Guy Harris
2005-07-24
1
-5
/
+5
*
Rename "register_ethereal_tap()" to "register_tap_listener_cmd_arg()" as
Guy Harris
2005-04-01
1
-1
/
+1
*
huge cleanup of capture file API (functions in file.c/file.h).
Ulf Lamping
2005-02-04
1
-1
/
+1
*
As we've made the tap_specific_data field of a tap_packet_t structure a
Guy Harris
2005-01-01
1
-2
/
+2
*
"gtk_entry_get_text()" returns a "const char *" - assign the result to
Guy Harris
2004-12-31
1
-2
/
+2
*
Move the tap infrastructure to the epan directory.
Guy Harris
2004-09-29
1
-1
/
+1
*
renamed filter_prefs to filter_dlg, as the filter settings are (well, for a l...
Ulf Lamping
2004-07-19
1
-1
/
+1
*
Move dissectors to epan/dissectors directory.
Gilbert Ramirez
2004-07-18
1
-1
/
+1
*
Set the svn:eol-style property on all text files to "native", so that
Guy Harris
2004-07-18
1
-1
/
+1
*
move "extern GtkWidget *main_display_filter_widget" from
Ulf Lamping
2004-06-02
1
-3
/
+2
*
use gtk_window_set_default_size() instead of WIDGET_SET_SIZE() for the dialogs,
Ulf Lamping
2004-05-27
1
-2
/
+2
[next]