Use gtk_progress_bar_set_fraction instead of the deprecated gtk_progress_bar_update;
[obnox/wireshark/wip.git] / tap-smbsids.c
index 21eb5f1a678cbb50f68920623222ad9c03e89e8b..0a43eed399e0acf47e4129f6882aed669689427d 100644 (file)
@@ -83,7 +83,7 @@ smbsids_init(const char *optarg _U_, void* userdata _U_)
        }
 
 
-       error_string=register_tap_listener("smb", NULL, NULL, NULL, smbsids_packet, smbsids_draw);
+       error_string=register_tap_listener("smb", NULL, NULL, 0, NULL, smbsids_packet, smbsids_draw);
        if(error_string){
                fprintf(stderr, "tshark: Couldn't register smb,sids tap:%s\n",
                    error_string->str);