aboutsummaryrefslogtreecommitdiffstats
path: root/epan/sigcomp_state_hdlr.c
AgeCommit message (Expand)AuthorFilesLines
2012-06-28Update FSF address - part II.darkjames1-1/+1
2011-06-07Fix gcc 4.6 "set but not used [-Wunused-but-set-variable]" warningswmeier1-303/+306
2011-01-21Adress => Address corrections (also in comments).sake1-1/+1
2010-06-25Make sure our addresses are modulo 2^16 in a lot of places. Fixes agerald1-0/+2
2010-06-03Use g_hash_table_new_full().etxrab1-14/+4
2008-10-25From S. Ravi:jake1-2/+249
2007-03-28Remove almost all of the casts I committed recently and in place ofsfisher1-2/+2
2007-03-26Fix a bunch more warnings. Add -Werror when using --with-warnings-as-errorssfisher1-2/+2
2007-03-22fix some more warningsulfl1-1/+1
2006-12-05From Cristian Constantin:etxrab1-1/+1
2006-05-21name changesahlberg1-2/+2
2005-09-29make n a guint32 to not wrap around at 65536etxrab1-1/+1
2005-09-28It's the UDVM_MEMORY_SIZE that should be checked.etxrab1-2/+2
2005-09-09fix MSVC warning: sigcomp_state_hdlr.c(601) : warning C4101: 'partial_state_s...ulfl1-1/+1
2005-09-07Add bounds checking in several places to the SigComp UDVM. Use memset()gerald1-14/+16
2005-08-08various code cleanup:ulfl1-4/+0
2005-08-02Some warning fixes for "no previous declaration"jmayer1-1/+1
2005-06-16From Paul Ollis:etxrab1-668/+626
2005-02-20fix a typo: lenght -> lengthulfl1-1/+1
2005-01-24Bugfix incorect while condition from Mutsuya Irieetxrab1-2/+2
2004-12-20Add NL to last linejmayer1-1/+2
2004-11-23Don't free string that don't need it. Added filter possibillity on Partial stateetxrab1-8/+4
2004-11-22Fix some memmory leaksetxrab1-559/+568
2004-11-21Clean-up hash table at reloading of file.etxrab1-0/+13
2004-11-21Free the statebuff and the stringetxrab1-1/+3
2004-11-16Implemented state-create, handling of g_hash_table at redesection needs more ...etxrab1-19/+198
2004-10-08Add sigcomp Universal Decompressor Virtual Machine (UDVM) and state handler, ...etxrab1-0/+468