aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-tnef.c
AgeCommit message (Expand)AuthorFilesLines
2015-12-09new_register_dissector -> register_dissector for dissector directory.Michael Mann1-1/+1
2015-12-09new_create_dissector_handle -> create_dissector_handle for dissector directory.Michael Mann1-1/+1
2015-11-18create_dissector_handle -> new_create_dissector_handleMichael Mann1-2/+3
2015-11-14register_dissector -> new_register_dissectorMichael Mann1-4/+6
2015-03-02tnef: fix overflow leading to infinite loopEvan Huus1-1/+4
2014-12-25Deleting unnecessary #includes from dissectors.Martin Mathieson1-1/+0
2014-12-21Cleanup use of #includes in non-generated epan/dissector/*.cBill Meier1-2/+0
2014-10-06Adjust some whitespace to match editor modelines.Bill Meier1-52/+52
2014-10-04Add editor modelines; Reformat as appropriate.Bill Meier1-277/+290
2014-06-18Fixup: tvb_get_string(z) -> tvb_get_string(z)_encDario Lombardo1-1/+1
2014-06-07tvb_new_subset -> tvb_new_subset_length when length parameters are equal.Michael Mann1-2/+2
2014-03-04Remove all $Id$ from top of fileAlexis La Goutte1-2/+0
2013-12-16Use proto_tree_add_item() in preference to fetching the string andGuy Harris1-14/+6
2013-12-10- Forward declaration of register functions.Anders Broman1-0/+3
2013-11-24Move dceprc_procedure_name from packet_info to dcerpc_info. Doesn't appear t...Michael Mann1-0/+1
2013-11-09Don't include <epan/strutil.h> when not needed.Jakub Zawadzki1-1/+0
2013-11-06Remove pinfo->private_data from DCERPC dissectors and instead have dcerpc_inf...Michael Mann1-22/+15
2013-10-13whitespace fixes; mostly: remove trailing blanksBill Meier1-1/+1
2013-09-30Convert some proto_tree_add_string_format calls to something more appropriate.Michael Mann1-2/+2
2013-09-22emem -> wmem conversion:Pascal Quantin1-3/+3
2013-09-09expert_add_info_format_text -> expert_add_info_formatMichael Mann1-1/+1
2013-08-05Keep result of [new_]register_dissector in some dissectors. [2 of x]Jakub Zawadzki1-1/+1
2013-08-05Keep result of [new_]register_dissector in some dissectors.Jakub Zawadzki1-3/+4
2013-08-05Convert remaining proto_item_set_expert_flags in dissector directory.Michael Mann1-8/+17
2013-02-24Fix some Dead Store (Dead assignement/Dead increment) Warning found by ClangAlexis La Goutte1-1/+1
2012-09-20We always HAVE_CONFIG_H so don't bother checking whether we have it or not.Jeff Morriss1-2/+0
2012-06-28Update Free Software Foundation address.Jakub Zawadzki1-1/+1
2012-05-15Remove unneeded #includes (stdlib, stdio, ctypes, time);Bill Meier1-3/+0
2012-05-11Get rid of remaining Booleans-as-encoding-arguments inGuy Harris1-5/+7
2012-03-31Fix off by one shift errors introduced in r39530 where it seemed proper[1]Jakub Zawadzki1-2/+2
2011-10-23Replace use of tvb_get_ephemeral_faked_unicode() by use of tvb_get_ephemeral_...Bill Meier1-2/+2
2011-10-21For proto_tree_add_item(..., proto_xxx, ...)use ENC_NA as the encoding arg.Bill Meier1-1/+1
2011-10-15Convert proto_tree_add_item() 'encoding' arg for field types FT_STRING, FT_ST...Bill Meier1-5/+5
2011-10-10 Convert 'encoding' parameter of certain proto_tree_add_item() calls in non-a...Bill Meier1-1/+1
2011-10-06Convert 'encoding' parameter of certain proto_tree_add_item() calls in non-au...Bill Meier1-29/+29
2011-10-04Use ENC_NA as encoding for proto_tree_add_item() calls which directly referen...Bill Meier1-8/+8
2011-06-22Fix some gcc 4.6 "set but not used [-Wunused-but-set-variable]" warnings;Bill Meier1-69/+69
2011-03-31Fix 11 occurrences of returned pointer never used. Fixes CID's 1064-1067.Chris Maynard1-12/+11
2010-12-20Rename the routines that handle dissector tables with unsigned integerGuy Harris1-1/+1
2010-04-06#include <string.h> not needed.Bill Meier1-1/+0
2010-04-03Remove unneeded #include <stdio.h>Bill Meier1-1/+0
2010-01-13From Didier Gautheron:Anders Broman1-6/+3
2010-01-03Fixed abbrev for attribute date.Stig Bjørlykke1-1/+1
2009-10-04use a fake dcerpc_call_data structure before we call into the dcerpc Ronnie Sahlberg1-2/+4
2009-06-18From Kovarththanan Rajaratnam via bug 3548:Stig Bjørlykke1-60/+60
2009-02-06#include <conversation.h> not req'd ....Bill Meier1-1/+0
2008-11-30Added dumping of generic PT_UNICODE and PT_CLSID.Stig Bjørlykke1-8/+19
2008-11-27Added support for open TNEF files directly.Stig Bjørlykke1-3/+21
2008-09-30Minor proto_reg_handoff cleanup: use find_dissector when appropriate.Bill Meier1-2/+1
2008-08-26#include <emem.h> not req'dBill Meier1-1/+0