From c4680240d9736c921e771f85acf68e1730236419 Mon Sep 17 00:00:00 2001 From: Stephen Fisher Date: Sun, 31 May 2009 05:55:15 +0000 Subject: [PATCH] Change my e-mail address svn path=/trunk/; revision=28537 --- AUTHORS | 9 ++++++++- epan/dissectors/packet-daytime.c | 2 +- epan/dissectors/packet-exec.c | 2 +- epan/dissectors/packet-llt.c | 2 +- epan/dissectors/packet-newmail.c | 2 +- epan/dissectors/packet-vnc.c | 2 +- epan/dissectors/packet-wlccp.c | 2 +- epan/dissectors/packet-wow.c | 2 +- gtk/export_object.c | 2 +- gtk/export_object.h | 2 +- gtk/export_object_http.c | 2 +- gtk/pixmap_save.c | 2 +- gtk/pixmap_save.h | 2 +- wiretap/commview.c | 2 +- wiretap/packetlogger.c | 2 +- 15 files changed, 22 insertions(+), 15 deletions(-) diff --git a/AUTHORS b/AUTHORS index 5ff2bb3dd5..647c1c3e09 100644 --- a/AUTHORS +++ b/AUTHORS @@ -2542,10 +2542,17 @@ Balint Reczey { Lua fixes and enhancements } -Stephen Fisher { +Stephen Fisher { REXEC support Veritas Low Latency Transport support MAPI new mail protocol support + Initial work on custom columns + VNC protocol support + WoW protocol support + Part of WLCCP support + commview and packetlogger wiretap support + Export Object support + Miscellaneous enhancements and fixes } Krzysztof Burghardt { diff --git a/epan/dissectors/packet-daytime.c b/epan/dissectors/packet-daytime.c index a2d41be16d..a92c8991a4 100644 --- a/epan/dissectors/packet-daytime.c +++ b/epan/dissectors/packet-daytime.c @@ -1,6 +1,6 @@ /* packet-daytime.c * Routines for Daytime Protocol (RFC 867) packet dissection - * Copyright 2006, Stephen Fisher + * Copyright 2006, Stephen Fisher (see AUTHORS file) * * $Id$ * diff --git a/epan/dissectors/packet-exec.c b/epan/dissectors/packet-exec.c index a2b84a874b..6f0f8f2980 100644 --- a/epan/dissectors/packet-exec.c +++ b/epan/dissectors/packet-exec.c @@ -1,6 +1,6 @@ /* packet-exec.c * Routines for exec (rexec) dissection - * Copyright 2006, Stephen Fisher + * Copyright 2006, Stephen Fisher (see AUTHORS file) * * $Id$ * diff --git a/epan/dissectors/packet-llt.c b/epan/dissectors/packet-llt.c index a528632c32..6d4feb2fad 100644 --- a/epan/dissectors/packet-llt.c +++ b/epan/dissectors/packet-llt.c @@ -1,6 +1,6 @@ /* packet-llt.c * Routines for Veritas Low Latency Transport (LLT) dissection - * Copyright 2006, Stephen Fisher + * Copyright 2006, Stephen Fisher (see AUTHORS file) * * $Id$ * diff --git a/epan/dissectors/packet-newmail.c b/epan/dissectors/packet-newmail.c index 4d190b27e7..8bc4c48109 100644 --- a/epan/dissectors/packet-newmail.c +++ b/epan/dissectors/packet-newmail.c @@ -1,6 +1,6 @@ /* packet-newmail.c * Routines for Exchange New Mail Notification dissection - * Copyright 2006, Stephen Fisher + * Copyright 2006, Stephen Fisher (see AUTHORS file) * * $Id$ * diff --git a/epan/dissectors/packet-vnc.c b/epan/dissectors/packet-vnc.c index a64d750ca2..272c3837f2 100644 --- a/epan/dissectors/packet-vnc.c +++ b/epan/dissectors/packet-vnc.c @@ -1,7 +1,7 @@ /* packet-vnc.c * Routines for VNC dissection (Virtual Network Computing) * Copyright 2005, Ulf Lamping - * Copyright 2006-2007, Stephen Fisher + * Copyright 2006-2007, Stephen Fisher (see AUTHORS file) * * $Id$ * diff --git a/epan/dissectors/packet-wlccp.c b/epan/dissectors/packet-wlccp.c index 3f22195970..9fd559e1fb 100644 --- a/epan/dissectors/packet-wlccp.c +++ b/epan/dissectors/packet-wlccp.c @@ -2,7 +2,7 @@ * Routines for Cisco Wireless LAN Context Control Protocol dissection * * Copyright 2005, Joerg Mayer (see AUTHORS file) - * Copyright 2006, Stephen Fisher + * Copyright 2006, Stephen Fisher (see AUTHORS file) * Copyright 2007, Kevin A. Noll * * $Id$ diff --git a/epan/dissectors/packet-wow.c b/epan/dissectors/packet-wow.c index b8a449b735..1e0f94b786 100644 --- a/epan/dissectors/packet-wow.c +++ b/epan/dissectors/packet-wow.c @@ -1,6 +1,6 @@ /* packet-wow.c * Routines for World of Warcraft (WoW) protocol dissection - * Copyright 2008-2009, Stephen Fisher + * Copyright 2008-2009, Stephen Fisher (see AUTHORS file) * * $Id$ * diff --git a/gtk/export_object.c b/gtk/export_object.c index 3b1707c5d4..104825a6bb 100644 --- a/gtk/export_object.c +++ b/gtk/export_object.c @@ -1,6 +1,6 @@ /* export_object.c * Common routines for tracking & saving objects found in streams of data - * Copyright 2007, Stephen Fisher + * Copyright 2007, Stephen Fisher (see AUTHORS file) * * $Id$ * diff --git a/gtk/export_object.h b/gtk/export_object.h index 87b396735f..2ad4bd0dcc 100644 --- a/gtk/export_object.h +++ b/gtk/export_object.h @@ -1,6 +1,6 @@ /* export_object.h * Common routines for tracking & saving objects found in streams of data - * Copyright 2007, Stephen Fisher + * Copyright 2007, Stephen Fisher (see AUTHORS file) * * $Id$ * diff --git a/gtk/export_object_http.c b/gtk/export_object_http.c index 5308bf602e..50a971b998 100644 --- a/gtk/export_object_http.c +++ b/gtk/export_object_http.c @@ -1,7 +1,7 @@ /* export_object_http.c * Routines for tracking & saving objects found in HTTP streams * See also: export_object.c / export_object.h for common code - * Copyright 2007, Stephen Fisher + * Copyright 2007, Stephen Fisher (see AUTHORS file) * * $Id$ * diff --git a/gtk/pixmap_save.c b/gtk/pixmap_save.c index 4b661dfbf6..ec244941a2 100644 --- a/gtk/pixmap_save.c +++ b/gtk/pixmap_save.c @@ -1,6 +1,6 @@ /* pixmap_save.c * Routines for saving pixmaps using the Gdk-Pixmap library - * Copyright 2007, Stephen Fisher + * Copyright 2007, Stephen Fisher (see AUTHORS file) * * $Id$ * diff --git a/gtk/pixmap_save.h b/gtk/pixmap_save.h index 4aaf1ac87b..700c088976 100644 --- a/gtk/pixmap_save.h +++ b/gtk/pixmap_save.h @@ -1,6 +1,6 @@ /* pixmap_save.h * Routines for saving pixmaps using the Gdk-Pixmap library - * Copyright 2007, Stephen Fisher + * Copyright 2007, Stephen Fisher (see AUTHORS file) * * $Id$ * diff --git a/wiretap/commview.c b/wiretap/commview.c index 184e52deee..47af425160 100644 --- a/wiretap/commview.c +++ b/wiretap/commview.c @@ -1,6 +1,6 @@ /* commview.c * Routines for opening CommView file format packet captures - * Copyright 2007, Stephen Fisher + * Copyright 2007, Stephen Fisher (see AUTHORS file) * * $Id$ * diff --git a/wiretap/packetlogger.c b/wiretap/packetlogger.c index 2063fd3077..e589db76dd 100644 --- a/wiretap/packetlogger.c +++ b/wiretap/packetlogger.c @@ -1,6 +1,6 @@ /* packetlogger.c * Routines for opening Apple's (Bluetooth) PacketLogger file format captures - * Copyright 2008-2009, Stephen Fisher + * Copyright 2008-2009, Stephen Fisher (see AUTHORS file) * * $Id$ *