aboutsummaryrefslogtreecommitdiffstats
path: root/epan/sigcomp-udvm.c
Commit message (Expand)AuthorAgeFilesLines
* Explicitly include emem.h where it is neededJörg Mayer2013-09-131-0/+2
* Move a bunch of the crypt modules and pint.h into wsutil.Jeff Morriss2013-08-011-3/+4
* Fix some Dead Store (Dead assignement/Dead increment) Warning found by ClangAlexis La Goutte2013-04-221-8/+3
* From beroset:Bill Meier2013-03-201-3/+3
* We always HAVE_CONFIG_H so don't bother checking whether we have it or not.Jeff Morriss2012-09-201-3/+1
* Update FSF address - part II.Jakub Zawadzki2012-06-281-1/+1
* From Evan Huus:Bill Meier2012-05-071-5/+0
* Rename crypt-xxx to xxxJörg Mayer2012-01-151-1/+1
* Second try to move crc routines to libwsutil.Stig Bjørlykke2011-08-311-1/+1
* Revert r38800, as the crc routines contains some tvb functions.Stig Bjørlykke2011-08-301-1/+1
* Move all crc routines to libwsutil.Stig Bjørlykke2011-08-301-1/+1
* Fix gcc 4.6 "set but not used [-Wunused-but-set-variable]" warningsBill Meier2011-06-071-3/+3
* Make sure our addresses are modulo 2^16 in a lot of places. Fixes aGerald Combs2010-06-251-31/+33
* Fix comments.Guy Harris2010-06-041-2/+2
* According to RFC 3220 section 7 the max UDVM message size is 65536,Gerald Combs2010-06-041-1/+1
* Sorry, I forgot that 8.6. UDVM Cycles saysGuy Harris2010-06-031-1/+0
* Increment the cycle count no matter what. Increase the cycle countGerald Combs2010-06-021-35/+16
* Fix various gcc -Wshadow warnings.Bill Meier2010-01-281-34/+34
* Allocate 64K buffer from heapKovarththanan Rajaratnam2009-10-051-7/+2
* Print correct destination for SIGCOMP_INSTR_COPY_LITERAL.Stig Bjørlykke2009-09-291-1/+1
* Apply some of the patches from:Anders Broman2009-05-141-4/+2
* Fix some typos and spelling (mostly in text strings)Bill Meier2008-12-201-3/+3
* 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