MCPcopy Create free account
hub / github.com/OpenDDS/OpenDDS / start_decoding

Method start_decoding

tools/dissector/giop_base.cpp:90–103  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

88 }
89
90 void
91 GIOP_Base::start_decoding()
92 {
93 proto_item *ti = 0;
94 proto_tree *subtree = 0;
95 col_set_str (pinfo_->cinfo, COL_PROTOCOL, this->proto_label_);
96 if (tree_) {
97 ti = proto_tree_add_item(tree_,
98 this->proto_id_,
99 tvb_, *offset_, -1, 0);
100 subtree = proto_item_add_subtree (ti, this->ett_base_);
101 this->tree_ = subtree;
102 }
103 }
104
105 DecodeFN
106 GIOP_Base::find_giop_decoder(const gchar* opname)

Callers 8

assert_topicMethod · 0.80
add_publicationMethod · 0.80
add_subscriptionMethod · 0.80
remove_publicationMethod · 0.80
remove_subscriptionMethod · 0.80
add_associationsMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected