aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-tnef.c
AgeCommit message (Expand)AuthorFilesLines
2023-11-20Remove init of proto variablesStig Bjørlykke1-78/+78
2022-02-15Tools: Fix fix-encoding-args.pl ASCII string validationJoão Valverde1-4/+4
2021-07-21First pass pinfo->pool conversionEvan Huus1-2/+2
2021-04-24Fix more item lengths.Martin Mathieson1-3/+3
2020-01-21Fix compilation with gcc-9.Dario Lombardo1-8/+7
2019-07-26HTTPS (almost) everywhere.Guy Harris1-1/+1
2019-05-25Use the OEM code page to set the encoding for "ANSI" strings.Guy Harris1-6/+25
2019-05-25*Little-endian* UTF-16.Guy Harris1-1/+1
2019-05-25"OEM Codepage" appears to mean "code page number"; show it in decimal.Guy Harris1-1/+1
2018-02-12dissectors: use SPDX identifiers.Dario Lombardo1-13/+1
2016-07-21Add proto_tree_add_checksum.Michael Mann1-1/+1
2016-06-27tvb_get_string_enc + proto_tree_add_item = proto_tree_add_item_ret_stringMichael Mann1-2/+5
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