aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-imf.c
AgeCommit message (Expand)AuthorFilesLines
2014-06-18Fixup: tvb_* -> tvb_capturedDario Lombardo1-1/+1
2014-06-18Fixup: tvb_get_string(z) -> tvb_get_string(z)_encDario Lombardo1-7/+7
2014-03-04Remove all $Id$ from top of fileAlexis La Goutte1-2/+0
2014-02-03Fix all -fstrict-alias warnings found by gcc 4.1.2Gilbert Ramirez1-1/+1
2013-12-21Move base64_to_tvb() to tvbuff_base64.cJakub Zawadzki1-1/+0
2013-12-20Strip leading spaces in unknown-extension value.Stig Bjørlykke1-1/+1
2013-12-18Added support for continuation line in content type.Stig Bjørlykke1-1/+7
2013-12-15Fix [-Wmissing-prototypes]Jakub Zawadzki1-0/+3
2013-11-09Don't include <epan/strutil.h> when not needed.Jakub Zawadzki1-1/+0
2013-11-02Require dissector_try_string to pass a data parameter to its subdissectors. ...Michael Mann1-1/+1
2013-10-25Add a very small hack to make the UAT update callback error string freeable, andEvan Huus1-3/+3
2013-09-22emem -> wmem conversion:Pascal Quantin1-7/+7
2013-09-15More wmem conversion (leaving uat related functions aside)Pascal Quantin1-5/+6
2013-08-06Replace hfinfo pointer to same_name_prev, with same_name_prev_id.Jakub Zawadzki1-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-5/+3
2013-06-14Remove check_col() and the occasional tree.Michael Mann1-1/+1
2013-05-26Batch of filterable expert infos.Michael Mann1-1/+10
2013-03-18From beroset:Anders Broman1-8/+8
2013-03-12From beroset:Anders Broman1-2/+2
2013-01-31Comment out unused hf[] entries & etc.Bill Meier1-2/+6
2012-12-26Fix a bunch of warnings.Guy Harris1-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-08-15convert GStrings to more "ephemeral friendly" use.Michael Mann1-4/+2
2012-07-08UATs could be put into "categories". The categories were defined onlyGuy Harris1-1/+3
2012-06-28Update Free Software Foundation address.Jakub Zawadzki1-1/+1
2012-03-30Recreate the packet list when changing UAT for header fields.Stig Bjørlykke1-1/+1
2012-03-27Check the user-provided custom header string for invalid characters beforeStig Bjørlykke1-7/+19
2012-03-12Improved a if-check to avoid a analyzis warning.Stig Bjørlykke1-1/+1
2011-11-09Fix a number of proto_tree_add_item() encoding args.Bill Meier1-1/+1
2011-10-21For proto_tree_add_item(..., proto_xxx, ...)use ENC_NA as the encoding arg.Bill Meier1-1/+1
2011-10-18Added support for User-Agent.Stig Bjørlykke1-1/+6
2011-10-15Convert proto_tree_add_item() 'encoding' arg for field types FT_STRING, FT_ST...Bill Meier1-17/+17
2011-10-14Added support for SIO-Label from draft-zeilenga-email-seclabel-04.Stig Bjørlykke1-23/+150
2011-10-05Cleanup the unregister loop to avoid freeing wrong data.Stig Bjørlykke1-7/+12
2011-10-04Use ENC_NA as encoding for proto_tree_add_item() calls which directly referen...Bill Meier1-1/+1
2011-10-04Free duplicated strings in hf entries.Stig Bjørlykke1-7/+11
2011-10-04Make custom IMF headers a part of profiles.Stig Bjørlykke1-1/+1
2011-10-04Delete allocated header fields when updating the UAT.Stig Bjørlykke1-5/+6
2011-10-04Make value_strings const to fix checkapi warning. Do some minor reformatting.Jeff Morriss1-14/+25
2011-10-04Added support for configuring custom IMF headers.Stig Bjørlykke1-8/+188
2011-08-16Don't prefix description with imf.Stig Bjørlykke1-2/+2
2011-06-19Fix gcc 4.6 "set but not used [-Wunused-but-set-variable]" warnings.Bill Meier1-2/+1
2011-05-20Don't assign to a proto_item* if the value won't be used:Bill Meier1-3/+3
2011-04-16Remove another unneeded NULL check. Fixes Coverity CID 605.Gerald Combs1-2/+2
2011-04-01Remove const type qualifier from cast. Resolves CID's 582-585.Chris Maynard1-1/+1
2011-01-07Append text to INFO column. Closes out bug 4472.Chris Maynard1-0/+2
2010-11-24Whitespace cleanup;Bill Meier1-239/+242
2010-11-24Tighten up code dissecting message header.Bill Meier1-15/+18
2010-10-10Define some fcns & vars as static; Some #includes not req'd; packet-mikey.h n...Bill Meier1-3/+1