aboutsummaryrefslogtreecommitdiffstats
path: root/epan/sigcomp_state_hdlr.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
* fix some more warningsUlf Lamping2007-03-221-1/+1
* From Cristian Constantin:Anders Broman2006-12-051-1/+1
* name changeRonnie Sahlberg2006-05-211-2/+2
* make n a guint32 to not wrap around at 65536Anders Broman2005-09-291-1/+1
* It's the UDVM_MEMORY_SIZE that should be checked.Anders Broman2005-09-281-2/+2
* fix MSVC warning: sigcomp_state_hdlr.c(601) : warning C4101: 'partial_state_s...Ulf Lamping2005-09-091-1/+1
* Add bounds checking in several places to the SigComp UDVM. Use memset()Gerald Combs2005-09-071-14/+16
* various code cleanup:Ulf Lamping2005-08-081-4/+0
* Some warning fixes for "no previous declaration"Jörg Mayer2005-08-021-1/+1
* From Paul Ollis:Anders Broman2005-06-161-668/+626
* fix a typo: lenght -> lengthUlf Lamping2005-02-201-1/+1
* Bugfix incorect while condition from Mutsuya IrieAnders Broman2005-01-241-2/+2
* Add NL to last lineJörg Mayer2004-12-201-1/+2
* Don't free string that don't need it. Added filter possibillity on Partial stateAnders Broman2004-11-231-8/+4
* Fix some memmory leaksAnders Broman2004-11-221-559/+568
* Clean-up hash table at reloading of file.Anders Broman2004-11-211-0/+13
* Free the statebuff and the stringAnders Broman2004-11-211-1/+3
* Implemented state-create, handling of g_hash_table at redesection needs more ...Anders Broman2004-11-161-19/+198
* Add sigcomp Universal Decompressor Virtual Machine (UDVM) and state handler, ...Anders Broman2004-10-081-0/+468