tshark: endpoints statistics are not supported for now, do not list them in -z
[metze/wireshark/wip.git] / color.h
diff --git a/color.h b/color.h
index 7a55cf66edf53faf0a10dd381e127d813913c74f..47f13ac14f240b0037a2d427c98eb16629c2f6e7 100644 (file)
--- a/color.h
+++ b/color.h
@@ -1,8 +1,6 @@
 /* color.h
  * Definitions for "toolkit-independent" colors
  *
- * $Id$
- *
  * Wireshark - Network traffic analyzer
  * By Gerald Combs <gerald@wireshark.org>
  * Copyright 1998 Gerald Combs
@@ -19,7 +17,7 @@
  *
  * 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., 59 Temple Place - Suite 330, Boston, MA  02111-1307, USA.
+ * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
  */
 
 #ifndef __COLOR_H__
@@ -61,3 +59,16 @@ gboolean initialize_color(color_t *color, guint16 red, guint16 green, guint16 bl
 #endif /* __cplusplus */
 
 #endif /* __COLOR_H__ */
+
+/*
+ * Editor modelines  -  http://www.wireshark.org/tools/modelines.html
+ *
+ * Local variables:
+ * c-basic-offset: 8
+ * tab-width: 8
+ * indent-tabs-mode: t
+ * End:
+ *
+ * vi: set shiftwidth=8 tabstop=8 noexpandtab:
+ * :indentSize=8:tabSize=8:noTabs=false:
+ */