aboutsummaryrefslogtreecommitdiffstats
path: root/gtk/airpcap_gui_utils.h
diff options
context:
space:
mode:
authorgerald <gerald@f5534014-38df-0310-8fa8-9805f1628bb7>2006-08-21 19:22:33 +0000
committergerald <gerald@f5534014-38df-0310-8fa8-9805f1628bb7>2006-08-21 19:22:33 +0000
commit890fff6713626ce25073d5e9d22a9d2d284e0a6a (patch)
tree9d8cd901baa61b432d5a953a2a6894a52fe93c15 /gtk/airpcap_gui_utils.h
parentb8ad6336421b80e3a211de93e7643046ef3c0f2a (diff)
Fix up copyrights and whitespace.
git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@18981 f5534014-38df-0310-8fa8-9805f1628bb7
Diffstat (limited to 'gtk/airpcap_gui_utils.h')
-rwxr-xr-xgtk/airpcap_gui_utils.h13
1 files changed, 8 insertions, 5 deletions
diff --git a/gtk/airpcap_gui_utils.h b/gtk/airpcap_gui_utils.h
index b69fa48f31..f4c74fe952 100755
--- a/gtk/airpcap_gui_utils.h
+++ b/gtk/airpcap_gui_utils.h
@@ -3,6 +3,9 @@
*
* $Id$
*
+ * Giorgio Tino <giorgio.tino@cacetech.com>
+ * Copyright (c) CACE Technologies, LLC 2006
+ *
* Wireshark - Network traffic analyzer
* By Gerald Combs <gerald@wireshark.org>
* Copyright 1998 Gerald Combs
@@ -34,14 +37,14 @@
#define AIRPCAP_LINK_TYPE_NAME_802_11_PLUS_RADIO "802.11 + Radio"
#define AIRPCAP_LINK_TYPE_NAME_UNKNOWN "Unknown"
-/*
+/*
* set up the airpcap toolbar for the new capture interface
*/
-void
+void
airpcap_set_toolbar_start_capture(airpcap_if_info_t* if_info);
/*
- * Set up the airpcap toolbar for the new capture interface
+ * Set up the airpcap toolbar for the new capture interface
*/
void
airpcap_set_toolbar_stop_capture(airpcap_if_info_t* if_info);
@@ -53,7 +56,7 @@ void
airpcap_add_key_to_list(GtkWidget *keylist, gchar* s);
/*
- * Fill the list with the keys
+ * Fill the list with the keys
*/
void
airpcap_fill_key_list(GtkWidget *keylist,airpcap_if_info_t* if_info);
@@ -71,7 +74,7 @@ gchar*
airpcap_get_validation_name(AirpcapValidationType vt);
/*
- * Returns the AirpcapLinkType corresponding to the given string name.
+ * Returns the AirpcapLinkType corresponding to the given string name.
*/
AirpcapLinkType
airpcap_get_link_type(const gchar* name);