Rewrite dissectors to use Libgcrypt functions.
[metze/wireshark/wip.git] / epan / dissectors / packet-sigcomp.c
2017-03-02 Erik de JongRewrite dissectors to use Libgcrypt functions.
2017-01-31 Michael Mannformat_text_wmem -> format_text
2017-01-31 Michael MannAdd format_text_wmem.
2016-12-31 Michael MannDissectors don't need a journey of self discovery.
2016-10-13 Michael MannConvert most UDP dissectors to use "auto" preferences.
2016-10-08 Michael MannCombine Decode As and port preferences for tcp.port...
2016-07-22 Pascal QuantinConvert more glib memory to wmem pinfo pool
2016-03-20 Michael MannManually add protocol dependencies derived from find_di...
2016-03-11 Alexis La Gouttesigcomp: fix 'sigcomp.decompression_failure' exists...
2016-02-21 Martin Kaisersigcomp: don't THROW() an exception from a dissector
2016-01-08 moshekaplanFix a lot of typos and misspellings
2015-12-09 Michael Mannnew_register_dissector -> register_dissector for dissec...
2015-12-09 Michael Mannnew_create_dissector_handle -> create_dissector_handle...
2015-08-25 Pascal QuantinSIGCOMP: fix sigcomp.copying_bytes_literally field
2015-08-25 Michael MannEliminate proto_tree_add_text from packet-sigcomp.c
2015-07-03 Peter WuSplit more init routines into init/cleanup functions
2015-06-23 Evan HuusRemove more deprecated tvb_length calls
2015-06-23 Evan HuusReplace more deprecated tvb_length calls
2015-05-09 Guy HarrisDefine the SHA-1 digest length in wsutil/sha1.h and...
2015-05-07 Alexis La GoutteSIGCOMP: Fix Dead Store (Dead assignement/Dead incremen...
2015-05-07 Michael MannReduce proto_tree_add_text calls in packet-sigcomp.c
2015-02-13 Bill MeierReplace tabs by spaces when editor modelines has "expan...
2015-01-20 Michael MannMove all SigComp functionality to the SigComp dissector.
2015-01-08 Michael Mannbytes_to_ep_str -> bytes_to_str
2014-12-25 Martin MathiesonDeleting unnecessary #includes from dissectors.
2014-12-21 Bill MeierCleanup use of #includes in non-generated epan/dissecto...
2014-09-16 Bill MeierFix spelling: cant-->can't, wont-->won't, etc
2014-06-19 Michael MannRevert "Fixup: tvb_* -> tvb_captured"
2014-06-19 Michael MannRevert "Fixup: tvb_ensure_length_remaining -> tvb_ensur...
2014-06-18 Dario LombardoFixup: tvb_ensure_length_remaining -> tvb_ensure_captur...
2014-06-18 Dario LombardoFixup: tvb_* -> tvb_captured
2014-06-07 Michael Manntvb_new_subset -> tvb_new_subset_length when length...
2014-05-19 Jakub ZawadzkiAdd new proto_tree_add_format_text() function
2014-03-04 Alexis La GoutteRemove all $Id$ from top of file
2014-03-03 Bill MeierCreate/use extended value_strings; add editor modelines...
2013-12-21 Jakub ZawadzkiAdd missing includes
2013-12-19 Evan HuusRename a couple of to_str functions to have ep_ in...
2013-12-14 Jakub ZawadzkiFix [-Wmissing-prototypes]
2013-12-13 Anders BromanFix [-Wmissing-prototypes]
2013-12-11 Anders Broman- Make local functions static.
2013-09-09 Michael Mannexpert_add_info_format_text -> expert_add_info_format
2013-08-19 Pascal QuantinChange some dissectors to use pinfo memory pool instead...
2013-05-27 Michael MannBatch of filterable expert infos
2013-03-19 Anders BromanFrom beroset:
2013-01-31 Bill MeierUse '#if 0 ... #endif' rather than /** ... **/ to comme...
2013-01-26 Bill MeierComment out cases of unused hf array entries found...
2012-11-29 Jeff MorrissMake all enum_val_t's const.
2012-09-20 Jeff MorrissWe always HAVE_CONFIG_H so don't bother checking whethe...
2012-09-10 Jakub ZawadzkiInitial commit to support yet another method of passing...
2012-08-10 Bill MeierUse val_to_str_const() where appropriate;
2012-06-28 Jakub ZawadzkiUpdate FSF address - part II.
2012-05-15 Gerald CombsAssign some variables that scan-build was complaining...
2011-12-13 Bill MeierMove proto_reg_handoff...(0 to the end of the file...
2011-12-13 Bill MeierFix: Execution Tracing High-Detail field selection...
2011-10-21 Bill MeierFor proto_tree_add_item(..., proto_xxx, ...)use ENC_NA...
2011-10-04 Bill MeierUse ENC_NA as encoding for proto_tree_add_item() calls...
2011-09-26 Anders BromanGet rid of check_col() and use ENC.
2011-02-07 Bill MeierRemove unneeded #includes (stdio.h,stdlib.h);
2010-12-20 Guy HarrisRename the routines that handle dissector tables with...
2010-04-06 Bill Meier#include <string.h> not needed.
2010-04-03 Bill MeierRemove unneeded #include <stdio.h>
2009-11-17 Gerasimos DimitriadisRemove the address operator from value_string arrays...
2009-08-21 Kovarththanan Raja... Sanitize epan includes
2009-08-09 Kovarththanan Raja... Don't guard col_clear with col_check
2009-08-09 Kovarththanan Raja... Don't guard col_set_str (COL_INFO) with col_check
2009-08-09 Kovarththanan Raja... Don't guard col_set_str (COL_PROTOCOL) with col_check
2009-06-18 Stig BjørlykkeFrom Kovarththanan Rajaratnam via bug 3548:
2009-05-13 Anders BromanApply some of the patches from:
2008-12-20 Bill MeierFix various typos and spelling errors (mostly in text...
2008-09-19 Bill MeierMinor cleanup mostly related to proto_reg_handoff
2008-08-26 Bill Meier#include <emem.h> not req'd
2007-10-23 Anders BromanApply the small performance enhancment patches for:
2007-08-08 Anders BromanFrom Daniel Rao:
2007-06-01 Martin Mathieson- Check NACK version is 1 before dissecting as NACK
2007-05-14 Martin Mathieson- give NACK reason codes in hex rather than decimal
2007-05-10 Martin Mathieson- show NACK summary in info column
2007-01-04 Martin MathiesonCheck in trivial changes before generating a big diff...
2006-12-05 Anders BromanFrom Cristian Constantin:
2006-05-21 Ronnie Sahlbergchange a whole bunch of ethereal into wireshark
2006-03-07 Anders BromanFix Coverity CID: 8 dead code.
2006-01-05 Jörg MayerBill Meier:
2005-10-06 Anders BromanHandle multiple messages in a TCP segment, reassembly...
2005-10-03 Anders BromanFix a typo.
2005-09-29 Guy HarrisMake "top_tree" static; nobody else uses it, and if...
2005-09-28 Anders BromanHandle sigcomp over TCP.
2005-08-31 Anders Bromanudvm: initialise a variable
2005-08-25 Anders BromanFrom Timo Metsala
2005-08-08 Ulf Lampingvarious code cleanup:
2005-08-02 Jörg MayerFix more "no previous declaration" warnings
2005-06-16 Anders BromanFrom Paul Ollis:
2005-02-20 Ulf Lampingfix a typo: lenght -> length
2004-12-25 Ulf Lampinga lot of warnings removed, most of them about pointer...
2004-12-01 Gerald Combsbytes_to_str() returns a static value. Don't g_free...
2004-11-28 Anders BromanBugfixes- handle zero length bytecode, handle end-off...
2004-11-23 Anders BromanMake it possible to fileter on partial_state create...
2004-11-22 Anders BromanFix some memmory leaks
2004-11-16 Anders BromanImplemented state-create, handling of g_hash_table...
2004-10-08 Guy Harris"dissect_sigcomp()" returns 0 or the packet length...
2004-10-08 Anders BromanAdd sigcomp Universal Decompressor Virtual Machine...
2004-09-27 Guy HarrisMove prefs.c and prefs.h into the epan subdirectory.
next