Introduce frame_data_init() and get rid of fill_in_fdata() in tshark.c
[obnox/wireshark/wip.git] / tap-smbstat.c
index f27f43297e8f04261a413a92739b5f17cd042dad..eae8b27a210a74cb419d90f9bef8f1361495d67c 100644 (file)
@@ -251,7 +251,7 @@ smbstat_init(const char *optarg,void* userdata _U_)
                ss->nt_trans[i].tot.nsecs=0;
        }
 
-       error_string=register_tap_listener("smb", ss, filter, NULL, smbstat_packet, smbstat_draw);
+       error_string=register_tap_listener("smb", ss, filter, 0, NULL, smbstat_packet, smbstat_draw);
        if(error_string){
                /* error, we failed to attach to the tap. clean up */
                g_free(ss->filter);