summaryrefslogtreecommitdiff
path: root/ui/gtk/addr_resolution_dlg.h
diff options
context:
space:
mode:
authorAnders Broman <anders.broman@ericsson.com>2012-11-30 14:57:50 +0000
committerAnders Broman <anders.broman@ericsson.com>2012-11-30 14:57:50 +0000
commit5efb100bc4369096932954f1d61d826e5e4cb45f (patch)
tree0d5653b0074c74afbb26753f3857e69a4350a367 /ui/gtk/addr_resolution_dlg.h
parent962aaf121f08f094455ac0d3b3f607cea13dcc6c (diff)
downloadwireshark-5efb100bc4369096932954f1d61d826e5e4cb45f.tar.gz
Add a menu to view the current address resolution.
Future enhancments(?) to save as new hosts file. svn path=/trunk/; revision=46307
Diffstat (limited to 'ui/gtk/addr_resolution_dlg.h')
-rw-r--r--ui/gtk/addr_resolution_dlg.h30
1 files changed, 30 insertions, 0 deletions
diff --git a/ui/gtk/addr_resolution_dlg.h b/ui/gtk/addr_resolution_dlg.h
new file mode 100644
index 0000000000..ad7e60ebe0
--- /dev/null
+++ b/ui/gtk/addr_resolution_dlg.h
@@ -0,0 +1,30 @@
+/* addr_resolution_dlg.h
+ * Show current addres resolution as a hosts file
+ *
+ * $Id$
+ *
+ * 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 __ADDR_RESOLUTION_DLG_H__
+#define __ADDR_RESOLUTION_DLG_H__
+
+void addr_resolution_dlg (GtkAction *action, gpointer data);
+
+#endif /* __ADDR_RESOLUTION_DLG_H__ */