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 the File -> Export menu with separate:
Guy Harris
2012-05-22
1
-78
/
+87
*
We're an editor now, as we let you add, delete, and edit frame comments,
Guy Harris
2012-05-22
2
-13
/
+41
*
The GUI's state machine requires that, when reloading a capture after a
Guy Harris
2012-05-22
3
-29
/
+25
*
Change the "user_saved" member of a capture_file structure to
Guy Harris
2012-05-20
10
-67
/
+94
*
Add an 'if' test to prevent a potential null pointer dereference
Bill Meier
2012-05-19
1
-7
/
+8
*
Rework 'ct_nb_switch_page_cb()' slightly to prevent a scan-build "null pointe...
Bill Meier
2012-05-19
1
-15
/
+16
*
Free memory when create_tempfile() failed.
Jakub Zawadzki
2012-05-16
2
-0
/
+6
*
Check the return value of create_tempfile. Fixes CIDs 280527 and 280528.
Gerald Combs
2012-05-16
2
-26
/
+47
*
Don't leak an open file handle (CID 702423).
Gerald Combs
2012-05-15
1
-0
/
+1
*
From Akos Lukovics:
pascal
2012-05-12
1
-1
/
+3
*
Fix bug #7251
Jakub Zawadzki
2012-05-12
1
-2
/
+2
*
Clean up indentation. (HT should not be assumed to work on 4-space tab
Guy Harris
2012-05-11
1
-628
/
+627
*
proto_registrar_get_ftype() returns an FT_ value; make its return type
Guy Harris
2012-05-11
2
-0
/
+37
*
Avoid needlessly shadowing a variable.
Martin Mathieson
2012-05-10
1
-1
/
+0
*
Avoid calling tvb_get_ptr() on 0-length TVBs.
Jakub Zawadzki
2012-05-07
2
-22
/
+7
*
AFAICT '#include sys/types.h' is not needed for these files.
Bill Meier
2012-05-05
15
-60
/
+0
*
AFAICT '#include sys/types.h' is not needed for these files.
Bill Meier
2012-05-05
85
-299
/
+0
*
Cosmetic change....
Bill Meier
2012-05-05
1
-1
/
+1
*
Fix https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=6892 :
Jeff Morriss
2012-05-05
1
-4
/
+14
*
Clean up white space and indentation; remove tabs.
Jeff Morriss
2012-05-05
1
-37
/
+36
*
Fix opening packet window when frame has got cap_len = 0 (i.e. last frame fro...
Jakub Zawadzki
2012-05-04
1
-2
/
+19
*
Add proto_hier_tree_model.c to CMakeLists
Jakub Zawadzki
2012-05-04
1
-0
/
+1
*
cleanup proto_hier_tree_model a little.
Jakub Zawadzki
2012-05-04
1
-19
/
+17
*
Fix memleak of GtkTextBuffer
Jakub Zawadzki
2012-05-04
1
-1
/
+4
*
From Jakub Zawadzki: Use custom model in Filter Expression dialog.
Anders Broman
2012-05-04
4
-36
/
+519
*
From Evan Huus: - Make sure that unsupported link-layer types *always* have a...
Anders Broman
2012-05-04
2
-21
/
+57
*
From Klaus Heckelmann via https://bugs.wireshark.org/bugzilla/show_bug.cgi?id...
Chris Maynard
2012-05-03
2
-14
/
+16
*
Test a return value to avoid an initialised warning from clang.
Martin Mathieson
2012-04-28
1
-6
/
+5
*
Fix sigsegv in filter expression dialog when user clicked on some BASE_CUSTOM...
Jakub Zawadzki
2012-04-27
1
-1
/
+1
*
Don't store protocol field names in Filter Expression dialog.
Jakub Zawadzki
2012-04-27
1
-21
/
+40
*
Get rid of tabs; make white space consistent.
Guy Harris
2012-04-26
1
-53
/
+43
*
Consistently InterCapitalize StatusBar.
Guy Harris
2012-04-26
1
-8
/
+8
*
While we're at it, add back the shortcuts, or whatever the heck the
Guy Harris
2012-04-26
1
-3
/
+3
*
Restore Accelerators for "Expand Subtree", "Expand All" and "Collapse All".
Anders Broman
2012-04-26
1
-4
/
+4
*
Add missing ";"
Anders Broman
2012-04-24
1
-2
/
+2
*
Get it compiling...
Michael Tüxen
2012-04-23
1
-21
/
+24
*
Use a crosshair cursor insted of the XOR thingy.
Anders Broman
2012-04-23
1
-33
/
+97
*
Fix a compile error (missing semi-colon) when building for gtk3
Bill Meier
2012-04-23
1
-1
/
+1
*
g_object_unref(cursor) craches pre GTK 3.0 protect it with
Anders Broman
2012-04-23
1
-1
/
+5
*
Fix bug #7178 reported by aparan
ruengeler
2012-04-23
1
-0
/
+13
*
Use GtkFontChooser if GTK >= 3.2
Anders Broman
2012-04-23
2
-2
/
+14
*
Get rid of GTK warning when START was hit in the "Capture Interfaces Dialog" ...
ruengeler
2012-04-23
1
-0
/
+12
*
Add casts to make in compile on Windows
Anders Broman
2012-04-22
1
-3
/
+3
*
Use g_object_unref
Anders Broman
2012-04-22
1
-1
/
+1
*
Another cut-and-pasteo.
Guy Harris
2012-04-21
1
-2
/
+2
*
More GTK3 adaptations
Anders Broman
2012-04-21
23
-36
/
+36
*
port gtk_scrollbar_new() gtk_paned_new() gtk_separator_new() to GTK2
Anders Broman
2012-04-21
6
-8
/
+38
*
Fix probable cut-and-pasteo.
Guy Harris
2012-04-21
1
-2
/
+2
*
Clean up indentation (get rid of 4-space tabs).
Guy Harris
2012-04-21
1
-3
/
+3
*
gtk_button_box_new() for pre GTK 3.0
Anders Broman
2012-04-21
2
-0
/
+14
[next]