aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-tipc.c
AgeCommit message (Expand)AuthorFilesLines
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
2013-03-22Don't wire into the reassembly code the notion that reassemblies shouldGuy Harris1-11/+14
2013-03-19From beroset:Anders Broman1-1/+1
2013-03-17Fix some Dead Store (Dead assignement/Dead increment) Warning found by ClangAlexis La Goutte1-2/+3
2013-03-11From: Erik Hugne Anders Broman1-13/+4
2013-02-26it's ==> its & its ==> it's as needed.Bill Meier1-2/+2
2013-01-31Use '#if 0 ... #endif' rather than /** ... **/ to comment outBill Meier1-2/+2
2013-01-26Comment out cases of unused hf array entries found by checkhf.Bill Meier1-1/+3
2012-11-29Make all enum_val_t's const.Jeff Morriss1-2/+2
2012-09-20We always HAVE_CONFIG_H so don't bother checking whether we have it or not.Jeff Morriss1-3/+1
2012-09-18Two hf's were not initialized to -1. They are now.Chris Maynard1-2/+2
2012-09-11Add data parameter to dissector_try_heuristicJakub Zawadzki1-2/+2
2012-09-10Initial commit to support yet another method of passing data between dissectors.Jakub Zawadzki1-1/+1
2012-09-07From Robert Bullen via https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=76...Jeff Morriss1-0/+2