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
/
plugins
Commit message (
Expand
)
Author
Age
Files
Lines
*
Add SVN Id and GPL. Minor whitespace cleanup.
Chris Maynard
2011-05-26
1
-23
/
+43
*
Add the possibillity of adding custom extra dist files.
Anders Broman
2011-05-26
1
-0
/
+1
*
Don't assign a value to a variable which is then never used: Coverity 1160 [U...
Bill Meier
2011-05-19
1
-4
/
+4
*
Fix another old style function declaration warning
Jörg Mayer
2011-05-19
1
-1
/
+1
*
get_host_ipaddr() was returning numeric addresses in host byte order
Gerald Combs
2011-04-26
1
-1
/
+0
*
Remove const qualifier to name, abbrev and blurb to pacify the buildbots.
Chris Maynard
2011-04-26
1
-3
/
+3
*
Get rid of some unnecessary casts that just provoke uninteresting
Guy Harris
2011-04-25
1
-11
/
+11
*
More fun with GArrays: cast away some warnings that don't report real
Guy Harris
2011-04-25
1
-2
/
+2
*
Assume the tags are mallocated, so they're properly aligned. Cast away
Guy Harris
2011-04-22
1
-1
/
+1
*
Use the return value of proto_item_add_subtree(): put the filter masks in the...
Jeff Morriss
2011-04-22
1
-2
/
+4
*
Fix (latest) Dead Store (Dead nested assignment) Warning found by Clang
Alexis La Goutte
2011-04-22
1
-3
/
+2
*
From http://www.wireshark.org/lists/wireshark-dev/201104/msg00231.html
Alexis La Goutte
2011-04-22
1
-18
/
+18
*
Fix Dead Store (Dead assignement/Dead increment) Warning found by Clang
Alexis La Goutte
2011-04-21
1
-4
/
+1
*
Fix Dead Store (Dead nested assignment) Warning found by Clang
Alexis La Goutte
2011-04-21
1
-1
/
+1
*
Fix Dead Store (Dead nested assignment) Warning found by Clang
Alexis La Goutte
2011-04-21
1
-1
/
+1
*
CID 1161: Not really used variable
Jörg Mayer
2011-04-19
1
-4
/
+1
*
CID 1162: Not really used variable
Jörg Mayer
2011-04-19
1
-2
/
+1
*
Fix Unused varaiable warnings.
Anders Broman
2011-04-17
4
-20
/
+7
*
Rework whitespace.
Bill Meier
2011-04-12
1
-971
/
+973
*
Don't assign to a proto_item * if the value won't be used: Coverity 1158 & 1159.
Bill Meier
2011-04-12
1
-5
/
+4
*
localtime() can return a NULL ptr.
Bill Meier
2011-04-12
1
-9
/
+15
*
Either remove or use unused values found by Coverity. Fixes CIDs
Gerald Combs
2011-04-06
3
-5
/
+5
*
Don't dereference a NULL pointer. Fixes CID 426.
Chris Maynard
2011-03-31
1
-1
/
+1
*
Add a missing break.
Anders Broman
2011-03-29
1
-0
/
+1
*
Add a missing break.
Anders Broman
2011-03-29
1
-0
/
+1
*
Add a missing break.
Anders Broman
2011-03-29
1
-0
/
+1
*
Added FALLTHRU comment to avoid a "missing break" warning.
Anders Broman
2011-03-29
1
-0
/
+1
*
Don't assign proto_item pointers that are not used.
Martin Mathieson
2011-03-29
1
-2
/
+2
*
Don't use prohibited strncpy(). Use g_strlcpy() instead. Ensures that "orig"
Chris Maynard
2011-03-28
1
-2
/
+2
*
Removed uneeded 'continue'.
Bill Meier
2011-03-27
1
-1
/
+0
*
Don't assign to a proto_item* if the value won't be used: Coverity 1155-1156;
Bill Meier
2011-03-24
1
-86
/
+86
*
Don't assign to a proto_item* if the value won't be used: Coverity 1151-1154;
Bill Meier
2011-03-24
1
-95
/
+95
*
Don't assign to a proto_item* if the value isn't to be used: Coverity 1173;
Bill Meier
2011-03-24
1
-135
/
+141
*
Removed unused parameter to parseServiceNodeId.
Stig Bjørlykke
2011-03-23
3
-6
/
+4
*
Rewrote check for szStr in dissect_ICBAPhysicalDevice_get_LogicalDevice_rqst.
Stig Bjørlykke
2011-03-23
1
-1
/
+1
*
dont assign to a proto_item* unless we are going to use the value
Ronnie Sahlberg
2011-03-23
1
-7
/
+7
*
Allocate correct size of range.
Stig Bjørlykke
2011-03-22
1
-2
/
+2
*
Fix a typo
Jeff Morriss
2011-03-22
1
-1
/
+1
*
Coverity 1167
Ronnie Sahlberg
2011-03-22
1
-4
/
+29
*
Coverity 1168
Ronnie Sahlberg
2011-03-22
1
-3
/
+3
*
Coverity 420
Ronnie Sahlberg
2011-03-22
1
-7
/
+4
*
Added some casts to fix coverity 325.
Stig Bjørlykke
2011-03-21
1
-2
/
+2
*
From Roland Knall <rknall [AT] gmail.com>: allow heuristic subdissectors
Guy Harris
2011-03-20
1
-0
/
+14
*
From Roland Knall via bug #5726: Adding a dissector registration, so the
Stephen Fisher
2011-02-24
1
-0
/
+2
*
Try to fix some Clan scan-build warnings.
Gerald Combs
2011-02-18
1
-1
/
+11
*
Remove some of the many dead assignments found by clang
Stephen Fisher
2011-02-17
1
-30
/
+30
*
Rename some hf_... vars so name starts with hf_docsis_cmstatus
Bill Meier
2011-02-08
1
-77
/
+77
*
#if 0 code related to unused "docsis" dissector table;
Bill Meier
2011-02-08
6
-3369
/
+3307
*
From Hendrik Robbel:
Jaap Keuter
2011-02-07
3
-0
/
+294
*
Just use g_strdup_printf(), rather than doing it ourselves.
Guy Harris
2011-02-03
1
-4
/
+1
[next]