aboutsummaryrefslogtreecommitdiffstats
path: root/epan/sigcomp_state_hdlr.c
AgeCommit message (Expand)AuthorFilesLines
2006-05-21name changeRonnie Sahlberg1-2/+2
2005-09-29make n a guint32 to not wrap around at 65536Anders Broman1-1/+1
2005-09-28It's the UDVM_MEMORY_SIZE that should be checked.Anders Broman1-2/+2
2005-09-09fix MSVC warning: sigcomp_state_hdlr.c(601) : warning C4101: 'partial_state_s...Ulf Lamping1-1/+1
2005-09-07Add bounds checking in several places to the SigComp UDVM. Use memset()Gerald Combs1-14/+16
2005-08-08various code cleanup:Ulf Lamping1-4/+0
2005-08-02Some warning fixes for "no previous declaration"Jörg Mayer1-1/+1
2005-06-16From Paul Ollis:Anders Broman1-668/+626
2005-02-20fix a typo: lenght -> lengthUlf Lamping1-1/+1
2005-01-24Bugfix incorect while condition from Mutsuya IrieAnders Broman1-2/+2
2004-12-20Add NL to last lineJörg Mayer1-1/+2
2004-11-23Don't free string that don't need it. Added filter possibillity on Partial stateAnders Broman1-8/+4
2004-11-22Fix some memmory leaksAnders Broman1-559/+568
2004-11-21Clean-up hash table at reloading of file.Anders Broman1-0/+13
2004-11-21Free the statebuff and the stringAnders Broman1-1/+3
2004-11-16Implemented state-create, handling of g_hash_table at redesection needs more ...Anders Broman1-19/+198
2004-10-08Add sigcomp Universal Decompressor Virtual Machine (UDVM) and state handler, ...Anders Broman1-0/+468