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
/
ui
Commit message (
Expand
)
Author
Age
Files
Lines
*
replace "unsigned" datatype with "guint". Some mpeg files needed "unsigned i...
Michael Mann
2013-01-04
6
-10
/
+10
*
Use ws_gtk_grid...() in place of gtk_table...();
Bill Meier
2013-01-03
1
-121
/
+132
*
Use ws_gtk_grid...() instead of gtk_table...();
Bill Meier
2013-01-03
1
-107
/
+107
*
Use ws_gtk_grid...() instead of gtk_table...();
Bill Meier
2013-01-03
1
-46
/
+46
*
Replace use of gtk_table...() by ws_gtk_grid...().
Bill Meier
2013-01-03
1
-18
/
+18
*
Use ws_gtk_grid...() in place of gtk_table...();
Bill Meier
2013-01-03
1
-14
/
+14
*
Replace use of gtk_table...() by ws_gtk_grid...().
Bill Meier
2013-01-03
1
-9
/
+9
*
From Chris Maynard Wireshark crashes when attempting to obtain help from vari...
Anders Broman
2013-01-03
1
-2
/
+1
*
Move the font preferences to the colors pane and change its name to
Gerald Combs
2013-01-03
8
-206
/
+247
*
Use ws_gtk_grid...() in place of gtk_table...();
Bill Meier
2013-01-02
1
-29
/
+30
*
Fix a minor window handling difference between GTK2 & GTK3:
Bill Meier
2013-01-02
1
-203
/
+204
*
Fix a GTK3 issue:
Bill Meier
2013-01-02
1
-1
/
+1
*
Fix some GTK3 issues:
Bill Meier
2013-01-02
1
-504
/
+572
*
Use scrolled-windows to enclose "custom" prefs pages (User Interface, Layout,...
Bill Meier
2013-01-01
1
-2
/
+11
*
Make sure moc can find config.h.
Gerald Combs
2012-12-31
1
-1
/
+1
*
It might help for the Qt version of Wireshark to link against the Qt
Gerald Combs
2012-12-31
2
-31
/
+36
*
Update Makefile to add packet_comment_dialog files
Alexis La Goutte
2012-12-31
2
-0
/
+3
*
Add a .cpp target for each ui_*.h prerequisite.
Gerald Combs
2012-12-31
1
-13
/
+13
*
Move profile deletion code from profile_dlg.c to profile.c. Add left
Gerald Combs
2012-12-30
11
-44
/
+216
*
Add a few consts to fix some compiler (GCC) errors.
Bill Meier
2012-12-29
1
-1
/
+2
*
Add a vertical scrollbar to the summary dialog window.
Bill Meier
2012-12-29
1
-2
/
+8
*
Show the current profile name. Fix the packet status.
Gerald Combs
2012-12-29
3
-5
/
+16
*
Fix distcheck.
Gerald Combs
2012-12-29
1
-0
/
+1
*
Add profile_dialog.
Gerald Combs
2012-12-29
3
-0
/
+11
*
Try to fix compilation on Windows.
Gerald Combs
2012-12-29
1
-0
/
+4
*
Profile switching works when we have a capture file open so go ahead and
Gerald Combs
2012-12-29
1
-12
/
+12
*
Remove some duplicate code from ui/profile.c and move in more code from
Gerald Combs
2012-12-29
19
-284
/
+988
*
Fix [ 76%] Building C object ui/CMakeFiles/ui.dir/profile.c.o ui/profile.c: I...
Alexis La Goutte
2012-12-28
1
-4
/
+4
*
Fix [76%] Building C object ui/CMakeFiles/ui.dir/profile.c.o ui/profile.c: In...
Alexis La Goutte
2012-12-28
2
-2
/
+2
*
Remove an unused variable.
Gerald Combs
2012-12-27
1
-2
/
+1
*
Make sure our loops terminate.
Gerald Combs
2012-12-27
1
-1
/
+5
*
Move common profile code to ui/profile.[ch].
Gerald Combs
2012-12-27
5
-335
/
+494
*
Cast away another const warning that only shows up under really recent GCCs.
Evan Huus
2012-12-26
1
-10
/
+16
*
if 0 out debug code
Anders Broman
2012-12-26
1
-0
/
+2
*
if 0 out debug code
Anders Broman
2012-12-26
1
-2
/
+2
*
Move summary related stuff to summary_dlg
Anders Broman
2012-12-26
5
-80
/
+92
*
Fix another discarded qualifier error.
Guy Harris
2012-12-26
4
-20
/
+3
*
Squelch some more discarding-qualifiers warnings.
Guy Harris
2012-12-26
2
-5
/
+5
*
simple_dialog_primary_start() and simple_dialog_primary_end() are now
Guy Harris
2012-12-26
1
-4
/
+4
*
Hopefully this case is OK in C++; bit-fields can't be enums in standard
Guy Harris
2012-12-26
1
-1
/
+1
*
Fix a bunch of warnings.
Guy Harris
2012-12-26
57
-293
/
+295
*
The inverse of GINT_TO_POINTER() is GPOINTER_TO_INT(); use it. That
Guy Harris
2012-12-24
1
-5
/
+5
*
The inverse of GINT_TO_POINTER() is GPOINTER_TO_INT(); use it (this
Guy Harris
2012-12-24
1
-1
/
+1
*
Cast away warnings implicit 64-bit-to-32-bit conversions. (We should
Guy Harris
2012-12-24
2
-9
/
+10
*
Use the types that PortAudio specifies for values passed to or returned
Guy Harris
2012-12-23
1
-14
/
+11
*
Add ui_packet_comment_dialog.h and ui_time_shift_dialog.h.
Gerald Combs
2012-12-23
1
-1
/
+3
*
Qt: Implement packet comments. Fix packet detail updates.
Gerald Combs
2012-12-23
17
-17
/
+305
*
Add the time shift dialog.
Gerald Combs
2012-12-23
3
-0
/
+11
*
Remove unneeded initializations, and one redundant if condition.
Evan Huus
2012-12-22
17
-31
/
+31
*
Remove one unneeded initializer and add one missing initializer, as found
Evan Huus
2012-12-22
2
-2
/
+2
[next]