aboutsummaryrefslogtreecommitdiffstats
path: root/epan/follow.h
diff options
context:
space:
mode:
authorRonnie Sahlberg <ronnie_sahlberg@ozemail.com.au>2006-05-21 05:12:17 +0000
committerRonnie Sahlberg <ronnie_sahlberg@ozemail.com.au>2006-05-21 05:12:17 +0000
commit89f022b12be0873c542869b557a57442ba9c5915 (patch)
treef7aaabbfb37b7e77cc94765aa79b73db7fec6811 /epan/follow.h
parentfeab79e32878302a87c7d22c52a2d5a255dbd3e9 (diff)
name change
svn path=/trunk/; revision=18197
Diffstat (limited to 'epan/follow.h')
-rw-r--r--epan/follow.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/epan/follow.h b/epan/follow.h
index 013519d43e..af7fcb7df2 100644
--- a/epan/follow.h
+++ b/epan/follow.h
@@ -4,8 +4,8 @@
*
* Copyright 1998 Mike Hall <mlh@io.com>
*
- * 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
@@ -31,7 +31,7 @@
#define MAX_IPADDR_LEN 16
-/* With MSVC and a libethereal.dll, we need a special declaration. */
+/* With MSVC and a libwireshark.dll, we need a special declaration. */
ETH_VAR_IMPORT gboolean incomplete_tcp_stream;
typedef struct _tcp_stream_chunk {