It's not only executable but a script as well: propset eol-style + keywords
[obnox/wireshark/wip.git] / tap_dfilter_dlg.h
index 427502cd8241573ba3e5beef315fb6def7cef803..18a75e982a624eba1bb2692e6e605f7134eb4f79 100644 (file)
@@ -4,8 +4,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
@@ -58,7 +58,7 @@
 typedef struct _tap_dfilter_dlg {
        const char *win_title;          /* title */
        const char *init_string;        /* the string to call the tap without a filter via "-z" option */
-       void (* tap_init_cb)(const char *);     /* callback to init function of the tap */
+       void (* tap_init_cb)(const char *,void*);       /* callback to init function of the tap */
        gint index;                     /* initiate this value always with "-1" */
 } tap_dfilter_dlg;