aboutsummaryrefslogtreecommitdiffstats
path: root/ui/gtk/conversation_hastables_dlg.h
diff options
context:
space:
mode:
authorAnders Broman <anders.broman@ericsson.com>2013-09-15 19:35:10 +0000
committerAnders Broman <anders.broman@ericsson.com>2013-09-15 19:35:10 +0000
commit7f57fe33573d04cb94598942d807abd3d2d85ebc (patch)
tree9f20cb7f7b05145647f6065fc9733ec83e7fca18 /ui/gtk/conversation_hastables_dlg.h
parent0e57edb890036afb0fde4de1d6258dc3bea8b9a7 (diff)
Use a better hash algorithm and add a dialouge to get hastable data.
svn path=/trunk/; revision=52078
Diffstat (limited to 'ui/gtk/conversation_hastables_dlg.h')
-rw-r--r--ui/gtk/conversation_hastables_dlg.h32
1 files changed, 32 insertions, 0 deletions
diff --git a/ui/gtk/conversation_hastables_dlg.h b/ui/gtk/conversation_hastables_dlg.h
new file mode 100644
index 0000000000..c6b78f431b
--- /dev/null
+++ b/ui/gtk/conversation_hastables_dlg.h
@@ -0,0 +1,32 @@
+/* conversation_hastables_dlg.h
+ * Show current addres resolution as a hosts file
+ *
+ * $Id$
+ *
+ * Copyright 2013 Anders Broman <anders.broman@ericsson.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
+ * modify it under the terms of the GNU General Public License
+ * as published by the Free Software Foundation; either version 2
+ * of the License, or (at your option) any later version.
+ *
+ * This program is distributed in the hope that it will be useful,
+ * but WITHOUT ANY WARRANTY; without even the implied warranty of
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ * GNU General Public License for more details.
+ *
+ * You should have received a copy of the GNU General Public License
+ * along with this program; if not, write to the Free Software
+ * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
+ */
+
+#ifndef __CONVERSATION_HASTABLES_DLG_H__
+#define __CONVERSATION_HASTABLES_DLG_H__
+
+void conversation_hastables_dlg (GtkAction *action, gpointer data);
+
+#endif /* __conversation_hastables_dlg_H__ */