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
/
epan
/
sigcomp-udvm.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
Explicitly include emem.h where it is needed
Jörg Mayer
2013-09-13
1
-0
/
+2
*
Move a bunch of the crypt modules and pint.h into wsutil.
Jeff Morriss
2013-08-01
1
-3
/
+4
*
Fix some Dead Store (Dead assignement/Dead increment) Warning found by Clang
Alexis La Goutte
2013-04-22
1
-8
/
+3
*
From beroset:
Bill Meier
2013-03-20
1
-3
/
+3
*
We always HAVE_CONFIG_H so don't bother checking whether we have it or not.
Jeff Morriss
2012-09-20
1
-3
/
+1
*
Update FSF address - part II.
Jakub Zawadzki
2012-06-28
1
-1
/
+1
*
From Evan Huus:
Bill Meier
2012-05-07
1
-5
/
+0
*
Rename crypt-xxx to xxx
Jörg Mayer
2012-01-15
1
-1
/
+1
*
Second try to move crc routines to libwsutil.
Stig Bjørlykke
2011-08-31
1
-1
/
+1
*
Revert r38800, as the crc routines contains some tvb functions.
Stig Bjørlykke
2011-08-30
1
-1
/
+1
*
Move all crc routines to libwsutil.
Stig Bjørlykke
2011-08-30
1
-1
/
+1
*
Fix gcc 4.6 "set but not used [-Wunused-but-set-variable]" warnings
Bill Meier
2011-06-07
1
-3
/
+3
*
Make sure our addresses are modulo 2^16 in a lot of places. Fixes a
Gerald Combs
2010-06-25
1
-31
/
+33
*
Fix comments.
Guy Harris
2010-06-04
1
-2
/
+2
*
According to RFC 3220 section 7 the max UDVM message size is 65536,
Gerald Combs
2010-06-04
1
-1
/
+1
*
Sorry, I forgot that 8.6. UDVM Cycles says
Guy Harris
2010-06-03
1
-1
/
+0
*
Increment the cycle count no matter what. Increase the cycle count
Gerald Combs
2010-06-02
1
-35
/
+16
*
Fix various gcc -Wshadow warnings.
Bill Meier
2010-01-28
1
-34
/
+34
*
Allocate 64K buffer from heap
Kovarththanan Rajaratnam
2009-10-05
1
-7
/
+2
*
Print correct destination for SIGCOMP_INSTR_COPY_LITERAL.
Stig Bjørlykke
2009-09-29
1
-1
/
+1
*
Apply some of the patches from:
Anders Broman
2009-05-14
1
-4
/
+2
*
Fix some typos and spelling (mostly in text strings)
Bill Meier
2008-12-20
1
-3
/
+3
*
Remove almost all of the casts I committed recently and in place of
Stephen Fisher
2007-03-28
1
-2
/
+2
*
Fix a bunch more warnings. Add -Werror when using --with-warnings-as-errors
Stephen Fisher
2007-03-26
1
-2
/
+2
*
Move sha1.[ch] to epan/crypt/crypt-sha1.[ch]. Remove duplicate code.
Gerald Combs
2007-01-12
1
-156
/
+156
*
From Cristian Constantin:
Anders Broman
2006-12-05
1
-0
/
+5
*
Ethereal->Wireshark
Anders Broman
2006-05-28
1
-1
/
+1
*
name change
Ronnie Sahlberg
2006-05-21
1
-2
/
+2
*
Fix a bug reported by coverity.
Anders Broman
2006-03-07
1
-1
/
+2
*
Bill Meier:
Jörg Mayer
2006-01-05
1
-2
/
+2
*
I think this is the check that was intended....
Guy Harris
2005-09-21
1
-1
/
+1
*
Be more paranoid about buffer overruns.
Gerald Combs
2005-09-20
1
-7
/
+37
*
Throw an exception instead of trying to read past the end of a buffer.
Gerald Combs
2005-09-19
1
-0
/
+5
*
Add bounds checking in several places to the SigComp UDVM. Use memset()
Gerald Combs
2005-09-07
1
-12
/
+7
*
udvm: initialise a variable
Anders Broman
2005-08-31
1
-2
/
+2
*
From Timo Metsala
Anders Broman
2005-08-25
1
-9
/
+112
*
various code cleanup:
Ulf Lamping
2005-08-08
1
-4
/
+0
*
From Paul Ollis:
Anders Broman
2005-06-16
1
-506
/
+649
*
Bugfixes
Anders Broman
2004-11-28
1
-67
/
+56
*
Somethimes its difficult to get it right *sigh
Anders Broman
2004-11-24
1
-1
/
+1
*
The code didn't even compile: removed a superfluous (
Jörg Mayer
2004-11-24
1
-1
/
+1
*
Set svn properties - without them, compilation with gcc would fail on Unix
Jörg Mayer
2004-11-24
1
-2977
/
+2978
*
Fix a faulty IF statement, deflate should work now.
Anders Broman
2004-11-24
1
-3
/
+3
*
Don't free string that don't need it. Added filter possibillity on Partial state
Anders Broman
2004-11-23
1
-6
/
+7
*
Fix some memmory leaks
Anders Broman
2004-11-22
1
-2942
/
+2956
*
Implemented state-create, handling of g_hash_table at redesection needs more ...
Anders Broman
2004-11-16
1
-31
/
+45
*
Fix (hopefully) a compiler varning
Anders Broman
2004-10-11
1
-0
/
+2
*
Use "%%" in format strings if you want to print a %.
Guy Harris
2004-10-08
1
-4
/
+4
*
Add sigcomp Universal Decompressor Virtual Machine (UDVM) and state handler, ...
Anders Broman
2004-10-08
1
-0
/
+2946