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
*
Second try to move crc routines to libwsutil.
Stig Bjørlykke
2011-08-31
2
-2
/
+2
*
Revert r38800, as the crc routines contains some tvb functions.
Stig Bjørlykke
2011-08-30
2
-2
/
+2
*
Move all crc routines to libwsutil.
Stig Bjørlykke
2011-08-30
2
-2
/
+2
*
Add a comment about the uncommented glib deprecated warnings.
Jörg Mayer
2011-08-08
1
-0
/
+3
*
mate_grammar.lemon:
Jörg Mayer
2011-08-07
3
-3
/
+5
*
Replace deprecated glib functions.
Jörg Mayer
2011-08-07
1
-1
/
+1
*
Fix gcc 4.6 "set but not used [-Wunused-but-set-variable]" warnings.
Bill Meier
2011-08-03
1
-14
/
+14
*
Make it compile.
Stig Bjørlykke
2011-07-29
1
-4
/
+4
*
Get rid of non-ASCII characters.
Guy Harris
2011-07-29
1
-1878
/
+1877
*
Get it compiling.
Michael Tüxen
2011-07-29
2
-4
/
+7
*
From Wido Kelling:
Anders Broman
2011-07-29
3
-229
/
+1494
*
Fix gcc 4.6 "set but not used [-Wunused-but-set-variable]" warnings.
Bill Meier
2011-07-21
8
-38
/
+14
*
Add a DREP_LITTLE_ENDIAN for the DCE RPC endianness bit in the data
Guy Harris
2011-07-19
1
-18
/
+18
*
From Kluchnikov Ivan:
Anders Broman
2011-07-06
1
-1
/
+58
*
From Guido Reismueller:
Anders Broman
2011-07-04
2
-0
/
+593
*
From Kluchnikov Ivan:
Anders Broman
2011-07-04
1
-1
/
+5
*
From Kluchnikov Ivan:
Anders Broman
2011-07-04
2
-4
/
+16
*
From Kluchnikov Ivan:
Anders Broman
2011-07-04
3
-9
/
+11
*
From Roland Knall:
Anders Broman
2011-07-03
1
-0
/
+13
*
Replace all strerror() with g_strerror().
Stig Bjørlykke
2011-06-28
2
-3
/
+3
*
Remove theinterlinki plugin dir as it's now a builtin dissector.
Anders Broman
2011-06-08
13
-767
/
+0
*
From Michael Mann:
Anders Broman
2011-06-08
3
-261
/
+0
*
Remove the sercosiii plugin dir as it's now a builtin dissector.
Anders Broman
2011-06-08
9
-766
/
+0
*
Move packet-sercosiii.c to be a builtin dissector.
Anders Broman
2011-06-07
12
-3539
/
+0
*
From Michael Mann:
Anders Broman
2011-06-06
3
-23
/
+1568
*
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
[next]