If we have pcap_open, call it instead of pcap_open_live, otherwise we might
[obnox/wireshark/wip.git] / proto_hier_stats.c
index 548ce7137760ad41c6d509ecfa3e968bcf72b477..40651fc6aeea556cd753110aac39d7c4a773c263 100644 (file)
@@ -197,7 +197,6 @@ ph_stats_new(void)
        ps->stats_tree = g_node_new(NULL);
        ps->first_time = 0.0;
        ps->last_time = 0.0;
-       ps->dfilter = cfile.dfilter;
 
        /* Update the progress bar when it gets to this value. */
        progbar_nextstep = 0;