summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rwxr-xr-xpacket-image-gif.c7
-rw-r--r--packet-image-jfif.c7
-rwxr-xr-xpacket-multipart.c9
-rw-r--r--packet-smpp.c6
-rw-r--r--packet-text-media.c9
-rw-r--r--packet-wbxml.c9
-rw-r--r--packet-wsp.c16
7 files changed, 43 insertions, 20 deletions
diff --git a/packet-image-gif.c b/packet-image-gif.c
index 1d17ca01a8..d1d2add93a 100755
--- a/packet-image-gif.c
+++ b/packet-image-gif.c
@@ -1,9 +1,12 @@
/* packet-image-gif.c
*
* Routines for image/gif media dissection
- * Copyright 2003, Olivier Biot <olivier.biot (ad) siemens.com>
+ * Copyright 2003, 2004, Olivier Biot.
*
- * $Id: packet-image-gif.c,v 1.3 2004/01/03 12:43:51 obiot Exp $
+ * $Id: packet-image-gif.c,v 1.4 2004/03/08 22:03:58 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>
diff --git a/packet-image-jfif.c b/packet-image-jfif.c
index ce65b08dae..c0e05d4e73 100644
--- a/packet-image-jfif.c
+++ b/packet-image-jfif.c
@@ -1,9 +1,12 @@
/* packet-image-jfif.c
*
* Routines for JFIF image/jpeg media dissection
- * Copyright 2004, Olivier Biot <olivier.biot (ad) siemens.com>
+ * Copyright 2004, Olivier Biot.
*
- * $Id: packet-image-jfif.c,v 1.3 2004/02/14 11:13:16 obiot Exp $
+ * $Id: packet-image-jfif.c,v 1.4 2004/03/08 22:03:58 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>
diff --git a/packet-multipart.c b/packet-multipart.c
index f303354dce..a0169c05eb 100755
--- a/packet-multipart.c
+++ b/packet-multipart.c
@@ -1,9 +1,12 @@
/* packet-multipart.c
* Routines for multipart media encapsulation dissection
- * Copyright 2004, Anders Broman <anders.broman[at]ericsson.com>
- * Copyright 2004, Olivier Biot <olivier.biot[at]siemens.com>
+ * Copyright 2004, Anders Broman.
+ * Copyright 2004, Olivier Biot.
*
- * $Id: packet-multipart.c,v 1.7 2004/02/11 09:19:02 guy Exp $
+ * $Id: packet-multipart.c,v 1.8 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>
diff --git a/packet-smpp.c b/packet-smpp.c
index 909e882574..031a7aca65 100644
--- a/packet-smpp.c
+++ b/packet-smpp.c
@@ -1,6 +1,6 @@
/* packet-smpp.c
* Routines for Short Message Peer to Peer dissection
- * Copyright 2001, Tom Uijldert <tom.uijldert@cmg.nl>
+ * Copyright 2001, Tom Uijldert.
*
* Data Coding Scheme decoding for GSM (SMS and CBS),
* provided by Olivier Biot.
@@ -8,8 +8,10 @@
* Dissection of multiple SMPP PDUs within one packet
* provided by Chris Wilson.
*
- * $Id: packet-smpp.c,v 1.28 2004/01/27 00:20:36 obiot Exp $
+ * $Id: packet-smpp.c,v 1.29 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>
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>
diff --git a/packet-wbxml.c b/packet-wbxml.c
index 5c2be7efac..0143cf9b52 100644
--- a/packet-wbxml.c
+++ b/packet-wbxml.c
@@ -1,9 +1,12 @@
/* packet-wbxml.c
*
- * Routines for wbxml dissection
- * Copyright 2003, Olivier Biot <olivier.biot (ad) siemens.com>
+ * Routines for WAP Binary XML dissection
+ * Copyright 2003, 2004, Olivier Biot.
*
- * $Id: packet-wbxml.c,v 1.28 2004/03/08 21:41:47 obiot Exp $
+ * $Id: packet-wbxml.c,v 1.29 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>
diff --git a/packet-wsp.c b/packet-wsp.c
index ca7414df61..d0da8e4a1e 100644
--- a/packet-wsp.c
+++ b/packet-wsp.c
@@ -2,21 +2,27 @@
*
* Routines to dissect WSP component of WAP traffic.
*
- * $Id: packet-wsp.c,v 1.110 2004/02/28 22:56:36 guy Exp $
+ * $Id: packet-wsp.c,v 1.111 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>
* Copyright 1998 Gerald Combs
*
* WAP dissector based on original work by Ben Fowler
- * Updated by Neil Hunter <neil.hunter@energis-squared.com>
- * WTLS support by Alexandre P. Ferreira (Splice IP)
- * Openwave header support by Dermot Bradley <dermot.bradley@openwave.com>
+ * Updated by Neil Hunter.
+ *
+ * WTLS support by Alexandre P. Ferreira (Splice IP).
+ *
+ * Openwave header support by Dermot Bradley (Openwave).
+ *
* Code optimizations, header value dissection simplification with parse error
* notification and macros, extra missing headers, WBXML registration,
* summary line of WSP PDUs,
* Session Initiation Request dissection
- * by Olivier Biot <olivier.biot(ad)siemens.com>.
+ * by Olivier Biot.
*
* TODO - Move parts of dissection before and other parts after "if (tree)",
* for example skip almost all but content type in replies if tree is closed.