aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGuy Harris <guy@alum.mit.edu>2001-05-27 21:34:05 +0000
committerGuy Harris <guy@alum.mit.edu>2001-05-27 21:34:05 +0000
commitcce642c0f70fc6e39b1744726093c66b661d0e78 (patch)
tree6ceac3940cc9311ae721f7b8e67c3c3935abdc6e
parente3a94e034282626b2e24157f6f00bdd39f029ba8 (diff)
Fix a comment, and update Gerald's e-mail address.
svn path=/trunk/; revision=3471
-rw-r--r--epan/tvbuff.c5
-rw-r--r--epan/tvbuff.h6
2 files changed, 5 insertions, 6 deletions
diff --git a/epan/tvbuff.c b/epan/tvbuff.c
index 1d6f3f2407..738ce2dc19 100644
--- a/epan/tvbuff.c
+++ b/epan/tvbuff.c
@@ -9,14 +9,13 @@
* the data of a backing tvbuff, or can be a composite of
* other tvbuffs.
*
- * $Id: tvbuff.c,v 1.16 2001/03/23 14:44:02 jfoster Exp $
+ * $Id: tvbuff.c,v 1.17 2001/05/27 21:34:05 guy Exp $
*
* Copyright (c) 2000 by Gilbert Ramirez <gram@xiexie.org>
*
* Ethereal - Network traffic analyzer
- * By Gerald Combs <gerald@zing.org>
+ * By Gerald Combs <gerald@ethereal.com>
* 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
diff --git a/epan/tvbuff.h b/epan/tvbuff.h
index 0c043dda64..d008fb1145 100644
--- a/epan/tvbuff.h
+++ b/epan/tvbuff.h
@@ -9,12 +9,12 @@
* the data of a backing tvbuff, or can be a composite of
* other tvbuffs.
*
- * $Id: tvbuff.h,v 1.12 2001/03/23 14:44:02 jfoster Exp $
+ * $Id: tvbuff.h,v 1.13 2001/05/27 21:34:05 guy Exp $
*
* Copyright (c) 2000 by Gilbert Ramirez <gram@xiexie.org>
*
* Ethereal - Network traffic analyzer
- * By Gerald Combs <gerald@zing.org>
+ * By Gerald Combs <gerald@ethereal.com>
* Copyright 1998 Gerald Combs
*
*
@@ -119,7 +119,7 @@ guint tvb_decrement_usage_count(tvbuff_t*, guint count);
/* Set a callback function to call when a tvbuff is actually freed
* (once the usage count drops to 0). One argument is passed to
- * that callback --- the guint* that points to the real data.
+ * that callback --- a void* that points to the real data.
* Obviously, this only applies to a TVBUFF_REAL_DATA tvbuff. */
void tvb_set_free_cb(tvbuff_t*, tvbuff_free_cb_t);