aboutsummaryrefslogtreecommitdiffstats
path: root/epan/tvbuff.h
diff options
context:
space:
mode:
authorsahlberg <sahlberg@f5534014-38df-0310-8fa8-9805f1628bb7>2006-05-21 05:12:17 +0000
committersahlberg <sahlberg@f5534014-38df-0310-8fa8-9805f1628bb7>2006-05-21 05:12:17 +0000
commit33270db64f47281ca4f16e5515b8cd64cf7d86df (patch)
treef7aaabbfb37b7e77cc94765aa79b73db7fec6811 /epan/tvbuff.h
parent9ba0ef775fe03d9d979ece867058df15e2e0efa8 (diff)
name change
git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@18197 f5534014-38df-0310-8fa8-9805f1628bb7
Diffstat (limited to 'epan/tvbuff.h')
-rw-r--r--epan/tvbuff.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/epan/tvbuff.h b/epan/tvbuff.h
index 144af28666..b4f809c3a7 100644
--- a/epan/tvbuff.h
+++ b/epan/tvbuff.h
@@ -13,8 +13,8 @@
*
* Copyright (c) 2000 by Gilbert Ramirez <gram@alumni.rice.edu>
*
- * 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
@@ -414,7 +414,7 @@ extern gint tvb_strnlen(tvbuff_t*, gint offset, guint maxlength);
* be g_free() by the caller.
* tvb_get_ephemeral_faked_unicode() returns a buffer that does not need
* to be explicitely freed. Instead this buffer is
- * automatically freed when ethereal starts dissecting
+ * automatically freed when wireshark starts dissecting
* the next packet.
*/
extern char *tvb_fake_unicode(tvbuff_t *tvb, int offset, int len,