Update Free Software Foundation address.
[metze/wireshark/wip.git] / epan / dissectors / packet-imf.c
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...
2007-07-17 Jeff MorrissDon't use g_ascii_isupper() nor g_ascii_tolower():...
2007-07-14 Graeme LuntExpose a function (imf_find_field_end()) and
2007-07-04 Graeme LuntNew dissector for Internet Message Format (IMF) - RFC...