aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-imf.c
AgeCommit message (Expand)AuthorFilesLines
2011-11-09Fix a number of proto_tree_add_item() encoding args.wmeier1-1/+1
2011-10-21For proto_tree_add_item(..., proto_xxx, ...)use ENC_NA as the encoding arg.wmeier1-1/+1
2011-10-18Added support for User-Agent.stig1-1/+6
2011-10-15Convert proto_tree_add_item() 'encoding' arg for field types FT_STRING, FT_ST...wmeier1-17/+17
2011-10-14Added support for SIO-Label from draft-zeilenga-email-seclabel-04.stig1-23/+150
2011-10-05Cleanup the unregister loop to avoid freeing wrong data.stig1-7/+12
2011-10-04Use ENC_NA as encoding for proto_tree_add_item() calls which directly referen...wmeier1-1/+1
2011-10-04Free duplicated strings in hf entries.stig1-7/+11
2011-10-04Make custom IMF headers a part of profiles.stig1-1/+1
2011-10-04Delete allocated header fields when updating the UAT.stig1-5/+6
2011-10-04Make value_strings const to fix checkapi warning. Do some minor reformatting.morriss1-14/+25
2011-10-04Added support for configuring custom IMF headers.stig1-8/+188
2011-08-16Don't prefix description with imf.stig1-2/+2
2011-06-19Fix gcc 4.6 "set but not used [-Wunused-but-set-variable]" warnings.wmeier1-2/+1
2011-05-20Don't assign to a proto_item* if the value won't be used:wmeier1-3/+3
2011-04-16Remove another unneeded NULL check. Fixes Coverity CID 605.gerald1-2/+2
2011-04-01Remove const type qualifier from cast. Resolves CID's 582-585.cmaynard1-1/+1
2011-01-07Append text to INFO column. Closes out bug 4472.cmaynard1-0/+2
2010-11-24Whitespace cleanup;wmeier1-239/+242
2010-11-24Tighten up code dissecting message header.wmeier1-15/+18
2010-10-10Define some fcns & vars as static; Some #includes not req'd; packet-mikey.h n...wmeier1-3/+1
2010-04-19Improved dumping when incorrect line ending.stig1-2/+6
2010-04-06#include <string.h> not needed.wmeier1-1/+0
2010-04-03Remove unneeded #include <stdio.h>wmeier1-1/+0
2010-01-13From Didier Gautheron:etxrab1-2/+1
2009-08-16Switch a bunch of dissectors over to using tvb_new_subset_remaining()krj1-1/+1
2009-08-09Don't guard col_clear with col_checkkrj1-2/+1
2009-06-18From Kovarththanan Rajaratnam via bug 3548:stig1-73/+73
2009-06-12Decode id-data, usually found within S/MIME (CMS), as IMF/MIME.gal1-0/+4
2009-05-19From Artem Tamazov (bug 3472):stig1-1/+3
2009-02-06#include <conversation.h> not req'd ....wmeier1-1/+0
2008-09-30Minor proto_reg_handoff cleanup: use find_dissector when appropriate.wmeier1-1/+1
2008-08-26#include <emem.h> not req'dwmeier1-1/+0
2008-08-25#include <prefs.h> not req'dwmeier1-1/+0
2008-06-25Constify a bunch of stuff, to squelch -Wwrite-strings warnings. guy1-1/+1
2008-04-13Support for some additionl heading fields and the display of the (non-MIME) m...gal1-3/+55
2008-02-07Removed even more "statement not reached" warnings.stig1-2/+0
2007-10-23Apply the small performance enhancment patches for:etxrab1-1/+1
2007-08-15- s/ntohs/g_ntohsmorriss1-11/+4
2007-08-13http://bugs.wireshark.org/bugzilla/show_bug.cgi?id=1739etxrab1-1/+1
2007-08-09Packet-imf.c - Offset must be advanced to AFTER CRLF(CRLF).etxrab1-25/+24
2007-07-17"key" is a guint8 *; make the pointer into the string to which it refersguy1-1/+1
2007-07-17Don't use g_ascii_isupper() nor g_ascii_tolower(): they don't exist in GTK1. ...morriss1-31/+31
2007-07-14Expose a function (imf_find_field_end()) and gal1-69/+94
2007-07-04New dissector for Internet Message Format (IMF) - RFC 2822.gal1-0/+850