aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorLuis Ontanon <luis.ontanon@gmail.com>2008-08-05 21:03:46 +0000
committerLuis Ontanon <luis.ontanon@gmail.com>2008-08-05 21:03:46 +0000
commit42c3239a1a7d8736c6ba1c67056d3fa6b3ff2c50 (patch)
tree63f55540cf39df4ec5238139068e22b1fe54c5d2
parent99331d7b99e30cd3d5366986844fdc01b2a7094a (diff)
luis.ontanon@gmail.com => luis@ontanon.org
svn path=/trunk/; revision=25937
-rw-r--r--asn1/snmp/packet-snmp-template.c2
-rwxr-xr-xdocbook/make-wsluarm.pl2
-rw-r--r--docbook/user-guide.xml2
-rw-r--r--epan/diam_dict.h2
-rw-r--r--epan/diam_dict.l2
-rw-r--r--epan/dissectors/packet-bctp.c4
-rw-r--r--epan/dissectors/packet-diameter.c4
-rw-r--r--epan/dissectors/packet-h248_10.c2
-rw-r--r--epan/dissectors/packet-h248_3gpp.c2
-rw-r--r--epan/dissectors/packet-h248_7.c2
-rw-r--r--epan/dissectors/packet-h248_annex_c.c2
-rw-r--r--epan/dissectors/packet-h248_annex_e.c2
-rw-r--r--epan/dissectors/packet-iuup.c2
-rw-r--r--epan/dissectors/packet-radius.c2
-rw-r--r--epan/dissectors/packet-snmp.c2
-rw-r--r--epan/dissectors/packet-user_encap.c2
-rw-r--r--epan/dtd.h2
-rw-r--r--epan/dtd_grammar.lemon2
-rw-r--r--epan/dtd_parse.h2
-rw-r--r--epan/dtd_parse.l2
-rw-r--r--epan/dtd_preparse.l2
-rw-r--r--epan/ex-opt.c2
-rw-r--r--epan/ex-opt.h2
-rw-r--r--epan/funnel.c2
-rw-r--r--epan/funnel.h2
-rw-r--r--epan/oids.c2
-rw-r--r--epan/oids.h2
-rw-r--r--epan/tpg.c2
-rw-r--r--epan/tpg.h2
-rw-r--r--epan/tvbparse.c2
-rw-r--r--epan/tvbparse.h2
-rw-r--r--epan/uat-int.h2
-rw-r--r--epan/uat.c2
-rw-r--r--epan/uat.h2
-rw-r--r--epan/uat_load.l2
-rw-r--r--epan/wslua/console.lua2
-rw-r--r--epan/wslua/dtd_gen.lua2
-rw-r--r--epan/wslua/init_wslua.c2
-rwxr-xr-xepan/wslua/make-init-lua.pl2
-rwxr-xr-xepan/wslua/make-taps.pl2
-rw-r--r--epan/wslua/taps2
-rw-r--r--epan/wslua/wslua.h2
-rw-r--r--epan/wslua/wslua_dumper.c2
-rw-r--r--epan/wslua/wslua_field.c2
-rw-r--r--epan/wslua/wslua_gui.c2
-rw-r--r--epan/wslua/wslua_listener.c2
-rw-r--r--epan/wslua/wslua_pinfo.c2
-rw-r--r--epan/wslua/wslua_proto.c2
-rw-r--r--epan/wslua/wslua_tree.c2
-rw-r--r--epan/wslua/wslua_tvb.c2
-rw-r--r--epan/wslua/wslua_util.c2
-rw-r--r--gtk/funnel_stat.c2
-rw-r--r--gtk/uat_gui.c7
-rw-r--r--gtk/uat_gui.h2
-rw-r--r--plugins/mate/mate.h2
-rw-r--r--plugins/mate/mate_grammar.lemon2
-rw-r--r--plugins/mate/mate_parser.l2
-rw-r--r--plugins/mate/mate_runtime.c2
-rw-r--r--plugins/mate/mate_setup.c2
-rw-r--r--plugins/mate/mate_util.c2
-rw-r--r--plugins/mate/mate_util.h2
-rw-r--r--plugins/stats_tree/pinfo_stats_tree.c2
-rw-r--r--plugins/stats_tree/pinfo_stats_tree.h2
-rw-r--r--plugins/tpg/http.tpg2
-rw-r--r--plugins/wimaxasncp/wimaxasncp_dict.l2
-rw-r--r--tap-funnel.c2
-rw-r--r--tools/tpg/V2P.pm2
-rw-r--r--trigcap.c2
-rw-r--r--wiretap/k12.c2
69 files changed, 74 insertions, 73 deletions
diff --git a/asn1/snmp/packet-snmp-template.c b/asn1/snmp/packet-snmp-template.c
index f841fd6c8a..b2a1fccaa7 100644
--- a/asn1/snmp/packet-snmp-template.c
+++ b/asn1/snmp/packet-snmp-template.c
@@ -15,7 +15,7 @@
* See RFC 3414 for User-based Security Model for SNMPv3
* See RFC 3826 for (AES) Cipher Algorithm in the SNMP USM
* See RFC 2578 for Structure of Management Information Version 2 (SMIv2)
- * Copyright (C) 2007 Luis E. Garcia Ontanon <luis.ontanon@gmail.com>
+ * Copyright (C) 2007 Luis E. Garcia Ontanon <luis@ontanon.org>
*
* $Id$
*
diff --git a/docbook/make-wsluarm.pl b/docbook/make-wsluarm.pl
index 0385c35447..1b64612691 100755
--- a/docbook/make-wsluarm.pl
+++ b/docbook/make-wsluarm.pl
@@ -3,7 +3,7 @@
# make-doc.pl
# WSLUA's Reference Manual Generator
#
-# (c) 2006, Luis E. Garcia Onatnon <luis.ontanon@gmail.com>
+# (c) 2006, Luis E. Garcia Onatnon <luis@ontanon.org>
#
# $Id$
#
diff --git a/docbook/user-guide.xml b/docbook/user-guide.xml
index 56997b9a57..2b16c13d49 100644
--- a/docbook/user-guide.xml
+++ b/docbook/user-guide.xml
@@ -54,7 +54,7 @@ BIOGRAPHICAL SECTION
<!ENTITY AuthorJobTitle4 "">
<!ENTITY AuthorOrgName4 "">
<!ENTITY AuthorOrgDiv4 "">
- <!ENTITY AuthorEmail4 "luis.ontanon[at]gmail.com">
+ <!ENTITY AuthorEmail4 "luis [at] ontanon.org">
diff --git a/epan/diam_dict.h b/epan/diam_dict.h
index 83b3a73d3e..6840ae01b0 100644
--- a/epan/diam_dict.h
+++ b/epan/diam_dict.h
@@ -4,7 +4,7 @@
**
** $Id$
**
- ** (c) 2007, Luis E. Garcia Ontanon <luis.ontanon@gmail.com>
+ ** (c) 2007, Luis E. Garcia Ontanon <luis@ontanon.org>
**
** This library is free software; you can redistribute it and/or
** modify it under the terms of the GNU Library General Public
diff --git a/epan/diam_dict.l b/epan/diam_dict.l
index ce0742b5ad..2b09c12b02 100644
--- a/epan/diam_dict.l
+++ b/epan/diam_dict.l
@@ -28,7 +28,7 @@
**
** $Id$
**
- ** (c) 2007, Luis E. Garcia Ontanon <luis.ontanon@gmail.com>
+ ** (c) 2007, Luis E. Garcia Ontanon <luis@ontanon.org>
**
** This library is free software; you can redistribute it and/or
** modify it under the terms of the GNU Library General Public
diff --git a/epan/dissectors/packet-bctp.c b/epan/dissectors/packet-bctp.c
index b76082d69d..ab8ef6e601 100644
--- a/epan/dissectors/packet-bctp.c
+++ b/epan/dissectors/packet-bctp.c
@@ -1,8 +1,8 @@
-/*
+luis@ontanon.org/*
* packet-bctp.c
* Q.1990 BICC bearer control tunnelling protocol
*
- * (c) 2007, Luis E. Garcia Ontanon <luis.ontanon@gmail.com>
+ * (c) 2007, Luis E. Garcia Ontanon <luis@ontanon.org>
*
* $Id$
*
diff --git a/epan/dissectors/packet-diameter.c b/epan/dissectors/packet-diameter.c
index 3350cbf662..98b203340d 100644
--- a/epan/dissectors/packet-diameter.c
+++ b/epan/dissectors/packet-diameter.c
@@ -1,10 +1,10 @@
/* packet-diameter.c
* Routines for Diameter packet disassembly
*
- * $Id$
+luis@ontanon.org * $Id$
*
* Copyright (c) 2001 by David Frascone <dave@frascone.com>
- * Copyright (c) 2007 by Luis E. Garcia Ontanon <luis.ontanon@gmail.com>
+ * Copyright (c) 2007 by Luis E. Garcia Ontanon <luis@ontanon.org>
*
* Wireshark - Network traffic analyzer
* By Gerald Combs <gerald@wireshark.org>
diff --git a/epan/dissectors/packet-h248_10.c b/epan/dissectors/packet-h248_10.c
index 97a7187535..c67e576ba2 100644
--- a/epan/dissectors/packet-h248_10.c
+++ b/epan/dissectors/packet-h248_10.c
@@ -7,7 +7,7 @@
* Gateway control protocol: Media gateway
* resource congestion handling package
*
- * (c) 2006, Luis E. Garcia Ontanon <luis.ontanon@gmail.com>
+ * (c) 2006, Luis E. Garcia Ontanon <luis@ontanon.org>
*
* Wireshark - Network traffic analyzer
* By Gerald Combs <gerald@wireshark.org>
diff --git a/epan/dissectors/packet-h248_3gpp.c b/epan/dissectors/packet-h248_3gpp.c
index c508060da4..a7fcd7cb2c 100644
--- a/epan/dissectors/packet-h248_3gpp.c
+++ b/epan/dissectors/packet-h248_3gpp.c
@@ -2,7 +2,7 @@
* packet-h248_3gpp.c
* 3GPP H.248 Packages
*
- * (c) 2006, Luis E. Garcia Ontanon <luis.ontanon@gmail.com>
+ * (c) 2006, Luis E. Garcia Ontanon <luis@ontanon.org>
*
* $Id$
*
diff --git a/epan/dissectors/packet-h248_7.c b/epan/dissectors/packet-h248_7.c
index 4877c5959b..479f3348c7 100644
--- a/epan/dissectors/packet-h248_7.c
+++ b/epan/dissectors/packet-h248_7.c
@@ -3,7 +3,7 @@
* H.248.7
* Gateway control protocol: Generic Announcement package
*
- * (c) 2007, Luis E. Garcia Ontanon <luis.ontanon@gmail.com>
+ * (c) 2007, Luis E. Garcia Ontanon <luis@ontanon.org>
*
* $Id$
*
diff --git a/epan/dissectors/packet-h248_annex_c.c b/epan/dissectors/packet-h248_annex_c.c
index 38318bf9b2..a871861a19 100644
--- a/epan/dissectors/packet-h248_annex_c.c
+++ b/epan/dissectors/packet-h248_annex_c.c
@@ -2,7 +2,7 @@
* packet-h248-annex_c.c
* H.248 annex C
*
- * (c) 2006, Luis E. Garcia Ontanon <luis.ontanon@gmail.com>
+ * (c) 2006, Luis E. Garcia Ontanon <luis@ontanon.org>
*
* $Id$
*
diff --git a/epan/dissectors/packet-h248_annex_e.c b/epan/dissectors/packet-h248_annex_e.c
index f6d5a45494..efc9586490 100644
--- a/epan/dissectors/packet-h248_annex_e.c
+++ b/epan/dissectors/packet-h248_annex_e.c
@@ -2,7 +2,7 @@
* packet-h248-annex_e.c
* H.248 Annex E
*
- * (c) 2006, Luis E. Garcia Ontanon <luis.ontanon@gmail.com>
+ * (c) 2006, Luis E. Garcia Ontanon <luis@ontanon.org>
*
* $Id$
*
diff --git a/epan/dissectors/packet-iuup.c b/epan/dissectors/packet-iuup.c
index 537e911754..927be4a2e7 100644
--- a/epan/dissectors/packet-iuup.c
+++ b/epan/dissectors/packet-iuup.c
@@ -1,7 +1,7 @@
/* packet-iuup.c
* IuUP Protocol 3GPP TS 25.415 V6.2.0 (2005-03)
*
- * (c) 2005 Luis E. Garcia Ontanon <luis.ontanon@gmail.com>
+ * (c) 2005 Luis E. Garcia Ontanon <luis@ontanon.org>
*
* $Id$
*
diff --git a/epan/dissectors/packet-radius.c b/epan/dissectors/packet-radius.c
index d751d25be1..d0599b0ac6 100644
--- a/epan/dissectors/packet-radius.c
+++ b/epan/dissectors/packet-radius.c
@@ -3,7 +3,7 @@
* Routines for RADIUS packet disassembly
* Copyright 1999 Johan Feyaerts
* Changed 03/12/2003 Rui Carmo (http://the.taoofmac.com - added all 3GPP VSAs, some parsing)
- * Changed 07/2005 Luis Ontanon <luis.ontanon@gmail.com> - use FreeRADIUS' dictionary
+ * Changed 07/2005 Luis Ontanon <luis@ontanon.org> - use FreeRADIUS' dictionary
* Changed 10/2006 Alejandro Vaquero <alejandrovaquero@yahoo.com> - add Conversations support
*
* $Id$
diff --git a/epan/dissectors/packet-snmp.c b/epan/dissectors/packet-snmp.c
index 8b147271b9..fd9bffa7b0 100644
--- a/epan/dissectors/packet-snmp.c
+++ b/epan/dissectors/packet-snmp.c
@@ -23,7 +23,7 @@
* See RFC 3414 for User-based Security Model for SNMPv3
* See RFC 3826 for (AES) Cipher Algorithm in the SNMP USM
* See RFC 2578 for Structure of Management Information Version 2 (SMIv2)
- * Copyright (C) 2007 Luis E. Garcia Ontanon <luis.ontanon@gmail.com>
+ * Copyright (C) 2007 Luis E. Garcia Ontanon <luis@ontanon.org>
*
* $Id$
*
diff --git a/epan/dissectors/packet-user_encap.c b/epan/dissectors/packet-user_encap.c
index 04d61bff16..160d2e14dc 100644
--- a/epan/dissectors/packet-user_encap.c
+++ b/epan/dissectors/packet-user_encap.c
@@ -1,6 +1,6 @@
/* packet-user_encap.c
* Allow users to specify the dissectors for DLTs
- * Luis E. Garcia Ontanon <luis.ontanon@gmail.com>
+ * Luis E. Garcia Ontanon <luis@ontanon.org>
*
* $Id$
*
diff --git a/epan/dtd.h b/epan/dtd.h
index 2b9d50bd9f..26719b0444 100644
--- a/epan/dtd.h
+++ b/epan/dtd.h
@@ -4,7 +4,7 @@
* XML dissector for Wireshark
* DTD import declarations
*
- * Copyright 2005, Luis E. Garcia Ontanon <luis.ontanon@gmail.com>
+ * Copyright 2005, Luis E. Garcia Ontanon <luis@ontanon.org>
*
* $Id$
*
diff --git a/epan/dtd_grammar.lemon b/epan/dtd_grammar.lemon
index 3fc63e2e55..5a2529e1ab 100644
--- a/epan/dtd_grammar.lemon
+++ b/epan/dtd_grammar.lemon
@@ -4,7 +4,7 @@
* XML dissector for wireshark
* XML's DTD grammar
*
-* Copyright 2005, Luis E. Garcia Ontanon <luis.ontanon@gmail.com>
+* Copyright 2005, Luis E. Garcia Ontanon <luis@ontanon.org>
*
* $Id$
*
diff --git a/epan/dtd_parse.h b/epan/dtd_parse.h
index 1d8140ef62..f116e9e696 100644
--- a/epan/dtd_parse.h
+++ b/epan/dtd_parse.h
@@ -3,7 +3,7 @@
* header file to declare functions defined in lexer and used in parser,
* or vice versa
*
-* Copyright 2004, Luis E. Garcia Ontanon <luis.ontanon@gmail.com>
+* Copyright 2004, Luis E. Garcia Ontanon <luis@ontanon.org>
*
* $Id$
*
diff --git a/epan/dtd_parse.l b/epan/dtd_parse.l
index 05c8a611b8..0a80447927 100644
--- a/epan/dtd_parse.l
+++ b/epan/dtd_parse.l
@@ -22,7 +22,7 @@
* an XML dissector for Wireshark
* lexical analyzer for DTDs
*
- * Copyright 2004, Luis E. Garcia Ontanon <luis.ontanon@gmail.com>
+ * Copyright 2004, Luis E. Garcia Ontanon <luis@ontanon.org>
*
* $Id$
*
diff --git a/epan/dtd_preparse.l b/epan/dtd_preparse.l
index e42e9bfd8c..276b19d0ba 100644
--- a/epan/dtd_preparse.l
+++ b/epan/dtd_preparse.l
@@ -31,7 +31,7 @@
* including files, removing comments
* and resolving %entities;
*
- * Copyright 2004, Luis E. Garcia Ontanon <luis.ontanon@gmail.com>
+ * Copyright 2004, Luis E. Garcia Ontanon <luis@ontanon.org>
*
* $Id$
*
diff --git a/epan/ex-opt.c b/epan/ex-opt.c
index f584324c8e..6faf58b091 100644
--- a/epan/ex-opt.c
+++ b/epan/ex-opt.c
@@ -3,7 +3,7 @@
*
* Extension command line options
*
- * (c) 2006, Luis E. Garcia Ontanon <luis.ontanon@gmail.com>
+ * (c) 2006, Luis E. Garcia Ontanon <luis@ontanon.org>
*
* $Id$
*
diff --git a/epan/ex-opt.h b/epan/ex-opt.h
index 9a0f207a55..e939d84dde 100644
--- a/epan/ex-opt.h
+++ b/epan/ex-opt.h
@@ -3,7 +3,7 @@
*
* eXtension command line options
*
- * (c) 2006, Luis E. Garcia Ontanon <luis.ontanon@gmail.com>
+ * (c) 2006, Luis E. Garcia Ontanon <luis@ontanon.org>
*
* $Id$
*
diff --git a/epan/funnel.c b/epan/funnel.c
index 17ec6387ae..ccf406894b 100644
--- a/epan/funnel.c
+++ b/epan/funnel.c
@@ -3,7 +3,7 @@
*
* EPAN's GUI mini-API
*
- * (c) 2006, Luis E. Garcia Ontanon <luis.ontanon@gmail.com>
+ * (c) 2006, Luis E. Garcia Ontanon <luis@ontanon.org>
*
* $Id$
*
diff --git a/epan/funnel.h b/epan/funnel.h
index f4f4674685..1727bb53c8 100644
--- a/epan/funnel.h
+++ b/epan/funnel.h
@@ -3,7 +3,7 @@
*
* EPAN's GUI mini-API
*
- * (c) 2006, Luis E. Garcia Ontanon <luis.ontanon@gmail.com>
+ * (c) 2006, Luis E. Garcia Ontanon <luis@ontanon.org>
*
* $Id$
*
diff --git a/epan/oids.c b/epan/oids.c
index eec4e91093..6a215da3ae 100644
--- a/epan/oids.c
+++ b/epan/oids.c
@@ -1,7 +1,7 @@
/* oids.c
* Object IDentifier Support
*
- * (c) 2007, Luis E. Garcia Ontanon <luis.ontanon@gmail.com>
+ * (c) 2007, Luis E. Garcia Ontanon <luis@ontanon.org>
*
* $Id$
*
diff --git a/epan/oids.h b/epan/oids.h
index 3d2d65269e..c0df64ae0b 100644
--- a/epan/oids.h
+++ b/epan/oids.h
@@ -3,7 +3,7 @@
*
* $Id$
*
- * (c) 2007, Luis E. Garcia Ontanon <luis.ontanon@gmail.com>
+ * (c) 2007, Luis E. Garcia Ontanon <luis@ontanon.org>
*
* Wireshark - Network traffic analyzer
* By Gerald Combs <gerald@wireshark.org>
diff --git a/epan/tpg.c b/epan/tpg.c
index d28325338b..6bae3c7199 100644
--- a/epan/tpg.c
+++ b/epan/tpg.c
@@ -1,7 +1,7 @@
/* tpg.c
* helper functions for TPG
*
- * (c) 2005, Luis E. Garcia Ontanon <luis.ontanon@gmail.com>
+ * (c) 2005, Luis E. Garcia Ontanon <luis@ontanon.org>
*
* $Id$
*
diff --git a/epan/tpg.h b/epan/tpg.h
index 9367a81a60..71ab4b3ef1 100644
--- a/epan/tpg.h
+++ b/epan/tpg.h
@@ -1,7 +1,7 @@
/* tpg.h
* Definitions of helper functions for TPG
*
- * (c) 2005, Luis E. Garcia Ontanon <luis.ontanon@gmail.com>
+ * (c) 2005, Luis E. Garcia Ontanon <luis@ontanon.org>
*
* $Id$
*
diff --git a/epan/tvbparse.c b/epan/tvbparse.c
index 7b0114ddba..360fae0773 100644
--- a/epan/tvbparse.c
+++ b/epan/tvbparse.c
@@ -1,6 +1,6 @@
/* tvbparse.c
*
-* Copyright 2005, Luis E. Garcia Ontanon <luis.ontanon@gmail.com>
+* Copyright 2005, Luis E. Garcia Ontanon <luis@ontanon.org>
*
* $Id$
*
diff --git a/epan/tvbparse.h b/epan/tvbparse.h
index ec927b2d9d..4f3e937773 100644
--- a/epan/tvbparse.h
+++ b/epan/tvbparse.h
@@ -3,7 +3,7 @@
*
* an API for text tvb parsers
*
-* Copyright 2005, Luis E. Garcia Ontanon <luis.ontanon@gmail.com>
+* Copyright 2005, Luis E. Garcia Ontanon <luis@ontanon.org>
*
* $Id$
*
diff --git a/epan/uat-int.h b/epan/uat-int.h
index bf6e9baaf3..e5f60351e1 100644
--- a/epan/uat-int.h
+++ b/epan/uat-int.h
@@ -7,7 +7,7 @@
* Mantain an array of user accessible data strucures
* Internal interface
*
- * (c) 2007, Luis E. Garcia Ontanon <luis.ontanon@gmail.com>
+ * (c) 2007, Luis E. Garcia Ontanon <luis@ontanon.org>
*
* Wireshark - Network traffic analyzer
* By Gerald Combs <gerald@wireshark.org>
diff --git a/epan/uat.c b/epan/uat.c
index 3d16691190..d5b1738853 100644
--- a/epan/uat.c
+++ b/epan/uat.c
@@ -6,7 +6,7 @@
* User Accessible Tables
* Mantain an array of user accessible data strucures
*
- * (c) 2007, Luis E. Garcia Ontanon <luis.ontanon@gmail.com>
+ * (c) 2007, Luis E. Garcia Ontanon <luis@ontanon.org>
*
* Wireshark - Network traffic analyzer
* By Gerald Combs <gerald@wireshark.org>
diff --git a/epan/uat.h b/epan/uat.h
index 4eacdd15b1..5127aec945 100644
--- a/epan/uat.h
+++ b/epan/uat.h
@@ -6,7 +6,7 @@
* User Accessible Tables
* Mantain an array of user accessible data strucures
*
- * (c) 2007, Luis E. Garcia Ontanon <luis.ontanon@gmail.com>
+ * (c) 2007, Luis E. Garcia Ontanon <luis@ontanon.org>
*
* Wireshark - Network traffic analyzer
* By Gerald Combs <gerald@wireshark.org>
diff --git a/epan/uat_load.l b/epan/uat_load.l
index b34ecc51f2..fb76d83cb5 100644
--- a/epan/uat_load.l
+++ b/epan/uat_load.l
@@ -24,7 +24,7 @@
* Mantain an array of user accessible data strucures
* One parser to fit them all
*
- * (c) 2007, Luis E. Garcia Ontanon <luis.ontanon@gmail.com>
+ * (c) 2007, Luis E. Garcia Ontanon <luis@ontanon.org>
*
* Wireshark - Network traffic analyzer
* By Gerald Combs <gerald@wireshark.org>
diff --git a/epan/wslua/console.lua b/epan/wslua/console.lua
index 45339ccd70..4136bece96 100644
--- a/epan/wslua/console.lua
+++ b/epan/wslua/console.lua
@@ -1,7 +1,7 @@
-- console
-- A console and a window to execute commands in lua
--
--- (c) 2006 Luis E. Garcia Ontanon <luis.ontanon@gmail.com>
+-- (c) 2006 Luis E. Garcia Ontanon <luis@ontanon.org>
--
-- $Id$
--
diff --git a/epan/wslua/dtd_gen.lua b/epan/wslua/dtd_gen.lua
index 58629bf27e..9c8d4dc9f8 100644
--- a/epan/wslua/dtd_gen.lua
+++ b/epan/wslua/dtd_gen.lua
@@ -2,7 +2,7 @@
--
-- a DTD generator for wireshark
--
--- (c) 2006 Luis E. Garcia Ontanon <luis.ontanon@gmail.com>
+-- (c) 2006 Luis E. Garcia Ontanon <luis@ontanon.org>
--
-- $Id:$
--
diff --git a/epan/wslua/init_wslua.c b/epan/wslua/init_wslua.c
index 7671db7306..eea40df77a 100644
--- a/epan/wslua/init_wslua.c
+++ b/epan/wslua/init_wslua.c
@@ -3,7 +3,7 @@
*
* Wireshark's interface to the Lua Programming Language
*
- * (c) 2006, Luis E. Garcia Ontanon <luis.ontanon@gmail.com>
+ * (c) 2006, Luis E. Garcia Ontanon <luis@ontanon.org>
*
* $Id$
*
diff --git a/epan/wslua/make-init-lua.pl b/epan/wslua/make-init-lua.pl
index 8ca9773eeb..ca88c772d0 100755
--- a/epan/wslua/make-init-lua.pl
+++ b/epan/wslua/make-init-lua.pl
@@ -4,7 +4,7 @@
#
# create the init.lua file based on a template (stdin)
#
-# (c) 2006, Luis E. Garcia Onatnon <luis.ontanon@gmail.com>
+# (c) 2006, Luis E. Garcia Onatnon <luis@ontanon.org>
#
# $Id$
#
diff --git a/epan/wslua/make-taps.pl b/epan/wslua/make-taps.pl
index 7393945f4f..d1a2e43314 100755
--- a/epan/wslua/make-taps.pl
+++ b/epan/wslua/make-taps.pl
@@ -5,7 +5,7 @@
# pushes a lua table into the stack containing the elements of
# the struct.
#
-# (c) 2006 Luis E. Garcia Ontanon <luis.ontanon@gmail.com>
+# (c) 2006 Luis E. Garcia Ontanon <luis@ontanon.org>
#
# $Id$
#
diff --git a/epan/wslua/taps b/epan/wslua/taps
index 0791f07e7c..f17d2aaf3c 100644
--- a/epan/wslua/taps
+++ b/epan/wslua/taps
@@ -1,7 +1,7 @@
# taps
# instructions for make-taps.pl to generate the taps.c file
#
-# (c) 2006 Luis E. Garcia Ontanon <luis.ontanon@gmail.com>
+# (c) 2006 Luis E. Garcia Ontanon <luis@ontanon.org>
#
# $Id$
#
diff --git a/epan/wslua/wslua.h b/epan/wslua/wslua.h
index f6eafe1b69..ec75205602 100644
--- a/epan/wslua/wslua.h
+++ b/epan/wslua/wslua.h
@@ -3,7 +3,7 @@
*
* Wireshark's interface to the Lua Programming Language
*
- * (c) 2006, Luis E. Garcia Ontanon <luis.ontanon@gmail.com>
+ * (c) 2006, Luis E. Garcia Ontanon <luis@ontanon.org>
* (c) 2007, Tamas Regos <tamas.regos@ericsson.com>
* (c) 2008, Balint Reczey <balint.reczey@ericsson.com>
*
diff --git a/epan/wslua/wslua_dumper.c b/epan/wslua/wslua_dumper.c
index 1301156daa..80f5fd2439 100644
--- a/epan/wslua/wslua_dumper.c
+++ b/epan/wslua/wslua_dumper.c
@@ -3,7 +3,7 @@
*
* Wireshark's interface to the Lua Programming Language
*
- * (c) 2006, Luis E. Garcia Ontanon <luis.ontanon@gmail.com>
+ * (c) 2006, Luis E. Garcia Ontanon <luis@ontanon.org>
*
* $Id$
*
diff --git a/epan/wslua/wslua_field.c b/epan/wslua/wslua_field.c
index 41e5c787c4..ebc041ea1f 100644
--- a/epan/wslua/wslua_field.c
+++ b/epan/wslua/wslua_field.c
@@ -3,7 +3,7 @@
*
* Wireshark's interface to the Lua Programming Language
*
- * (c) 2006, Luis E. Garcia Ontanon <luis.ontanon@gmail.com>
+ * (c) 2006, Luis E. Garcia Ontanon <luis@ontanon.org>
*
* $Id$
*
diff --git a/epan/wslua/wslua_gui.c b/epan/wslua/wslua_gui.c
index 05666928dd..41cca57b14 100644
--- a/epan/wslua/wslua_gui.c
+++ b/epan/wslua/wslua_gui.c
@@ -1,7 +1,7 @@
/*
* wslua_gui.c
*
- * (c) 2006, Luis E. Garcia Ontanon <luis.ontanon@gmail.com>
+ * (c) 2006, Luis E. Garcia Ontanon <luis@ontanon.org>
*
* $Id$
*
diff --git a/epan/wslua/wslua_listener.c b/epan/wslua/wslua_listener.c
index 0571626e05..bd103a95fe 100644
--- a/epan/wslua/wslua_listener.c
+++ b/epan/wslua/wslua_listener.c
@@ -5,7 +5,7 @@
*
* Implementation of tap Listeners
*
- * (c) 2006, Luis E. Garcia Ontanon <luis.ontanon@gmail.com>
+ * (c) 2006, Luis E. Garcia Ontanon <luis@ontanon.org>
*
* $Id$
*
diff --git a/epan/wslua/wslua_pinfo.c b/epan/wslua/wslua_pinfo.c
index e238a1ceac..4531767bcb 100644
--- a/epan/wslua/wslua_pinfo.c
+++ b/epan/wslua/wslua_pinfo.c
@@ -3,7 +3,7 @@
*
* Wireshark's interface to the Lua Programming Language
*
- * (c) 2006, Luis E. Garcia Ontanon <luis.ontanon@gmail.com>
+ * (c) 2006, Luis E. Garcia Ontanon <luis@ontanon.org>
* (c) 2008, Balint Reczey <balint.reczey@ericsson.com>
*
* $Id$
diff --git a/epan/wslua/wslua_proto.c b/epan/wslua/wslua_proto.c
index 9189446dc7..6a73513638 100644
--- a/epan/wslua/wslua_proto.c
+++ b/epan/wslua/wslua_proto.c
@@ -3,7 +3,7 @@
*
* wireshark's interface to the Lua Programming Language
*
- * (c) 2006, Luis E. Garcia Ontanon <luis.ontanon@gmail.com>
+ * (c) 2006, Luis E. Garcia Ontanon <luis@ontanon.org>
* (c) 2007, Tamas Regos <tamas.regos@ericsson.com>
*
* $Id$
diff --git a/epan/wslua/wslua_tree.c b/epan/wslua/wslua_tree.c
index 05b26c94ec..d67b4f722a 100644
--- a/epan/wslua/wslua_tree.c
+++ b/epan/wslua/wslua_tree.c
@@ -3,7 +3,7 @@
*
* Wireshark's interface to the Lua Programming Language
*
- * (c) 2006, Luis E. Garcia Ontanon <luis.ontanon@gmail.com>
+ * (c) 2006, Luis E. Garcia Ontanon <luis@ontanon.org>
* (c) 2008, Balint Reczey <balint.reczey@ericsson.com>
*
* $Id$
diff --git a/epan/wslua/wslua_tvb.c b/epan/wslua/wslua_tvb.c
index 8b07cc485b..d7d992daab 100644
--- a/epan/wslua/wslua_tvb.c
+++ b/epan/wslua/wslua_tvb.c
@@ -3,7 +3,7 @@
*
* Wireshark's interface to the Lua Programming Language
*
- * (c) 2006, Luis E. Garcia Ontanon <luis.ontanon@gmail.com>
+ * (c) 2006, Luis E. Garcia Ontanon <luis@ontanon.org>
* (c) 2008, Balint Reczey <balint.reczey@ericsson.com>
*
* $Id$
diff --git a/epan/wslua/wslua_util.c b/epan/wslua/wslua_util.c
index d59f0131b5..7c8d37887a 100644
--- a/epan/wslua/wslua_util.c
+++ b/epan/wslua/wslua_util.c
@@ -1,7 +1,7 @@
/*
* wslua_util.c
*
- * (c) 2006, Luis E. Garcia Ontanon <luis.ontanon@gmail.com>
+ * (c) 2006, Luis E. Garcia Ontanon <luis@ontanon.org>
*
* $Id$
*
diff --git a/gtk/funnel_stat.c b/gtk/funnel_stat.c
index 2995ef6a9a..aad13364a1 100644
--- a/gtk/funnel_stat.c
+++ b/gtk/funnel_stat.c
@@ -3,7 +3,7 @@
*
* EPAN's funneled GUI mini-API
*
- * (c) 2006, Luis E. Garcia Ontanon <luis.ontanon@gmail.com>
+ * (c) 2006, Luis E. Garcia Ontanon <luis@ontanon.org>
*
* $Id$
*
diff --git a/gtk/uat_gui.c b/gtk/uat_gui.c
index 6f966212df..9604a79a03 100644
--- a/gtk/uat_gui.c
+++ b/gtk/uat_gui.c
@@ -6,7 +6,7 @@
* User Accessible Tables GUI
* Mantain an array of user accessible data strucures
*
- * (c) 2007, Luis E. Garcia Ontanon <luis.ontanon@gmail.com>
+ * (c) 2007, Luis E. Garcia Ontanon <luis@ontanon.org>
*
* Wireshark - Network traffic analyzer
* By Gerald Combs <gerald@wireshark.org>
@@ -868,9 +868,10 @@ static GtkWidget* uat_window(void* u) {
}
gtk_clist_thaw(GTK_CLIST(rep->clist));
-
+ fprintf(stderr,"====> HERE");
rep->selection = gtk_tree_view_get_selection(GTK_TREE_VIEW(rep->clist));
gtk_tree_selection_set_mode(rep->selection, GTK_SELECTION_SINGLE);
+ fprintf(stderr,"====> THERE");
if(uat->help) {
GtkWidget* help_btn;
@@ -917,7 +918,7 @@ static GtkWidget* uat_window(void* u) {
gtk_widget_set_sensitive (rep->bt_delete, FALSE);
- /* g_signal_connect(rep->selection, "changed", G_CALLBACK(remember_selected_row), uat); */
+ g_signal_connect(rep->selection, "changed", G_CALLBACK(remember_selected_row), uat);
g_signal_connect(rep->clist, "select-row", G_CALLBACK(remember_selected_row), uat);
diff --git a/gtk/uat_gui.h b/gtk/uat_gui.h
index 641ae01a6a..c030defe12 100644
--- a/gtk/uat_gui.h
+++ b/gtk/uat_gui.h
@@ -6,7 +6,7 @@
* User Accessible Tables GUI
* Mantain an array of user accessible data strucures
*
- * (c) 2007, Luis E. Garcia Ontanon <luis.ontanon@gmail.com>
+ * (c) 2007, Luis E. Garcia Ontanon <luis@ontanon.org>
*
* Wireshark - Network traffic analyzer
* By Gerald Combs <gerald@wireshark.org>
diff --git a/plugins/mate/mate.h b/plugins/mate/mate.h
index f5c6d2cc7d..b920d5462a 100644
--- a/plugins/mate/mate.h
+++ b/plugins/mate/mate.h
@@ -1,7 +1,7 @@
/* mate.h
* MATE -- Meta Analysis and Tracing Engine
*
-* Copyright 2004, Luis E. Garcia Ontanon <luis.ontanon@gmail.com>
+* Copyright 2004, Luis E. Garcia Ontanon <luis@ontanon.org>
*
* $Id$
*
diff --git a/plugins/mate/mate_grammar.lemon b/plugins/mate/mate_grammar.lemon
index 466cbff0f7..5db1939fb8 100644
--- a/plugins/mate/mate_grammar.lemon
+++ b/plugins/mate/mate_grammar.lemon
@@ -3,7 +3,7 @@
/* mate_grammar.lemon
* MATE's configuration language grammar
*
-* Copyright 2005, Luis E. Garcia Ontanon <luis.ontanon@gmail.com>
+* Copyright 2005, Luis E. Garcia Ontanon <luis@ontanon.org>
*
* $Id$
*
diff --git a/plugins/mate/mate_parser.l b/plugins/mate/mate_parser.l
index 02e6624996..dd4646fcb6 100644
--- a/plugins/mate/mate_parser.l
+++ b/plugins/mate/mate_parser.l
@@ -19,7 +19,7 @@
/* mate_parser.l
* lexical analyzer for MATE configuration files
*
- * Copyright 2004, Luis E. Garcia Ontanon <luis.ontanon@gmail.com>
+ * Copyright 2004, Luis E. Garcia Ontanon <luis@ontanon.org>
*
* $Id$
*
diff --git a/plugins/mate/mate_runtime.c b/plugins/mate/mate_runtime.c
index 87cb4ab071..937510afc7 100644
--- a/plugins/mate/mate_runtime.c
+++ b/plugins/mate/mate_runtime.c
@@ -1,7 +1,7 @@
/* mate_runtime.c
* MATE -- Meta Analysis Tracing Engine
*
-* Copyright 2004, Luis E. Garcia Ontanon <luis.ontanon@gmail.com>
+* Copyright 2004, Luis E. Garcia Ontanon <luis@ontanon.org>
*
* $Id$
*
diff --git a/plugins/mate/mate_setup.c b/plugins/mate/mate_setup.c
index 4d999f8f39..efe454e1ba 100644
--- a/plugins/mate/mate_setup.c
+++ b/plugins/mate/mate_setup.c
@@ -1,7 +1,7 @@
/* mate_setup.c
* MATE -- Meta Analysis Tracing Engine
*
-* Copyright 2004, Luis E. Garcia Ontanon <luis.ontanon@gmail.com>
+* Copyright 2004, Luis E. Garcia Ontanon <luis@ontanon.org>
*
* $Id$
*
diff --git a/plugins/mate/mate_util.c b/plugins/mate/mate_util.c
index 769d60f49c..5f450185ab 100644
--- a/plugins/mate/mate_util.c
+++ b/plugins/mate/mate_util.c
@@ -2,7 +2,7 @@
* MATE -- Meta Analysis Tracing Engine
* Utility Library: Single Copy Strings and Attribute Value Pairs
*
-* Copyright 2004, Luis E. Garcia Ontanon <luis.ontanon@gmail.com>
+* Copyright 2004, Luis E. Garcia Ontanon <luis@ontanon.org>
*
* $Id$
*
diff --git a/plugins/mate/mate_util.h b/plugins/mate/mate_util.h
index 3f6f7daf51..ea5680d359 100644
--- a/plugins/mate/mate_util.h
+++ b/plugins/mate/mate_util.h
@@ -1,6 +1,6 @@
/* mate_util.h
*
-* Copyright 2004, Luis E. Garcia Ontanon <luis.ontanon@gmail.com>
+* Copyright 2004, Luis E. Garcia Ontanon <luis@ontanon.org>
*
* $Id$
*
diff --git a/plugins/stats_tree/pinfo_stats_tree.c b/plugins/stats_tree/pinfo_stats_tree.c
index cca4933049..f64987f17d 100644
--- a/plugins/stats_tree/pinfo_stats_tree.c
+++ b/plugins/stats_tree/pinfo_stats_tree.c
@@ -1,7 +1,7 @@
/* pinfo_stats_tree.c
* Stats tree for ethernet frames
*
-* (c) 2005, Luis E. G. Ontanon <luis.ontanon@gmail.com>
+* (c) 2005, Luis E. G. Ontanon <luis@ontanon.org>
*
* $Id$
*
diff --git a/plugins/stats_tree/pinfo_stats_tree.h b/plugins/stats_tree/pinfo_stats_tree.h
index 6dbe23bcfe..f6c67ebd33 100644
--- a/plugins/stats_tree/pinfo_stats_tree.h
+++ b/plugins/stats_tree/pinfo_stats_tree.h
@@ -1,7 +1,7 @@
/* pinfo_stats_tree.h
* Stats tree for ethernet frames
*
-* (c) 2005, Luis E. G. Ontanon <luis.ontanon@gmail.com>
+* (c) 2005, Luis E. G. Ontanon <luis@ontanon.org>
*
* $Id$
*
diff --git a/plugins/tpg/http.tpg b/plugins/tpg/http.tpg
index 7ca1de2912..6d3fcd7e7a 100644
--- a/plugins/tpg/http.tpg
+++ b/plugins/tpg/http.tpg
@@ -1,7 +1,7 @@
#
# HTTP header TPG description
#
-# (c) 2005 Luis E. Garcia Ontanon <luis.ontanon@gmail.com>
+# (c) 2005 Luis E. Garcia Ontanon <luis@ontanon.org>
#
# $Id$
#
diff --git a/plugins/wimaxasncp/wimaxasncp_dict.l b/plugins/wimaxasncp/wimaxasncp_dict.l
index 3637128555..eaece6185e 100644
--- a/plugins/wimaxasncp/wimaxasncp_dict.l
+++ b/plugins/wimaxasncp/wimaxasncp_dict.l
@@ -33,7 +33,7 @@
**
** $Id$
**
- ** (c) 2007, Luis E. Garcia Ontanon <luis.ontanon@gmail.com>
+ ** (c) 2007, Luis E. Garcia Ontanon <luis@ontanon.org>
** (c) 2007, Stephen Croll <stephen.d.croll@gmail.com>
**
** This library is free software; you can redistribute it and/or
diff --git a/tap-funnel.c b/tap-funnel.c
index 7fed0d2f9d..3d978e0c23 100644
--- a/tap-funnel.c
+++ b/tap-funnel.c
@@ -3,7 +3,7 @@
*
* EPAN's GUI mini-API
*
- * (c) 2006, Luis E. Garcia Ontanon <luis.ontanon@gmail.com>
+ * (c) 2006, Luis E. Garcia Ontanon <luis@ontanon.org>
*
* $Id$
*
diff --git a/tools/tpg/V2P.pm b/tools/tpg/V2P.pm
index 47db5a211d..e696d6cdc0 100644
--- a/tools/tpg/V2P.pm
+++ b/tools/tpg/V2P.pm
@@ -3,7 +3,7 @@
# a function that prints a complex variable such that the output is a
# valid perl representation of that variable (does not handle blessed objects)
#
-# (c) 2002, Luis E. Garcia Ontanon <luis.ontanon@gmail.com>
+# (c) 2002, Luis E. Garcia Ontanon <luis@ontanon.org>
#
# $Id$
#
diff --git a/trigcap.c b/trigcap.c
index 9eef95c84e..370bf77564 100644
--- a/trigcap.c
+++ b/trigcap.c
@@ -4,7 +4,7 @@
*
* $Id$
*
- * (c) 2007, Luis E. Garcia Ontanon <luis.ontanon@gmail.com>
+ * (c) 2007, Luis E. Garcia Ontanon <luis@ontanon.org>
*
* 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/wiretap/k12.c b/wiretap/k12.c
index 91d1b9552d..fcb92a0373 100644
--- a/wiretap/k12.c
+++ b/wiretap/k12.c
@@ -3,7 +3,7 @@
*
* routines for importing tektronix k12xx *.rf5 files
*
- * Copyright (c) 2005, Luis E. Garia Ontanon <luis.ontanon@gmail.com>
+ * Copyright (c) 2005, Luis E. Garia Ontanon <luis@ontanon.org>
*
* $Id$
*