aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-bitcoin.c
AgeCommit message (Expand)AuthorFilesLines
2016-03-17Associate dissector tables and heuristic subdissector lists with a protocol.Michael Mann1-1/+1
2016-02-22Separate hf_ fields that share filter names with FT_UINT32 and FT_UINT64 data...Michael Mann1-16/+16
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-18/+18
2015-11-04Don't allow multiple registrations of a protocol in dissector tables.Michael Mann1-1/+1
2015-11-01[bitcoin] don't THROW() an exception from a dissectorMartin Kaiser1-10/+20
2015-11-01[bitcoin] Convert commands into a dissector tableMartin Kaiser1-145/+143
2015-10-31[bitcoin] remove two unnecessary return; statementsMartin Kaiser1-2/+0
2015-07-17Remove all preferences related to enabling/disabling heuristic dissectors.Michael Mann1-1/+1
2015-07-12Add "user presentable" and "unique string ids" to heuristic table entries.Michael Mann1-1/+1
2015-04-15Replcae deprecated API tvb_length with tvb_reported_length or tvb_capturedAndersBroman1-5/+5
2015-04-03Fix:Joerg Mayer1-0/+2
2015-04-02Fix:Joerg Mayer1-0/+2
2015-03-28bitcoin: Updated dissector to support the latest protocol version (70002).Laurenz Kamp1-14/+634
2015-01-27Lua: Expose tcp_dissect_pdus() to LuaHadriel Kaplan1-1/+2
2014-12-21Cleanup use of #includes in non-generated epan/dissector/*.cBill Meier1-2/+0
2014-11-26Fix a number of dup hf[] filter-names probably resulting from cut/paste errs.Bill Meier1-1/+1
2014-08-03Eliminate proto_tree_add_text from some dissectors.Michael Mann1-2/+1
2014-06-22convert to proto_tree_add_subtree[_format]Michael Mann1-2/+1
2014-06-20Rename dissector_add_handle() to dissector_add_for_decode_as().Guy Harris1-1/+1
2014-06-19Revert "Fixup: tvb_* -> tvb_captured"Michael Mann1-3/+3
2014-06-18Fixup: tvb_* -> tvb_capturedDario Lombardo1-3/+3
2014-03-04Remove all $Id$ from top of fileAlexis La Goutte1-2/+0
2013-12-13Remove _U_Chris Maynard1-1/+1
2013-11-10Add missing includes in order to remove exceptions.h from proto.h (next commit).Jakub Zawadzki1-0/+1
2013-11-09Add data parameter to tcp_dissect_pdus() as well as convert it to using "new"...Michael Mann1-4/+5
2013-11-07Add infrastructure for section-initializing protocol hfis (without array).Jakub Zawadzki1-0/+2
2013-10-16Remove trailing blanks; Fix some indentation;Bill Meier1-3/+3
2013-10-15Fix the bitcoin dissector to be able to dissect recent version of the protoco...Michael Mann1-30/+68
2013-08-30bitcoin, gif: pass header_field_info to proto_tree_*.Jakub Zawadzki1-465/+459
2013-07-03Fix some Dead Store (Dead assignement/Dead increment) Warning found by ClangAlexis La Goutte1-1/+0
2013-05-25Batch of filterable expert_infos.Michael Mann1-1/+12
2013-03-14[-Wmissing-prototypes]Anders Broman1-0/+3
2013-02-13Cleanup:Bill Meier1-185/+285
2013-02-11Fixes/Updates:Bill Meier1-117/+122
2013-02-11Add an if (tree) check to prevent a very-long-but-not-infinite loop,Evan Huus1-8/+19
2013-02-10Add svn properties and modelines.Evan Huus1-1144/+1156
2013-02-10Add Bitcoin dissectorMichael Mann1-0/+1144