Skip to content

Commit

Permalink
disable disabled_protocols because missing symbols at link time
Browse files Browse the repository at this point in the history
  • Loading branch information
hb9cwp committed May 15, 2013
1 parent 2c7b921 commit 36298a3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/dissector.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@ Dissector::Dissector(int linkLayerType) : m_linkLayerType(linkLayerType) {
return *error;
}
// read disabled_protocols
dp_read= self->readDisabledProtos(error);
// dp_read= self->readDisabledProtos(error);

// Build the column format array
build_column_format_array(&self->m_cfile.cinfo, prefs->num_cols, TRUE);
Expand Down Expand Up @@ -116,7 +116,7 @@ Dissector::Dissector(int linkLayerType) : m_linkLayerType(linkLayerType) {

/* disable dissectors as per list read above from disabled_protocolls files */
if (dp_read) {
set_disabled_protos_list();
// set_disabled_protos_list();
}

nstime_set_unset(&self->m_first_ts);
Expand Down

0 comments on commit 36298a3

Please sign in to comment.