aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-tnef.c
AgeCommit message (Expand)AuthorFilesLines
2011-10-23Replace use of tvb_get_ephemeral_faked_unicode() by use of tvb_get_ephemeral_...wmeier1-2/+2
2011-10-21For proto_tree_add_item(..., proto_xxx, ...)use ENC_NA as the encoding arg.wmeier1-1/+1
2011-10-15Convert proto_tree_add_item() 'encoding' arg for field types FT_STRING, FT_ST...wmeier1-5/+5
2011-10-10 Convert 'encoding' parameter of certain proto_tree_add_item() calls in non-a...wmeier1-1/+1
2011-10-06Convert 'encoding' parameter of certain proto_tree_add_item() calls in non-au...wmeier1-29/+29
2011-10-04Use ENC_NA as encoding for proto_tree_add_item() calls which directly referen...wmeier1-8/+8
2011-06-22Fix some gcc 4.6 "set but not used [-Wunused-but-set-variable]" warnings;wmeier1-69/+69
2011-03-31Fix 11 occurrences of returned pointer never used. Fixes CID's 1064-1067.cmaynard1-12/+11
2010-12-20Rename the routines that handle dissector tables with unsigned integerguy1-1/+1
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-6/+3
2010-01-03Fixed abbrev for attribute date.stig1-1/+1
2009-10-04use a fake dcerpc_call_data structure before we call into the dcerpc sahlberg1-2/+4
2009-06-18From Kovarththanan Rajaratnam via bug 3548:stig1-60/+60
2009-02-06#include <conversation.h> not req'd ....wmeier1-1/+0
2008-11-30Added dumping of generic PT_UNICODE and PT_CLSID.stig1-8/+19
2008-11-27Added support for open TNEF files directly.stig1-3/+21
2008-09-30Minor proto_reg_handoff cleanup: use find_dissector when appropriate.wmeier1-2/+1
2008-08-26#include <emem.h> not req'dwmeier1-1/+0
2008-08-25#include <prefs.h> not req'dwmeier1-1/+0
2007-09-06Moved packet-imf.c and packet-tnef.c from ASN_DISSECTOR_SRC to CLEAN_DISSECTO...stig1-1/+1
2007-07-25Small cosmetic change to show Named Property name.gal1-0/+3
2007-07-14New dissector for Transport-Neutral Encapsulation Format - TNEF.gal1-0/+821