rerun pidl
[metze/wireshark/wip.git] / epan / sigcomp-udvm.c
2013-12-19 eapacheRename a couple of to_str functions to have ep_ in...
2013-11-10 darkjamesAdd missing includes in order to remove exceptions...
2013-11-10 darkjamesMove prototype of bytes_to_str, bytes_to_str_punct...
2013-09-13 jmayerExplicitly include emem.h where it is needed
2013-08-01 morrissMove a bunch of the crypt modules and pint.h into wsutil.
2013-04-22 alagoutteFix some Dead Store (Dead assignement/Dead increment...
2013-03-20 wmeier From beroset:
2012-09-20 morrissWe always HAVE_CONFIG_H so don't bother checking whethe...
2012-06-28 darkjamesUpdate FSF address - part II.
2012-05-07 wmeierFrom Evan Huus:
2012-01-15 jmayerRename crypt-xxx to xxx
2011-08-31 stigSecond try to move crc routines to libwsutil.
2011-08-30 stigRevert r38800, as the crc routines contains some tvb...
2011-08-30 stigMove all crc routines to libwsutil.
2011-06-07 wmeierFix gcc 4.6 "set but not used [-Wunused-but-set-variabl...
2010-06-25 geraldMake sure our addresses are modulo 2^16 in a lot of...
2010-06-04 guyFix comments.
2010-06-04 geraldAccording to RFC 3220 section 7 the max UDVM message...
2010-06-03 guySorry, I forgot that 8.6. UDVM Cycles says
2010-06-02 geraldIncrement the cycle count no matter what. Increase...
2010-01-28 wmeierFix various gcc -Wshadow warnings.
2009-10-05 krjAllocate 64K buffer from heap
2009-09-29 stigPrint correct destination for SIGCOMP_INSTR_COPY_LITERAL.
2009-05-14 etxrabApply some of the patches from:
2008-12-20 wmeierFix some typos and spelling (mostly in text strings)
2007-03-28 sfisherRemove almost all of the casts I committed recently...
2007-03-26 sfisherFix a bunch more warnings. Add -Werror when using...
2007-01-12 geraldMove sha1.[ch] to epan/crypt/crypt-sha1.[ch]. Remove...
2006-12-05 etxrabFrom Cristian Constantin:
2006-05-28 etxrabEthereal->Wireshark
2006-05-21 sahlbergname change
2006-03-07 etxrabFix a bug reported by coverity.
2006-01-05 jmayerBill Meier:
2005-09-21 guyI think this is the check that was intended....
2005-09-20 geraldBe more paranoid about buffer overruns.
2005-09-19 geraldThrow an exception instead of trying to read past the...
2005-09-07 geraldAdd bounds checking in several places to the SigComp...
2005-08-31 etxrabudvm: initialise a variable
2005-08-25 etxrabFrom Timo Metsala
2005-08-08 ulflvarious code cleanup:
2005-06-16 etxrabFrom Paul Ollis:
2004-11-28 etxrabBugfixes
2004-11-24 etxrabSomethimes its difficult to get it right *sigh
2004-11-24 jmayerThe code didn't even compile: removed a superfluous (
2004-11-24 jmayerSet svn properties - without them, compilation with...
2004-11-24 etxrabFix a faulty IF statement, deflate should work now.
2004-11-23 etxrabDon't free string that don't need it. Added filter...
2004-11-22 etxrabFix some memmory leaks
2004-11-16 etxrabImplemented state-create, handling of g_hash_table...
2004-10-11 etxrabFix (hopefully) a compiler varning
2004-10-08 guyUse "%%" in format strings if you want to print a %.
2004-10-08 etxrabAdd sigcomp Universal Decompressor Virtual Machine...