aboutsummaryrefslogtreecommitdiffstats
path: root/epan/sigcomp-udvm.c
AgeCommit message (Expand)AuthorFilesLines
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