aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-dtn.c
AgeCommit message (Expand)AuthorFilesLines
2018-10-12dtn: fix spelling-error-in-binary found by lintianAlexis La Goutte1-6/+6
2018-09-20DTN: updated dissection of confidentiality and integrity blocksPatricia Lindner1-15/+261
2018-04-14DTN: Minor changes for Bundle-Integrity/Confidentiality Block payloadKrishnamurthy Mayya1-2/+2
2018-02-12dissectors: use SPDX identifiers.Dario Lombardo1-13/+1
2018-02-07Reapply "Fix typo in DTN dissector"Justin Dailey1-3/+3
2018-02-06Temporarily revert "Fix typo in DTN dissector"Gerald Combs1-3/+3
2018-02-06Fix typo in DTN dissectorJustin Dailey1-3/+3
2017-09-11Bundle Age Extension Block: Type-20 decoding changesKrishnamurthy Mayya1-0/+14
2017-01-29Register reassembly tablesMichael Mann1-13/+2
2016-11-13packet-dtn.c break loop if evaluate_sdnv doesn't succeed.Michael Mann1-2/+4
2016-10-13Convert most UDP dissectors to use "auto" preferences.Michael Mann1-24/+4
2016-10-08Combine Decode As and port preferences for tcp.port dissector table.Michael Mann1-12/+3
2016-06-28DTN: fix indentAlexis La Goutte1-1/+1
2016-06-28DTN follow up to Change ID: I49769271a41b6a7b23c6bc1d4beaadbe8819198dDavid Zoller1-19/+7
2016-06-27tvb_get_string_enc + proto_tree_add_item = proto_tree_add_item_ret_stringMichael Mann1-4/+3
2016-06-23NASA provided LTP and DTN updates dz-msfc1-139/+471
2016-06-15proto_tree_add_boolean -> proto_tree_add_bitmask_list_valueMichael Mann1-22/+23
2016-05-23TCPCL: Return -1 when tcp_dissect_pdus asks for a length and it doesn't look ...Michael Mann1-1/+2
2016-03-20Create call_data_dissector() to call data dissector.Michael Mann1-3/+1
2016-02-22Fix some hf_ field datatype conflicts.Michael Mann1-20/+20
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-07-03Call reassembly_table_destroy for some dissectorsPeter Wu1-0/+6
2015-06-23Remove more deprecated tvb_lengthEvan Huus1-5/+5
2015-02-13Replace tabs by spaces when editor modelines has "expandtab"Bill Meier1-9/+9
2015-01-27Lua: Expose tcp_dissect_pdus() to LuaHadriel Kaplan1-2/+3
2014-12-21Cleanup use of #includes in non-generated epan/dissector/*.cBill Meier1-3/+0
2014-12-13Use ENC_BIG_ENDIAN when fetching FT_U?INT8 fields ...Bill Meier1-2/+2
2014-12-01Use proto_tree_add_bitmask for groups of proto_tree_add_boolean.Michael Mann1-7/+7
2014-11-27Fix a number of dup hf[] filter-names probably mostly resulting from cut/past...Bill Meier1-2/+2
2014-11-02Eliminate proto_tree_add_text from several dissectors.Michael Mann1-36/+36
2014-06-25convert to proto_tree_add_subtree[_format]Michael Mann1-16/+9
2014-06-19Revert "Fixup: tvb_* -> tvb_captured"Michael Mann1-5/+5
2014-06-18Fixup: tvb_* -> tvb_capturedDario Lombardo1-5/+5
2014-06-18Fixup: tvb_get_string(z) -> tvb_get_string(z)_encDario Lombardo1-9/+9
2014-03-04Remove all $Id$ from top of fileAlexis La Goutte1-2/+0
2013-11-16Constify a character array;Bill Meier1-196/+260
2013-11-09Add data parameter to tcp_dissect_pdus() as well as convert it to using "new"...Michael Mann1-10/+12
2013-10-13whitespace fixes; mostly: remove trailing blanksBill Meier1-3/+3
2013-09-22More emem -> wmem conversion:Pascal Quantin1-6/+6
2013-09-22emem -> wmem conversion:Pascal Quantin1-1/+1
2013-09-14Convert some dissectors to wmem (leaving uat-like memory with emem for now)Pascal Quantin1-5/+10
2013-09-09expert_add_info_format_text -> expert_add_info_formatMichael Mann1-27/+27
2013-08-15Get rid of set-but-not-used variable. Link to the tools.ietf.org HTMLGuy Harris1-5/+2
2013-08-15A few more improvements:Michael Mann1-697/+537
2013-08-13Make what appear to be the intended changes so that all variables are used orEvan Huus1-3/+1
2013-08-13Fix intended proto_tree_add_item() call that mistakenly calledGuy Harris1-1/+1
2013-08-13Use start_offset to set the item length in the usual pattern (assuming this wasEvan Huus1-0/+1
2013-08-13Some improvements to the bundle protocol:Michael Mann1-885/+836
2013-07-17Remove fragment_data, add fragment_head, fragment_item - for now alias it to ...Jakub Zawadzki1-1/+1