aboutsummaryrefslogtreecommitdiffstats
path: root/epan/sigcomp-udvm.c
AgeCommit message (Expand)AuthorFilesLines
2012-01-15Rename crypt-xxx to xxxjmayer1-1/+1
2011-08-31Second try to move crc routines to libwsutil.stig1-1/+1
2011-08-30Revert r38800, as the crc routines contains some tvb functions.stig1-1/+1
2011-08-30Move all crc routines to libwsutil.stig1-1/+1
2011-06-07Fix gcc 4.6 "set but not used [-Wunused-but-set-variable]" warningswmeier1-3/+3
2010-06-25Make sure our addresses are modulo 2^16 in a lot of places. Fixes agerald1-31/+33
2010-06-04Fix comments.guy1-2/+2
2010-06-04According to RFC 3220 section 7 the max UDVM message size is 65536,gerald1-1/+1
2010-06-03Sorry, I forgot that 8.6. UDVM Cycles saysguy1-1/+0
2010-06-02Increment the cycle count no matter what. Increase the cycle countgerald1-35/+16
2010-01-28Fix various gcc -Wshadow warnings.wmeier1-34/+34
2009-10-05Allocate 64K buffer from heapkrj1-7/+2
2009-09-29Print correct destination for SIGCOMP_INSTR_COPY_LITERAL.stig1-1/+1
2009-05-14Apply some of the patches from:etxrab1-4/+2
2008-12-20Fix some typos and spelling (mostly in text strings)wmeier1-3/+3
2007-03-28Remove almost all of the casts I committed recently and in place ofsfisher1-2/+2
2007-03-26Fix a bunch more warnings. Add -Werror when using --with-warnings-as-errorssfisher1-2/+2
2007-01-12Move sha1.[ch] to epan/crypt/crypt-sha1.[ch]. Remove duplicate code.gerald1-156/+156
2006-12-05From Cristian Constantin:etxrab1-0/+5
2006-05-28Ethereal->Wiresharketxrab1-1/+1
2006-05-21name changesahlberg1-2/+2
2006-03-07Fix a bug reported by coverity.etxrab1-1/+2
2006-01-05Bill Meier:jmayer1-2/+2
2005-09-21I think this is the check that was intended....guy1-1/+1
2005-09-20Be more paranoid about buffer overruns.gerald1-7/+37
2005-09-19Throw an exception instead of trying to read past the end of a buffer.gerald1-0/+5
2005-09-07Add bounds checking in several places to the SigComp UDVM. Use memset()gerald1-12/+7
2005-08-31udvm: initialise a variableetxrab1-2/+2
2005-08-25From Timo Metsalaetxrab1-9/+112
2005-08-08various code cleanup:ulfl1-4/+0
2005-06-16From Paul Ollis:etxrab1-506/+649
2004-11-28Bugfixesetxrab1-67/+56
2004-11-24Somethimes its difficult to get it right *sighetxrab1-1/+1
2004-11-24The code didn't even compile: removed a superfluous (jmayer1-1/+1
2004-11-24Set svn properties - without them, compilation with gcc would fail on Unixjmayer1-2977/+2978
2004-11-24Fix a faulty IF statement, deflate should work now.etxrab1-3/+3
2004-11-23Don't free string that don't need it. Added filter possibillity on Partial stateetxrab1-6/+7
2004-11-22Fix some memmory leaksetxrab1-2942/+2956
2004-11-16Implemented state-create, handling of g_hash_table at redesection needs more ...etxrab1-31/+45
2004-10-11Fix (hopefully) a compiler varningetxrab1-0/+2
2004-10-08Use "%%" in format strings if you want to print a %.guy1-4/+4
2004-10-08Add sigcomp Universal Decompressor Virtual Machine (UDVM) and state handler, ...etxrab1-0/+2946