uat: add a reset callback.
[metze/wireshark/wip.git] / epan / dissectors / packet-imf.c
2017-01-12 Dario Lombardouat: add a reset callback.
2016-12-13 Alexis La Goutteimf: fix no newline at end of file [-Wnewline-eof]
2016-12-07 bwhitnFix: Allocate new string for export object entry to...
2016-12-07 bwhitnreformatted IMF export objects
2016-12-02 Moshe KaplanEnable exporting objects with tshark
2016-11-10 Moshe KaplanEnable exporting IMF traffic as an EML file
2016-08-22 Guy HarrisPass an HTTP message type to all HTTP subdissectors.
2016-06-27 Michael Manntvb_get_string_enc + proto_tree_add_item = proto_tree_a...
2016-06-05 Pascal QuantinInitialize all header_field_info members
2016-01-21 João ValverdeIMF: Don't declare 'imf_field' *name as const [-Wcast...
2015-12-09 Michael Mannnew_register_dissector -> register_dissector for dissec...
2015-11-14 Michael Mannregister_dissector -> new_register_dissector
2015-11-12 DiablosOffens[IMF] Add bounds checks to avoid buffer overruns,
2015-08-11 Stig BjørlykkeAdded Reload Lua plugins.
2015-06-23 Martin Kaiserreplace another bunch of deprecated tvb_length calls
2015-04-03 Graham BloiceFix IMF Dissector
2015-02-18 Guy HarrisMake UAT record update callbacks return a success/failu...
2015-01-13 Guy HarrisUAT error string pointers should not be const pointers.
2014-12-23 Martin MathiesonDeleting unnecessary #includes from dissectors.
2014-12-21 Bill MeierCleanup use of #includes in non-generated epan/dissecto...
2014-12-02 Stig Bjørlykkeimf: Added base64 content encoding support
2014-11-25 Michael MannEnsure dissector data parameter is used instead of...
2014-11-10 Stig BjørlykkeImproved deregistering fields.
2014-10-20 Guy HarrisGet rid of calls to ctype.h functions.
2014-10-13 Stig BjørlykkeASN1: Register PDU-dissectors as NEW
2014-09-29 Bill MeierAdd editor modelines; fix indentation as needed.
2014-08-10 Michael MannEliminate proto_tree_add_text from some dissectors.
2014-06-29 Michael Mannproto_tree_add_subtree[_format]
2014-06-19 Michael MannRevert "Fixup: tvb_* -> tvb_captured"
2014-06-18 Dario LombardoFixup: tvb_* -> tvb_captured
2014-06-18 Dario LombardoFixup: tvb_get_string(z) -> tvb_get_string(z)_enc
2014-03-04 Alexis La GoutteRemove all $Id$ from top of file
2014-02-03 Gilbert RamirezFix all -fstrict-alias warnings found by gcc 4.1.2
2013-12-21 Jakub ZawadzkiMove base64_to_tvb() to tvbuff_base64.c
2013-12-20 Stig BjørlykkeStrip leading spaces in unknown-extension value.
2013-12-18 Stig BjørlykkeAdded support for continuation line in content type.
2013-12-15 Jakub ZawadzkiFix [-Wmissing-prototypes]
2013-11-09 Jakub ZawadzkiDon't include <epan/strutil.h> when not needed.
2013-11-02 Michael MannRequire dissector_try_string to pass a data parameter...
2013-10-25 Evan HuusAdd a very small hack to make the UAT update callback...
2013-09-22 Pascal Quantinemem -> wmem conversion:
2013-09-15 Pascal QuantinMore wmem conversion (leaving uat related functions...
2013-08-06 Jakub ZawadzkiReplace hfinfo pointer to same_name_prev, with same_nam...
2013-08-05 Jakub ZawadzkiKeep result of [new_]register_dissector in some dissect...
2013-08-05 Jakub ZawadzkiKeep result of [new_]register_dissector in some dissectors.
2013-06-14 Michael MannRemove check_col() and the occasional tree.
2013-05-26 Michael MannBatch of filterable expert infos.
2013-03-18 Anders BromanFrom beroset:
2013-03-12 Anders BromanFrom beroset:
2013-01-31 Bill MeierComment out unused hf[] entries & etc.
2012-12-26 Guy HarrisFix a bunch of warnings.
2012-09-20 Jeff MorrissWe always HAVE_CONFIG_H so don't bother checking whethe...
2012-08-15 Michael Mannconvert GStrings to more "ephemeral friendly" use.
2012-07-08 Guy HarrisUATs could be put into "categories". The categories...
2012-06-28 Jakub ZawadzkiUpdate Free Software Foundation address.
2012-03-30 Stig BjørlykkeRecreate the packet list when changing UAT for header...
2012-03-27 Stig BjørlykkeCheck the user-provided custom header string for invali...
2012-03-12 Stig BjørlykkeImproved a if-check to avoid a analyzis warning.
2011-11-09 Bill MeierFix a number of proto_tree_add_item() encoding args.
2011-10-21 Bill MeierFor proto_tree_add_item(..., proto_xxx, ...)use ENC_NA...
2011-10-18 Stig BjørlykkeAdded support for User-Agent.
2011-10-15 Bill MeierConvert proto_tree_add_item() 'encoding' arg for field...
2011-10-14 Stig BjørlykkeAdded support for SIO-Label from draft-zeilenga-email...
2011-10-05 Stig BjørlykkeCleanup the unregister loop to avoid freeing wrong...
2011-10-04 Bill MeierUse ENC_NA as encoding for proto_tree_add_item() calls...
2011-10-04 Stig BjørlykkeFree duplicated strings in hf entries.
2011-10-04 Stig BjørlykkeMake custom IMF headers a part of profiles.
2011-10-04 Stig BjørlykkeDelete allocated header fields when updating the UAT.
2011-10-04 Jeff MorrissMake value_strings const to fix checkapi warning. Do...
2011-10-04 Stig BjørlykkeAdded support for configuring custom IMF headers.
2011-08-16 Stig BjørlykkeDon't prefix description with imf.
2011-06-19 Bill MeierFix gcc 4.6 "set but not used [-Wunused-but-set-variabl...
2011-05-20 Bill MeierDon't assign to a proto_item* if the value won't be...
2011-04-16 Gerald CombsRemove another unneeded NULL check. Fixes Coverity...
2011-04-01 Chris MaynardRemove const type qualifier from cast. Resolves CID...
2011-01-07 Chris MaynardAppend text to INFO column. Closes out bug 4472.
2010-11-24 Bill MeierWhitespace cleanup;
2010-11-24 Bill MeierTighten up code dissecting message header.
2010-10-10 Bill MeierDefine some fcns & vars as static; Some #includes not...
2010-04-19 Stig BjørlykkeImproved dumping when incorrect line ending.
2010-04-06 Bill Meier#include <string.h> not needed.
2010-04-03 Bill MeierRemove unneeded #include <stdio.h>
2010-01-13 Anders BromanFrom Didier Gautheron:
2009-08-16 Kovarththanan Raja... Switch a bunch of dissectors over to using tvb_new_subs...
2009-08-09 Kovarththanan Raja... Don't guard col_clear with col_check
2009-06-18 Stig BjørlykkeFrom Kovarththanan Rajaratnam via bug 3548:
2009-06-12 Graeme LuntDecode id-data, usually found within S/MIME (CMS),...
2009-05-19 Stig BjørlykkeFrom Artem Tamazov (bug 3472):
2009-02-06 Bill Meier#include <conversation.h> not req'd ....
2008-09-30 Bill MeierMinor proto_reg_handoff cleanup: use find_dissector...
2008-08-26 Bill Meier#include <emem.h> not req'd
2008-08-25 Bill Meier#include <prefs.h> not req'd
2008-06-25 Guy HarrisConstify a bunch of stuff, to squelch -Wwrite-strings...
2008-04-13 Graeme LuntSupport for some additionl heading fields and the displ...
2008-02-07 Stig BjørlykkeRemoved even more "statement not reached" warnings.
2007-10-23 Anders BromanApply the small performance enhancment patches for:
2007-08-15 Jeff Morriss- s/ntohs/g_ntohs
2007-08-13 Anders Bromanbugs.wireshark.org/bugzilla/show_bug.cgi?id=1739
2007-08-09 Anders BromanPacket-imf.c - Offset must be advanced to AFTER CRLF...
2007-07-17 Guy Harris"key" is a guint8 *; make the pointer into the string...
next