Skip to content

Commit

Permalink
Output expressions rather than results
Browse files Browse the repository at this point in the history
  • Loading branch information
oripka committed Sep 13, 2019
1 parent f632c64 commit c9d39a5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion epan/column-utils.c
Expand Up @@ -352,7 +352,7 @@ void col_custom_set_edt(epan_dissect_t *edt, column_info *cinfo)
cinfo->col_expr.col_expr[i] = epan_custom_set(edt, col_item->col_custom_fields_ids,
col_item->col_custom_occurrence,
col_item->col_buf,
cinfo->col_expr.col_expr_val[i],
col_item->col_buf,
COL_MAX_LEN);
}
}
Expand Down

0 comments on commit c9d39a5

Please sign in to comment.