aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-clnp.c
AgeCommit message (Expand)AuthorFilesLines
2016-03-20Create call_data_dissector() to call data dissector.Michael Mann1-8/+4
2016-03-20Manually add protocol dependencies derived from find_dissector.Michael Mann1-3/+3
2016-03-17Associate dissector tables and heuristic subdissector lists with a protocol.Michael Mann1-1/+1
2016-03-02Make the source and destination address code look more similar.Guy Harris1-3/+1
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-1/+1
2015-11-23register_dissector -> new_register_dissectorMichael Mann1-19/+20
2015-11-03Remaining ADDRESS macro to address function conversionsJoão Valverde1-2/+2
2015-10-22Use address functions instead of ADDRESS macros in asn1 and epanGerald Combs1-2/+2
2015-07-03Call reassembly_table_destroy for some dissectorsPeter Wu1-0/+7
2015-05-25Remove proto_tree_add_text from packet-osi-options.c and packet-esis.cMichael Mann1-1/+1
2015-04-16Replace deprecated tvb_length APIsAndersBroman1-2/+2
2015-03-01Use COPY_ADDRESS_SHALLOW instead of duplicating TVB_SET_ADDRESS and SET_ADDRE...Michael Mann1-2/+2
2015-02-27Pass tvb and offset into print_nsap_net() and print_area() to "hide" the tvb_...Michael Mann1-5/+2
2015-02-09Add address type registration.Michael Mann1-4/+6
2015-01-07SET_ADDRESS -> TVB_SET_ADDRESS to "hide" some of the tvb_get_ptr use.Michael Mann1-6/+6
2014-12-21Cleanup use of #includes in non-generated epan/dissector/*.cBill Meier1-2/+0
2014-12-21Have a heur_dissector_list_t be an opaque handle.Guy Harris1-1/+1
2014-12-13Use ENC_BIG_ENDIAN when fetching FT_U?INT8 fields ...Bill Meier1-1/+1
2014-09-03Don't need include ipproto.hAlexis La Goutte1-1/+0
2014-08-17Remove unnecessary includesMichael Mann1-2/+0
2014-08-03Eliminate proto_tree_add_text from some dissectors.Michael Mann1-9/+16
2014-06-24convert to proto_tree_add_subtree[_format]Michael Mann1-3/+2
2014-06-19Revert "Fixup: tvb_* -> tvb_captured"Michael Mann1-2/+2
2014-06-18Fixup: tvb_* -> tvb_capturedDario Lombardo1-2/+2
2014-05-21Change the signature of dissector_try_heuristic() to return hdtbl_entryAndersBroman1-1/+2
2014-03-05Fix some code remove by 296591399f90a9d89be958d91047aa724a77ee6dAlexis La Goutte1-0/+1
2014-03-04Remove all $Id$ from top of fileAlexis La Goutte1-2/+0
2013-09-29Convert several proto_tree_add_bytes_format calls to proto_tree_add_bytes_for...Michael Mann1-4/+4
2013-09-16Convert proto_tree_add_uint_format to proto_tree_add_uint_format_value if hf_...Michael Mann1-7/+5
2013-09-12More dissector table name related changes (a continuation of r51904).Chris Maynard1-2/+2
2013-09-09expert_add_info_format_text -> expert_add_info_formatMichael Mann1-8/+8
2013-07-17Remove fragment_data, add fragment_head, fragment_item - for now alias it to ...Jakub Zawadzki1-1/+1
2013-06-30Batch of filterable expert infos.Michael Mann1-8/+17
2013-04-27remove unnecessary if (tree) checksMartin Kaiser1-111/+84
2013-04-23From Mathias GuettlerMartin Kaiser1-0/+8
2013-04-23reformat, add editor modelinesMartin Kaiser1-566/+579
2013-04-22Fix some Dead Store (Dead assignement/Dead increment) Warning found by ClangAlexis La Goutte1-1/+0
2013-04-20When we're dissecting the beginning of a fragmented packet that weGuy Harris1-4/+8
2013-04-18Fix apparent copy-paste-o that was leading to an 'unused variable' warning onEvan Huus1-1/+1
2013-04-18Add to tvbuffs a "fragment length" field; if the tvbuff represents theGuy Harris1-48/+133
2013-03-22Don't wire into the reassembly code the notion that reassemblies shouldGuy Harris1-7/+6
2013-03-15[-Wmissing-prototypes]Anders Broman1-0/+3
2013-02-27Get rid of unnecessary includes of "packet-frame.h".Guy Harris1-1/+0
2012-11-17Handle the pseudo-trailer for the ATN extended checksums by passing inGuy Harris1-16/+2
2012-11-16From guettler:Anders Broman1-3/+30
2012-10-18(try to) fix https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=7871Martin Kaiser1-1/+1
2012-09-23replaced decode_boolean_bitfield calls with itemized filtersMichael Mann1-15/+20
2012-09-20We always HAVE_CONFIG_H so don't bother checking whether we have it or not.Jeff Morriss1-3/+1