aboutsummaryrefslogtreecommitdiffstats
path: root/epan/sigcomp-udvm.c
AgeCommit message (Expand)AuthorFilesLines
2010-06-25Make sure our addresses are modulo 2^16 in a lot of places. Fixes aGerald Combs1-31/+33
2010-06-04Fix comments.Guy Harris1-2/+2
2010-06-04According to RFC 3220 section 7 the max UDVM message size is 65536,Gerald Combs1-1/+1
2010-06-03Sorry, I forgot that 8.6. UDVM Cycles saysGuy Harris1-1/+0
2010-06-02Increment the cycle count no matter what. Increase the cycle countGerald Combs1-35/+16
2010-01-28Fix various gcc -Wshadow warnings.Bill Meier1-34/+34
2009-10-05Allocate 64K buffer from heapKovarththanan Rajaratnam1-7/+2
2009-09-29Print correct destination for SIGCOMP_INSTR_COPY_LITERAL.Stig Bjørlykke1-1/+1
2009-05-14Apply some of the patches from:Anders Broman1-4/+2
2008-12-20Fix some typos and spelling (mostly in text strings)Bill Meier1-3/+3
2007-03-28Remove almost all of the casts I committed recently and in place ofStephen Fisher1-2/+2
2007-03-26Fix a bunch more warnings. Add -Werror when using --with-warnings-as-errorsStephen Fisher1-2/+2
2007-01-12Move sha1.[ch] to epan/crypt/crypt-sha1.[ch]. Remove duplicate code.Gerald Combs1-156/+156
2006-12-05From Cristian Constantin:Anders Broman1-0/+5
2006-05-28Ethereal->WiresharkAnders Broman1-1/+1
2006-05-21name changeRonnie Sahlberg1-2/+2
2006-03-07Fix a bug reported by coverity.Anders Broman1-1/+2
2006-01-05Bill Meier:Jörg Mayer1-2/+2
2005-09-21I think this is the check that was intended....Guy Harris1-1/+1
2005-09-20Be more paranoid about buffer overruns.Gerald Combs1-7/+37
2005-09-19Throw an exception instead of trying to read past the end of a buffer.Gerald Combs1-0/+5
2005-09-07Add bounds checking in several places to the SigComp UDVM. Use memset()Gerald Combs1-12/+7
2005-08-31udvm: initialise a variableAnders Broman1-2/+2
2005-08-25From Timo MetsalaAnders Broman1-9/+112
2005-08-08various code cleanup:Ulf Lamping1-4/+0
2005-06-16From Paul Ollis:Anders Broman1-506/+649
2004-11-28BugfixesAnders Broman1-67/+56
2004-11-24Somethimes its difficult to get it right *sighAnders Broman1-1/+1
2004-11-24The code didn't even compile: removed a superfluous (Jörg Mayer1-1/+1
2004-11-24Set svn properties - without them, compilation with gcc would fail on UnixJörg Mayer1-2977/+2978
2004-11-24Fix a faulty IF statement, deflate should work now.Anders Broman1-3/+3
2004-11-23Don't free string that don't need it. Added filter possibillity on Partial stateAnders Broman1-6/+7
2004-11-22Fix some memmory leaksAnders Broman1-2942/+2956
2004-11-16Implemented state-create, handling of g_hash_table at redesection needs more ...Anders Broman1-31/+45
2004-10-11Fix (hopefully) a compiler varningAnders Broman1-0/+2
2004-10-08Use "%%" in format strings if you want to print a %.Guy Harris1-4/+4
2004-10-08Add sigcomp Universal Decompressor Virtual Machine (UDVM) and state handler, ...Anders Broman1-0/+2946