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