aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-imf.c
AgeCommit message (Expand)AuthorFilesLines
2016-01-21IMF: Don't declare 'imf_field' *name as const [-Wcast-qual]João Valverde1-3/+3
2015-12-09new_register_dissector -> register_dissector for dissector directory.Michael Mann1-1/+1
2015-11-14register_dissector -> new_register_dissectorMichael Mann1-5/+6
2015-11-12[IMF] Add bounds checks to avoid buffer overruns,DiablosOffens1-4/+13
2015-08-11Added Reload Lua plugins.Stig Bjørlykke1-2/+2
2015-06-23replace another bunch of deprecated tvb_length callsMartin Kaiser1-1/+1
2015-04-03Fix IMF DissectorGraham Bloice1-6/+10
2015-02-18Make UAT record update callbacks return a success/failure indication.Guy Harris1-4/+5
2015-01-13UAT error string pointers should not be const pointers.Guy Harris1-1/+1
2014-12-23Deleting unnecessary #includes from dissectors.Martin Mathieson1-1/+0
2014-12-21Cleanup use of #includes in non-generated epan/dissector/*.cBill Meier1-2/+0
2014-12-02imf: Added base64 content encoding supportStig Bjørlykke1-1/+12
2014-11-25Ensure dissector data parameter is used instead of pinfo->private_data when p...Michael Mann1-7/+1
2014-11-10Improved deregistering fields.Stig Bjørlykke1-5/+1
2014-10-20Get rid of calls to ctype.h functions.Guy Harris1-9/+7
2014-10-13ASN1: Register PDU-dissectors as NEWStig Bjørlykke1-2/+2
2014-09-29Add editor modelines; fix indentation as needed.Bill Meier1-0/+13
2014-08-10Eliminate proto_tree_add_text from some dissectors.Michael Mann1-3/+1
2014-06-29proto_tree_add_subtree[_format]Michael Mann1-4/+2
2014-06-19Revert "Fixup: tvb_* -> tvb_captured"Michael Mann1-1/+1
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