From Pavel Moravec via https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=9612
[metze/wireshark/wip.git] / epan / sigcomp-udvm.c
2013-12-19 Evan HuusRename a couple of to_str functions to have ep_ in...
2013-11-10 Jakub ZawadzkiAdd missing includes in order to remove exceptions...
2013-11-10 Jakub ZawadzkiMove prototype of bytes_to_str, bytes_to_str_punct...
2013-09-13 Jörg MayerExplicitly include emem.h where it is needed
2013-08-01 Jeff MorrissMove a bunch of the crypt modules and pint.h into wsutil.
2013-04-22 Alexis La GoutteFix some Dead Store (Dead assignement/Dead increment...
2013-03-20 Bill Meier From beroset:
2012-09-20 Jeff MorrissWe always HAVE_CONFIG_H so don't bother checking whethe...
2012-06-28 Jakub ZawadzkiUpdate FSF address - part II.
2012-05-07 Bill MeierFrom Evan Huus:
2012-01-15 Jörg MayerRename crypt-xxx to xxx
2011-08-31 Stig BjørlykkeSecond try to move crc routines to libwsutil.
2011-08-30 Stig BjørlykkeRevert r38800, as the crc routines contains some tvb...
2011-08-30 Stig BjørlykkeMove all crc routines to libwsutil.
2011-06-07 Bill MeierFix gcc 4.6 "set but not used [-Wunused-but-set-variabl...
2010-06-25 Gerald CombsMake sure our addresses are modulo 2^16 in a lot of...
2010-06-04 Guy HarrisFix comments.
2010-06-04 Gerald CombsAccording to RFC 3220 section 7 the max UDVM message...
2010-06-03 Guy HarrisSorry, I forgot that 8.6. UDVM Cycles says
2010-06-02 Gerald CombsIncrement the cycle count no matter what. Increase...
2010-01-28 Bill MeierFix various gcc -Wshadow warnings.
2009-10-05 Kovarththanan Raja... Allocate 64K buffer from heap
2009-09-29 Stig BjørlykkePrint correct destination for SIGCOMP_INSTR_COPY_LITERAL.
2009-05-14 Anders BromanApply some of the patches from:
2008-12-20 Bill MeierFix some typos and spelling (mostly in text strings)
2007-03-28 Stephen FisherRemove almost all of the casts I committed recently...
2007-03-26 Stephen FisherFix a bunch more warnings. Add -Werror when using...
2007-01-12 Gerald CombsMove sha1.[ch] to epan/crypt/crypt-sha1.[ch]. Remove...
2006-12-05 Anders BromanFrom Cristian Constantin:
2006-05-28 Anders BromanEthereal->Wireshark
2006-05-21 Ronnie Sahlbergname change
2006-03-07 Anders BromanFix a bug reported by coverity.
2006-01-05 Jörg MayerBill Meier:
2005-09-21 Guy HarrisI think this is the check that was intended....
2005-09-20 Gerald CombsBe more paranoid about buffer overruns.
2005-09-19 Gerald CombsThrow an exception instead of trying to read past the...
2005-09-07 Gerald CombsAdd bounds checking in several places to the SigComp...
2005-08-31 Anders Bromanudvm: initialise a variable
2005-08-25 Anders BromanFrom Timo Metsala
2005-08-08 Ulf Lampingvarious code cleanup:
2005-06-16 Anders BromanFrom Paul Ollis:
2004-11-28 Anders BromanBugfixes
2004-11-24 Anders BromanSomethimes its difficult to get it right *sigh
2004-11-24 Jörg MayerThe code didn't even compile: removed a superfluous (
2004-11-24 Jörg MayerSet svn properties - without them, compilation with...
2004-11-24 Anders BromanFix a faulty IF statement, deflate should work now.
2004-11-23 Anders BromanDon't free string that don't need it. Added filter...
2004-11-22 Anders BromanFix some memmory leaks
2004-11-16 Anders BromanImplemented state-create, handling of g_hash_table...
2004-10-11 Anders BromanFix (hopefully) a compiler varning
2004-10-08 Guy HarrisUse "%%" in format strings if you want to print a %.
2004-10-08 Anders BromanAdd sigcomp Universal Decompressor Virtual Machine...