aboutsummaryrefslogtreecommitdiffstats
path: root/packet-text-media.c
diff options
context:
space:
mode:
authorobiot <obiot@f5534014-38df-0310-8fa8-9805f1628bb7>2004-03-08 22:03:59 +0000
committerobiot <obiot@f5534014-38df-0310-8fa8-9805f1628bb7>2004-03-08 22:03:59 +0000
commit5d93bb15624a7f20468a867648298bbcb8bd80f9 (patch)
tree7e4766e72ed082d3491fd60d40bf3a7976ef7e16 /packet-text-media.c
parent80276f1751414627828996caee83c3558b7df506 (diff)
Remove email addresses and add a reference to the AUTHORS file (or man page)
for contacting the authors of the files. git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@10345 f5534014-38df-0310-8fa8-9805f1628bb7
Diffstat (limited to 'packet-text-media.c')
-rw-r--r--packet-text-media.c9
1 files changed, 6 insertions, 3 deletions
diff --git a/packet-text-media.c b/packet-text-media.c
index 11f6e22f58..2454b52c67 100644
--- a/packet-text-media.c
+++ b/packet-text-media.c
@@ -2,11 +2,14 @@
* Routines for text-based media dissection.
*
* NOTE - The media type is either found in pinfo->match_string
- * or in pinfo->provate_data.
+ * or in pinfo->private_data.
*
- * (C) Olivier Biot, 2004 <Olivier.Biot (ad) siemens.com>
+ * (C) Olivier Biot, 2004.
*
- * $Id: packet-text-media.c,v 1.5 2004/02/16 18:47:57 obiot Exp $
+ * $Id: packet-text-media.c,v 1.6 2004/03/08 22:03:59 obiot Exp $
+ *
+ * Refer to the AUTHORS file or the AUTHORS section in the man page
+ * for contacting the author(s) of this file.
*
* Ethereal - Network traffic analyzer
* By Gerald Combs <gerald@ethereal.com>