summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorHannes Gredler <hannes@gredler.at>2017-07-28 17:44:12 +0200
committerHannes Gredler <hannes@gredler.at>2017-07-28 17:44:12 +0200
commitff8464bffd24a451a5a4c08c6c6ab7d0a2c88785 (patch)
tree66f164ea97944dd822f6184d4d9c957a0398e5f3
parent9b0580ce391d27a960946b0dd790169671da86b0 (diff)
downloadtcpdump-ff8464bffd24a451a5a4c08c6c6ab7d0a2c88785.tar.gz
zero change: update Hannes Gredler's email
-rw-r--r--CREDITS2
-rw-r--r--af.c2
-rw-r--r--af.h2
-rw-r--r--checksum.c2
-rw-r--r--gmpls.c2
-rw-r--r--gmpls.h2
-rw-r--r--ipproto.c2
-rw-r--r--l2vpn.c2
-rw-r--r--l2vpn.h2
-rw-r--r--nlpid.c2
-rw-r--r--nlpid.h2
-rw-r--r--oui.c2
-rw-r--r--oui.h2
-rw-r--r--print-bfd.c2
-rw-r--r--print-bgp.c2
-rw-r--r--print-cfm.c2
-rw-r--r--print-eigrp.c2
-rw-r--r--print-isoclns.c2
-rw-r--r--print-juniper.c2
-rw-r--r--print-ldp.c2
-rw-r--r--print-lldp.c2
-rw-r--r--print-lmp.c2
-rw-r--r--print-lspping.c2
-rw-r--r--print-mpcp.c2
-rw-r--r--print-olsr.c2
-rw-r--r--print-rpki-rtr.c2
-rw-r--r--print-rsvp.c2
-rw-r--r--print-sip.c2
-rw-r--r--print-slow.c2
-rw-r--r--print-syslog.c2
-rw-r--r--signature.c2
-rw-r--r--signature.h2
-rw-r--r--util-print.c2
33 files changed, 33 insertions, 33 deletions
diff --git a/CREDITS b/CREDITS
index fc642a8d..85ee5f44 100644
--- a/CREDITS
+++ b/CREDITS
@@ -5,7 +5,7 @@ The current maintainers:
Denis Ovsienko <denis at ovsienko dot info>
Fulvio Risso <risso at polito dot it>
Guy Harris <guy at alum dot mit dot edu>
- Hannes Gredler <hannes at juniper dot net>
+ Hannes Gredler <hannes at gredler dot at>
Michael Richardson <mcr at sandelman dot ottawa dot on dot ca>
Francois-Xavier Le Bail <fx dot lebail at yahoo dot com>
diff --git a/af.c b/af.c
index 539ede52..704e2f0a 100644
--- a/af.c
+++ b/af.c
@@ -12,7 +12,7 @@
* LIMITATION, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS
* FOR A PARTICULAR PURPOSE.
*
- * Original code by Hannes Gredler (hannes@juniper.net)
+ * Original code by Hannes Gredler (hannes@gredler.at)
*/
#ifdef HAVE_CONFIG_H
diff --git a/af.h b/af.h
index 1bde577e..6365b126 100644
--- a/af.h
+++ b/af.h
@@ -12,7 +12,7 @@
* LIMITATION, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS
* FOR A PARTICULAR PURPOSE.
*
- * Original code by Hannes Gredler (hannes@juniper.net)
+ * Original code by Hannes Gredler (hannes@gredler.at)
*/
extern const struct tok af_values[];
diff --git a/checksum.c b/checksum.c
index 0829fbe6..a48a147f 100644
--- a/checksum.c
+++ b/checksum.c
@@ -14,7 +14,7 @@
*
* miscellaneous checksumming routines
*
- * Original code by Hannes Gredler (hannes@juniper.net)
+ * Original code by Hannes Gredler (hannes@gredler.at)
*/
#ifdef HAVE_CONFIG_H
diff --git a/gmpls.c b/gmpls.c
index 23515e98..e527540e 100644
--- a/gmpls.c
+++ b/gmpls.c
@@ -10,7 +10,7 @@
* LIMITATION, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS
* FOR A PARTICULAR PURPOSE.
*
- * Original code by Hannes Gredler (hannes@juniper.net)
+ * Original code by Hannes Gredler (hannes@gredler.at)
*/
#ifdef HAVE_CONFIG_H
diff --git a/gmpls.h b/gmpls.h
index 8b44f949..32fa8114 100644
--- a/gmpls.h
+++ b/gmpls.h
@@ -10,7 +10,7 @@
* LIMITATION, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS
* FOR A PARTICULAR PURPOSE.
*
- * Original code by Hannes Gredler (hannes@juniper.net)
+ * Original code by Hannes Gredler (hannes@gredler.at)
*/
#define GMPLS_PSC1 1
diff --git a/ipproto.c b/ipproto.c
index bcf2cedc..74a75d45 100644
--- a/ipproto.c
+++ b/ipproto.c
@@ -10,7 +10,7 @@
* LIMITATION, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS
* FOR A PARTICULAR PURPOSE.
*
- * Original code by Hannes Gredler (hannes@juniper.net)
+ * Original code by Hannes Gredler (hannes@gredler.at)
*/
#ifdef HAVE_CONFIG_H
diff --git a/l2vpn.c b/l2vpn.c
index 3f3639fd..b0f6682a 100644
--- a/l2vpn.c
+++ b/l2vpn.c
@@ -10,7 +10,7 @@
* LIMITATION, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS
* FOR A PARTICULAR PURPOSE.
*
- * Original code by Hannes Gredler (hannes@juniper.net)
+ * Original code by Hannes Gredler (hannes@gredler.at)
*/
#ifdef HAVE_CONFIG_H
diff --git a/l2vpn.h b/l2vpn.h
index d93abf15..98b6fcc8 100644
--- a/l2vpn.h
+++ b/l2vpn.h
@@ -10,7 +10,7 @@
* LIMITATION, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS
* FOR A PARTICULAR PURPOSE.
*
- * Original code by Hannes Gredler (hannes@juniper.net)
+ * Original code by Hannes Gredler (hannes@gredler.at)
*/
extern const struct tok l2vpn_encaps_values[];
diff --git a/nlpid.c b/nlpid.c
index 4b44ee1c..991ea3c6 100644
--- a/nlpid.c
+++ b/nlpid.c
@@ -10,7 +10,7 @@
* LIMITATION, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS
* FOR A PARTICULAR PURPOSE.
*
- * Original code by Hannes Gredler (hannes@juniper.net)
+ * Original code by Hannes Gredler (hannes@gredler.at)
*/
#ifdef HAVE_CONFIG_H
diff --git a/nlpid.h b/nlpid.h
index 63a2e709..a3a69054 100644
--- a/nlpid.h
+++ b/nlpid.h
@@ -10,7 +10,7 @@
* LIMITATION, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS
* FOR A PARTICULAR PURPOSE.
*
- * Original code by Hannes Gredler (hannes@juniper.net)
+ * Original code by Hannes Gredler (hannes@gredler.at)
*/
extern const struct tok nlpid_values[];
diff --git a/oui.c b/oui.c
index 71425de6..56cd1270 100644
--- a/oui.c
+++ b/oui.c
@@ -10,7 +10,7 @@
* LIMITATION, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS
* FOR A PARTICULAR PURPOSE.
*
- * Original code by Hannes Gredler (hannes@juniper.net)
+ * Original code by Hannes Gredler (hannes@gredler.at)
*/
#ifdef HAVE_CONFIG_H
diff --git a/oui.h b/oui.h
index a85f883d..a9f732a7 100644
--- a/oui.h
+++ b/oui.h
@@ -10,7 +10,7 @@
* LIMITATION, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS
* FOR A PARTICULAR PURPOSE.
*
- * Original code by Hannes Gredler (hannes@juniper.net)
+ * Original code by Hannes Gredler (hannes@gredler.at)
*/
extern const struct tok oui_values[];
diff --git a/print-bfd.c b/print-bfd.c
index ad0a4065..10b8f35b 100644
--- a/print-bfd.c
+++ b/print-bfd.c
@@ -10,7 +10,7 @@
* LIMITATION, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS
* FOR A PARTICULAR PURPOSE.
*
- * Original code by Hannes Gredler (hannes@juniper.net)
+ * Original code by Hannes Gredler (hannes@gredler.at)
*/
/* \summary: Bidirectional Forwarding Detection (BFD) printer */
diff --git a/print-bgp.c b/print-bgp.c
index 4cbc1915..553b66b4 100644
--- a/print-bgp.c
+++ b/print-bgp.c
@@ -26,7 +26,7 @@
* OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
* SUCH DAMAGE.
*
- * Extensively modified by Hannes Gredler (hannes@juniper.net) for more
+ * Extensively modified by Hannes Gredler (hannes@gredler.at) for more
* complete BGP support.
*/
diff --git a/print-cfm.c b/print-cfm.c
index c1be2a9b..09199fa5 100644
--- a/print-cfm.c
+++ b/print-cfm.c
@@ -12,7 +12,7 @@
* LIMITATION, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS
* FOR A PARTICULAR PURPOSE.
*
- * Original code by Hannes Gredler (hannes@juniper.net)
+ * Original code by Hannes Gredler (hannes@gredler.at)
*/
/* \summary: IEEE 802.1ag Connectivity Fault Management (CFM) protocols printer */
diff --git a/print-eigrp.c b/print-eigrp.c
index 7e1ffb78..053933c5 100644
--- a/print-eigrp.c
+++ b/print-eigrp.c
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 1998-2004 Hannes Gredler <hannes@tcpdump.org>
+ * Copyright (c) 1998-2004 Hannes Gredler <hannes@gredler.at>
* The TCPDUMP project
*
* Redistribution and use in source and binary forms, with or without
diff --git a/print-isoclns.c b/print-isoclns.c
index b64a941e..a3583e77 100644
--- a/print-isoclns.c
+++ b/print-isoclns.c
@@ -20,7 +20,7 @@
*
* Original code by Matt Thomas, Digital Equipment Corporation
*
- * Extensively modified by Hannes Gredler (hannes@juniper.net) for more
+ * Extensively modified by Hannes Gredler (hannes@gredler.at) for more
* complete IS-IS & CLNP support.
*/
diff --git a/print-juniper.c b/print-juniper.c
index 83ac372f..e4ee11c0 100644
--- a/print-juniper.c
+++ b/print-juniper.c
@@ -12,7 +12,7 @@
* LIMITATION, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS
* FOR A PARTICULAR PURPOSE.
*
- * Original code by Hannes Gredler (hannes@juniper.net)
+ * Original code by Hannes Gredler (hannes@gredler.at)
*/
/* \summary: DLT_JUNIPER_* printers */
diff --git a/print-ldp.c b/print-ldp.c
index 40c9d8c2..2a3d1f97 100644
--- a/print-ldp.c
+++ b/print-ldp.c
@@ -10,7 +10,7 @@
* LIMITATION, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS
* FOR A PARTICULAR PURPOSE.
*
- * Original code by Hannes Gredler (hannes@juniper.net)
+ * Original code by Hannes Gredler (hannes@gredler.at)
* and Steinar Haug (sthaug@nethelp.no)
*/
diff --git a/print-lldp.c b/print-lldp.c
index 730b36f5..9e7b2bd4 100644
--- a/print-lldp.c
+++ b/print-lldp.c
@@ -12,7 +12,7 @@
* LIMITATION, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS
* FOR A PARTICULAR PURPOSE.
*
- * Original code by Hannes Gredler (hannes@juniper.net)
+ * Original code by Hannes Gredler (hannes@gredler.at)
* IEEE and TIA extensions by Carles Kishimoto <carles.kishimoto@gmail.com>
* DCBX extensions by Kaladhar Musunuru <kaladharm@sourceforge.net>
*/
diff --git a/print-lmp.c b/print-lmp.c
index 1c7710c4..076259b2 100644
--- a/print-lmp.c
+++ b/print-lmp.c
@@ -10,7 +10,7 @@
* LIMITATION, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS
* FOR A PARTICULAR PURPOSE.
*
- * Original code by Hannes Gredler (hannes@juniper.net)
+ * Original code by Hannes Gredler (hannes@gredler.at)
* Support for LMP service discovery extensions (defined by UNI 1.0) added
* by Manu Pathak (mapathak@cisco.com), May 2005
*/
diff --git a/print-lspping.c b/print-lspping.c
index 4d260db2..cc627897 100644
--- a/print-lspping.c
+++ b/print-lspping.c
@@ -10,7 +10,7 @@
* LIMITATION, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS
* FOR A PARTICULAR PURPOSE.
*
- * Original code by Hannes Gredler (hannes@juniper.net)
+ * Original code by Hannes Gredler (hannes@gredler.at)
*/
/* \summary: MPLS LSP PING printer */
diff --git a/print-mpcp.c b/print-mpcp.c
index 1b9a5d7e..3e022ad4 100644
--- a/print-mpcp.c
+++ b/print-mpcp.c
@@ -12,7 +12,7 @@
* LIMITATION, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS
* FOR A PARTICULAR PURPOSE.
*
- * Original code by Hannes Gredler (hannes@juniper.net)
+ * Original code by Hannes Gredler (hannes@gredler.at)
*/
/* \summary: IEEE 802.3ah Multi-Point Control Protocol (MPCP) printer */
diff --git a/print-olsr.c b/print-olsr.c
index e095ef71..05e74bb8 100644
--- a/print-olsr.c
+++ b/print-olsr.c
@@ -13,7 +13,7 @@
* LIMITATION, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS
* FOR A PARTICULAR PURPOSE.
*
- * Original code by Hannes Gredler <hannes@juniper.net>
+ * Original code by Hannes Gredler <hannes@gredler.at>
* IPv6 additions by Florian Forster <octo at verplant.org>
*/
diff --git a/print-rpki-rtr.c b/print-rpki-rtr.c
index 77e29c78..6cc592eb 100644
--- a/print-rpki-rtr.c
+++ b/print-rpki-rtr.c
@@ -12,7 +12,7 @@
* LIMITATION, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS
* FOR A PARTICULAR PURPOSE.
*
- * Original code by Hannes Gredler (hannes@juniper.net)
+ * Original code by Hannes Gredler (hannes@gredler.at)
*/
/* \summary: Resource Public Key Infrastructure (RPKI) to Router Protocol printer */
diff --git a/print-rsvp.c b/print-rsvp.c
index 2a04a0ce..1eccb487 100644
--- a/print-rsvp.c
+++ b/print-rsvp.c
@@ -12,7 +12,7 @@
* LIMITATION, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS
* FOR A PARTICULAR PURPOSE.
*
- * Original code by Hannes Gredler (hannes@juniper.net)
+ * Original code by Hannes Gredler (hannes@gredler.at)
*/
/* \summary: Resource ReSerVation Protocol (RSVP) printer */
diff --git a/print-sip.c b/print-sip.c
index 8e308ed5..a617d23d 100644
--- a/print-sip.c
+++ b/print-sip.c
@@ -10,7 +10,7 @@
* LIMITATION, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS
* FOR A PARTICULAR PURPOSE.
*
- * Original code by Hannes Gredler (hannes@juniper.net)
+ * Original code by Hannes Gredler (hannes@gredler.at)
* Turned into common "text protocol" code, which this uses, by
* Guy Harris.
*/
diff --git a/print-slow.c b/print-slow.c
index 92d4a7bf..d1484790 100644
--- a/print-slow.c
+++ b/print-slow.c
@@ -15,7 +15,7 @@
* support for the IEEE "slow protocols" LACP, MARKER as per 802.3ad
* OAM as per 802.3ah
*
- * Original code by Hannes Gredler (hannes@juniper.net)
+ * Original code by Hannes Gredler (hannes@gredler.at)
*/
/* \summary: IEEE "slow protocols" (802.3ad/802.3ah) printer */
diff --git a/print-syslog.c b/print-syslog.c
index ff866762..1756aa6f 100644
--- a/print-syslog.c
+++ b/print-syslog.c
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 1998-2004 Hannes Gredler <hannes@tcpdump.org>
+ * Copyright (c) 1998-2004 Hannes Gredler <hannes@gredler.at>
* The TCPDUMP project
*
* Redistribution and use in source and binary forms, with or without
diff --git a/signature.c b/signature.c
index 1af798a2..2091afb3 100644
--- a/signature.c
+++ b/signature.c
@@ -12,7 +12,7 @@
*
* Functions for signature and digest verification.
*
- * Original code by Hannes Gredler (hannes@juniper.net)
+ * Original code by Hannes Gredler (hannes@gredler.at)
*/
#ifdef HAVE_CONFIG_H
diff --git a/signature.h b/signature.h
index 239ee3e8..bbb63edf 100644
--- a/signature.h
+++ b/signature.h
@@ -12,7 +12,7 @@
*
* Functions for signature and digest verification.
*
- * Original code by Hannes Gredler (hannes@juniper.net)
+ * Original code by Hannes Gredler (hannes@gredler.at)
*/
/* for netdissect_options */
diff --git a/util-print.c b/util-print.c
index 5db042a3..6eb820df 100644
--- a/util-print.c
+++ b/util-print.c
@@ -21,7 +21,7 @@
/*
* txtproto_print() derived from original code by Hannes Gredler
- * (hannes@juniper.net):
+ * (hannes@gredler.at):
*
* Redistribution and use in source and binary forms, with or without
* modification, are permitted provided that: (1) source code