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
/
cli
Commit message (
Expand
)
Author
Age
Files
Lines
*
Rename value string (and similar) functions to use a consistent pattern. This
Evan Huus
2013-03-29
1
-1
/
+1
*
-Wmissing-prototypes
Anders Broman
2013-03-28
1
-1
/
+1
*
From beroset:
Bill Meier
2013-03-20
9
-11
/
+11
*
Use explicit casts.
Anders Broman
2013-03-07
3
-14
/
+14
*
Use explicit casts.
Anders Broman
2013-03-07
15
-57
/
+57
*
Use explicit casts.
Anders Broman
2013-03-06
15
-77
/
+77
*
Use explicit casts.
Anders Broman
2013-03-05
4
-22
/
+22
*
Export libwireshark symbols using WS_DLL_PUBLIC define
Balint Reczey
2013-03-01
2
-2
/
+3
*
GPOINTER_TO_INT() is the inverse of GINT_TO_POINTER().
Guy Harris
2013-01-30
1
-1
/
+1
*
Use optargp, not optarg, in followSsl(), as in other routines; this
Guy Harris
2013-01-30
1
-6
/
+6
*
Add support in TShark to follow SSL streams
Michael Mann
2013-01-30
1
-5
/
+130
*
Fix some Dead Store (Dead assignement/Dead increment) Warning found by Clang
Alexis La Goutte
2013-01-06
1
-1
/
+0
*
Fix a bunch of warnings.
Guy Harris
2012-12-26
8
-14
/
+14
*
Remove unused parameter from iousers_process_address_packet
Evan Huus
2012-12-20
1
-8
/
+8
*
Add absolute date options (-ad) for start date/time of conversation in TShark...
Michael Mann
2012-12-20
1
-53
/
+103
*
Don't cast away const qualifier.
Martin Mathieson
2012-12-16
3
-5
/
+5
*
Fix [-Wshadow] warnings.
Bill Meier
2012-12-06
1
-14
/
+14
*
Use g_malloc0() to initialize the counters. MAC was using uninitialized
Martin Mathieson
2012-12-05
2
-3
/
+2
*
Add %DL padding to LTE MAC stats.
Martin Mathieson
2012-11-27
1
-2
/
+16
*
Allow <interval> to be successfully sscanf'd no matter the locale for the
Chris Maynard
2012-10-24
1
-118
/
+129
*
We always HAVE_CONFIG_H so don't bother checking whether we have it or not.
Jeff Morriss
2012-09-20
39
-111
/
+33
*
Add python cache and temporary files to the list of files to clean up.
Jeff Morriss
2012-09-18
1
-1
/
+3
*
If we have PYTHON use make-tap-reg.py (in both autofoo and Windows): it's
Jeff Morriss
2012-09-18
2
-6
/
+22
*
From Niels Widger via https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=7725
Evan Huus
2012-09-15
1
-0
/
+6
*
Add default branch to try to fix buildbot [-Werror=switch]
Anders Broman
2012-09-02
1
-0
/
+2
*
From Cal Turney: Incorrect io-stat table format when unsupported -t operand i...
Anders Broman
2012-09-02
1
-24
/
+29
*
From Cal Turney: Fix Performance regression in tshark -z io,stat https://bugs...
Anders Broman
2012-08-31
1
-116
/
+124
*
From Evan Huus:
Anders Broman
2012-07-09
1
-0
/
+1
*
Take yet more care not to be dividing by zero when calculating the bit
Martin Mathieson
2012-07-06
2
-1
/
+15
*
Update Free Software Foundation address.
Jakub Zawadzki
2012-06-28
41
-41
/
+41
*
Add '*.sbr' to 'clean'
Bill Meier
2012-06-13
1
-1
/
+2
*
From Martin Kaiser via bug 7312:
Gerald Combs
2012-05-31
1
-0
/
+2
*
From Florent Drouin:
Anders Broman
2012-05-23
1
-7
/
+79
*
From Robert Bullen:
Anders Broman
2012-05-23
1
-17
/
+29
*
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
1
-0
/
+28
*
Avoid needlessly shadowing a variable.
Martin Mathieson
2012-05-10
1
-1
/
+0
*
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
18
-72
/
+0
*
From Klaus Heckelmann via https://bugs.wireshark.org/bugzilla/show_bug.cgi?id...
Chris Maynard
2012-05-03
2
-14
/
+16
*
Remove doubled semicolons and semicolons outside function.
Jakub Zawadzki
2012-04-13
2
-2
/
+2
*
Added Rel. Start and Duration to tshark -z conv,xxx output. Tidied up duplic...
Graham Bloice
2012-04-12
1
-356
/
+113
*
Fix test to avoid dividing by 0.0 (was displaying as "-nan" rather than
Martin Mathieson
2012-04-05
1
-1
/
+1
*
Add a "-build" argument to checkAPIs.pl. Use that argument when building
Jeff Morriss
2012-04-04
2
-4
/
+4
*
Fix some Dead Store (Dead assignement/Dead increment) Warning found by Clang
Alexis La Goutte
2012-03-10
1
-1
/
+0
*
Try to make the buildbot happy
Anders Broman
2012-03-06
1
-1
/
+1
*
From Cal Turney: Try to fix the remaining warnings. https://bugs.wireshark.or...
Anders Broman
2012-03-06
1
-24
/
+24
*
From Cal Turney:
Anders Broman
2012-03-05
1
-529
/
+818
*
Revert 41240, 41239, 41234, 41233, and (finally) 41231. Every time I fix a w...
Jeff Morriss
2012-02-29
1
-806
/
+520
*
Remove the offending %s for now.
Anders Broman
2012-02-29
1
-1
/
+2
[next]