aboutsummaryrefslogtreecommitdiffstats
path: root/epan/sigcomp-udvm.c
Commit message (Expand)AuthorAgeFilesLines
* Remove almost all of the casts I committed recently and in place ofStephen Fisher2007-03-281-2/+2
* Fix a bunch more warnings. Add -Werror when using --with-warnings-as-errorsStephen Fisher2007-03-261-2/+2
* Move sha1.[ch] to epan/crypt/crypt-sha1.[ch]. Remove duplicate code.Gerald Combs2007-01-121-156/+156
* From Cristian Constantin:Anders Broman2006-12-051-0/+5
* Ethereal->WiresharkAnders Broman2006-05-281-1/+1
* name changeRonnie Sahlberg2006-05-211-2/+2
* Fix a bug reported by coverity.Anders Broman2006-03-071-1/+2
* Bill Meier:Jörg Mayer2006-01-051-2/+2
* I think this is the check that was intended....Guy Harris2005-09-211-1/+1
* Be more paranoid about buffer overruns.Gerald Combs2005-09-201-7/+37
* Throw an exception instead of trying to read past the end of a buffer.Gerald Combs2005-09-191-0/+5
* Add bounds checking in several places to the SigComp UDVM. Use memset()Gerald Combs2005-09-071-12/+7
* udvm: initialise a variableAnders Broman2005-08-311-2/+2
* From Timo MetsalaAnders Broman2005-08-251-9/+112
* various code cleanup:Ulf Lamping2005-08-081-4/+0
* From Paul Ollis:Anders Broman2005-06-161-506/+649
* BugfixesAnders Broman2004-11-281-67/+56
* Somethimes its difficult to get it right *sighAnders Broman2004-11-241-1/+1
* The code didn't even compile: removed a superfluous (Jörg Mayer2004-11-241-1/+1
* Set svn properties - without them, compilation with gcc would fail on UnixJörg Mayer2004-11-241-2977/+2978
* Fix a faulty IF statement, deflate should work now.Anders Broman2004-11-241-3/+3
* Don't free string that don't need it. Added filter possibillity on Partial stateAnders Broman2004-11-231-6/+7
* Fix some memmory leaksAnders Broman2004-11-221-2942/+2956
* Implemented state-create, handling of g_hash_table at redesection needs more ...Anders Broman2004-11-161-31/+45
* Fix (hopefully) a compiler varningAnders Broman2004-10-111-0/+2
* Use "%%" in format strings if you want to print a %.Guy Harris2004-10-081-4/+4
* Add sigcomp Universal Decompressor Virtual Machine (UDVM) and state handler, ...Anders Broman2004-10-081-0/+2946