name change
[obnox/wireshark/wip.git] / gtk / smb_stat.c
index dccb7b1a8a7d1681116e591c41a388466766047e..1ecb10b1cf6bb737e95e1a1442900e79b9ab4633 100644 (file)
@@ -3,8 +3,8 @@
  *
  * $Id$
  *
- * Ethereal - Network traffic analyzer
- * By Gerald Combs <gerald@ethereal.com>
+ * Wireshark - Network traffic analyzer
+ * By Gerald Combs <gerald@wireshark.org>
  * Copyright 1998 Gerald Combs
  *
  * This program is free software; you can redistribute it and/or
@@ -39,7 +39,7 @@
 #include <epan/value_string.h>
 
 #include <epan/tap.h>
-#include "../smb.h"
+#include <epan/dissectors/packet-smb.h>
 #include "../register.h"
 #include "../timestats.h"
 #include "compat_macros.h"
@@ -151,7 +151,7 @@ win_destroy_cb(GtkWindow *win _U_, gpointer data)
 
 
 static void
-gtk_smbstat_init(const char *optarg)
+gtk_smbstat_init(const char *optarg, void *userdata _U_)
 {
        smbstat_t *ss;
        const char *filter=NULL;