aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-tipc.c
AgeCommit message (Expand)AuthorFilesLines
2018-08-01Get rid of a no-longer-used dissector handle.Guy Harris1-4/+0
2018-02-12dissectors: use SPDX identifiers.Dario Lombardo1-13/+1
2017-11-05Convert TIPC to use endpoint conversationsMichael Mann1-8/+6
2017-03-03Having business-as-usually unused words for specific "users" in TIPC not shownMartin Peylo1-64/+137
2017-01-29Register reassembly tablesMichael Mann1-16/+2
2017-01-10Rename tvb_new_subset() to tvb_new_subset_length_caplen().Guy Harris1-3/+3
2016-10-13Convert most UDP dissectors to use "auto" preferences.Michael Mann1-30/+8
2016-10-08Combine Decode As and port preferences for tcp.port dissector table.Michael Mann1-16/+2
2016-08-31Don't do any Decode As stuff for dissector tables not used with Decode As.Guy Harris1-2/+2
2016-06-22Add address_to_bytes API.Michael Mann1-1/+1
2016-06-13Add address_type_get_by_nameMichael Mann1-1/+1
2016-03-20Create call_data_dissector() to call data dissector.Michael Mann1-5/+3
2016-03-17Associate dissector tables and heuristic subdissector lists with a protocol.Michael Mann1-3/+3
2016-02-12TIPC: remove unneeded semicolonAlexis La Goutte1-2/+2
2016-02-10TIPC: fix statement is indented as if it were guarded by... [-Werror=misleadi...Alexis La Goutte1-1/+2
2016-01-13Use result of register_dissectorPeter Wu1-2/+1
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-2/+2
2015-11-04Don't allow multiple registrations of a protocol in dissector tables.Michael Mann1-2/+2
2015-11-03Remaining ADDRESS macro to address function conversionsJoão Valverde1-11/+11
2015-08-12Eliminate proto_tree_add_text from some dissectors.Michael Mann1-21/+97
2015-07-03Call reassembly_table_destroy for some dissectorsPeter Wu1-0/+7
2015-06-22Remove a bunch of deprecated tvb_length callsEvan Huus1-8/+8
2015-02-19Add some casts to satisfy the various compilers.Jeff Morriss1-3/+4
2015-02-19Add name resolution support to address type.Michael Mann1-3/+3
2015-02-09Add fixed length function for address types.Michael Mann1-1/+1
2015-02-09Add "column filter string" support to address types.Michael Mann1-1/+2
2015-02-09Add address type registration.Michael Mann1-18/+48
2015-01-27Lua: Expose tcp_dissect_pdus() to LuaHadriel Kaplan1-1/+1
2015-01-07SET_ADDRESS -> TVB_SET_ADDRESS to "hide" some of the tvb_get_ptr use.Michael Mann1-23/+11
2014-12-21Cleanup use of #includes in non-generated epan/dissector/*.cBill Meier1-4/+1
2014-12-21Have a heur_dissector_list_t be an opaque handle.Guy Harris1-1/+1
2014-10-02Add editor modelines & adjust indentation/whitespace as needed.Bill Meier1-0/+13
2014-09-12proto_tree_add_text cleanupMichael Mann1-28/+45
2014-07-07convert to proto_tree_add_subtree[_format]Michael Mann1-3/+3
2014-06-19Revert "Fixup: tvb_* -> tvb_captured"Michael Mann1-8/+8
2014-06-18Fixup: tvb_* -> tvb_capturedDario Lombardo1-8/+8
2014-06-07tvb_new_subset -> tvb_new_subset_length when length parameters are equal.Michael Mann1-3/+3
2014-05-21Change the signature of dissector_try_heuristic() to return hdtbl_entryAndersBroman1-2/+3
2014-03-04Remove all $Id$ from top of fileAlexis La Goutte1-2/+0
2013-12-10- Forward declaration of register functions.Anders Broman1-0/+2
2013-11-09Add data parameter to tcp_dissect_pdus() as well as convert it to using "new"...Michael Mann1-15/+17
2013-10-13whitespace fixes; mostly: remove trailing blanksBill Meier1-1/+1
2013-10-08Add information about the IANA assigned UDP port.Anders Broman1-1/+5
2013-10-07From Erik Hugne:Anders Broman1-0/+12
2013-10-07From Erik Hugne:Anders Broman1-8/+15
2013-09-12emem -> wmemJörg Mayer1-2/+2
2013-08-27Use dissector_delete_uint_range/dissector_add_uint_rangeAnders Broman1-14/+2
2013-08-05Make some global variables staticJakub Zawadzki1-1/+1
2013-07-17Remove fragment_data, add fragment_head, fragment_item - for now alias it to ...Jakub Zawadzki1-2/+2