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
/
gtk
/
graph_analysis.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
Gtk: Remove source code
Roland Knall
2018-04-15
1
-1839
/
+0
*
Have the frame_tvbuff.c routines not use the global cfile.
Guy Harris
2017-12-08
1
-0
/
+2
*
Add Flow Graph functionality to TShark
Michael Mann
2017-09-22
1
-2
/
+5
*
Complete move of tap-sequence-analysis.c functionality to sequence_analysis.c
Michael Mann
2017-09-21
1
-1
/
+4
*
Pacify GTK checkAPIs.pl warnings.
Michael Mann
2016-07-24
1
-10
/
+10
*
Add checks to address setting routines.
Guy Harris
2016-06-12
1
-3
/
+1
*
Add free_address_wmem(), fix warnings [-Wcast-qual]
João Valverde
2016-02-26
1
-8
/
+2
*
Revert "Add free_address_wmem() and other extensions to address API"
João Valverde
2016-02-08
1
-2
/
+8
*
Add free_address_wmem() and other extensions to address API
João Valverde
2016-02-07
1
-8
/
+2
*
Make address_to_display() use proper (non-)constness
João Valverde
2015-11-29
1
-1
/
+1
*
Only store frame number and not a pointer to frame_data structure in seq_anal...
Pascal Quantin
2015-10-26
1
-3
/
+3
*
Replace ep_display_to_address with wmem equivalent display_to_address.
Michael Mann
2015-01-05
1
-1
/
+5
*
Remove unneeded includes from ui folder
Martin Mathieson
2015-01-01
1
-1
/
+0
*
voip_calls: Regression fixes.
Gerald Combs
2014-11-18
1
-3
/
+21
*
Use GQueue for generating statistics
Balint Reczey
2014-06-27
1
-1
/
+1
*
Some routine name changes.
Guy Harris
2014-04-19
1
-1
/
+1
*
Deleted one line to much in previous chgange.
AndersBroman
2014-03-28
1
-0
/
+1
*
Don't include voip_bg.xpm, it's not used any more.
AndersBroman
2014-03-24
1
-2
/
+0
*
Get rid of the background pixmap, set the background color directly.
AndersBroman
2014-03-24
1
-17
/
+8
*
Migrate GTK icon handling to GTK 3.10 API
Balint Reczey
2014-03-11
1
-2
/
+3
*
Remove all $Id$ from top of file
Alexis La Goutte
2014-03-04
1
-2
/
+0
*
Remove trailing whitespace
Bill Meier
2014-02-25
1
-8
/
+8
*
Move the epan/filesystem.c routines to wsutil; they're not specific to
Guy Harris
2013-11-17
1
-1
/
+1
*
Sequence / flow diagram updates.
Gerald Combs
2013-11-11
1
-1
/
+0
*
Fix https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=8966 :
Pascal Quantin
2013-11-09
1
-2
/
+3
*
More sequence dialog updates.
Gerald Combs
2013-10-25
1
-9
/
+19
*
Initial and woefully incomplete flow graph support.
Gerald Combs
2013-10-24
1
-381
/
+36
*
From Øyvin Richardsen:
Stig Bjørlykke
2013-08-05
1
-20
/
+122
*
Add helper function to epan_session which can be used to get absolute timesta...
Jakub Zawadzki
2013-07-21
1
-3
/
+3
*
Give file_selection_new() an argument to specify the parent window of
Guy Harris
2013-05-14
1
-111
/
+39
*
add missing cast
Martin Kaiser
2013-03-24
1
-1
/
+1
*
From beroset:
Anders Broman
2013-03-24
1
-9
/
+15
*
Use explicit casts.
Anders Broman
2013-03-10
1
-24
/
+24
*
Whitespace & indentation cleanup.
Bill Meier
2013-03-04
1
-231
/
+233
*
Use gdk_cairo_set_source_rgba and GdkRGBA
Anders Broman
2013-01-06
1
-22
/
+46
*
Fix a bunch of warnings.
Guy Harris
2012-12-26
1
-1
/
+1
*
We always HAVE_CONFIG_H so don't bother checking whether we have it or not.
Jeff Morriss
2012-09-20
1
-2
/
+0
*
Get rid of some GTK_CHECK_VERSION instances by using compabillity macros.
Anders Broman
2012-08-01
1
-8
/
+0
*
For all recent changes (r43820...r43829) from gtk_container_add() to gtk_box_...
Jakub Zawadzki
2012-07-20
1
-2
/
+2
*
gtk_container_add() -> gtk_box_pack_start().
Anders Broman
2012-07-19
1
-2
/
+2
*
Update Free Software Foundation address.
Jakub Zawadzki
2012-06-28
1
-1
/
+1
*
g_filename_display_basename() returns a g_mallocated string, so its
Guy Harris
2012-06-03
1
-1
/
+2
*
From Evan Huus:
Anders Broman
2012-05-29
1
-1
/
+4
*
port gtk_scrollbar_new() gtk_paned_new() gtk_separator_new() to GTK2
Anders Broman
2012-04-21
1
-3
/
+3
*
Replace gtk_vbox_new() and gtk_hbox_new() with ws_gtk_box_new().
Anders Broman
2012-04-21
1
-3
/
+3
*
Fix some Dead Store (Dead assignement/Dead increment) Warning found by Clang
Alexis La Goutte
2012-04-15
1
-2
/
+0
*
From Evan Huus: Memory leaks in graph_analysis.c https://bugs.wireshark.org/b...
Anders Broman
2012-04-14
1
-3
/
+7
*
include "../util.h" -> include "ui/util.h"
Jörg Mayer
2012-02-17
1
-1
/
+1
*
Restructure the recent file code so that recent.c is GUI-independent;
Guy Harris
2012-01-18
1
-2
/
+5
*
Move some headers for UI stuff, and the alert_box.c UI-specific file, to
Guy Harris
2012-01-16
1
-2
/
+2
[next]