Regularize indentation a bit.
[obnox/wireshark/wip.git] / tap-smbsids.c
index 9fa780e382df7c5bccb83b457fd18b99a3e7714c..0a43eed399e0acf47e4129f6882aed669689427d 100644 (file)
@@ -37,7 +37,6 @@
 #include <epan/dissectors/packet-smb-sidsnooping.h>
 #include "register.h"
 #include <epan/tap.h>
-#include <epan/emem.h>
 #include <epan/stat_cmd_args.h>
 #include "epan/value_string.h"
 #include <epan/dissectors/packet-smb.h>
@@ -84,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);