aboutsummaryrefslogtreecommitdiffstats
path: root/AUTHORS.src
diff options
context:
space:
mode:
authorPeter Wu <peter@lekensteyn.nl>2016-03-27 23:09:52 +0200
committerMichael Mann <mmann78@netscape.net>2016-03-28 02:47:55 +0000
commitea062976b8d6421a09afde16fb8ec6174f61cb60 (patch)
treefbca46b1fce5436405ab1c47e9a7389f9c8e0378 /AUTHORS.src
parent99878b6cfedd62c3053da0d83812f82734d6a3d1 (diff)
tools/generate_authors.pl: avoid duplicates
Officially, the local part of an email address is case sensitive, but in practice this is ignored. Ensure that duplicate email addresses are not listed. While at it, detect duplicates using `grep -Po '<\K[^>]+' AUTHORS | tr '[:upper:]' '[:lower:]' | sort | uniq -cd` and resolve them. Change-Id: Ie1e853d6253758c8454d9583f0a11f317c8390cb Reviewed-on: https://code.wireshark.org/review/14659 Reviewed-by: Peter Wu <peter@lekensteyn.nl> Petri-Dish: Peter Wu <peter@lekensteyn.nl> Tested-by: Petri Dish Buildbot <buildbot-no-reply@wireshark.org> Reviewed-by: Michael Mann <mmann78@netscape.net>
Diffstat (limited to 'AUTHORS.src')
-rw-r--r--AUTHORS.src5
1 files changed, 1 insertions, 4 deletions
diff --git a/AUTHORS.src b/AUTHORS.src
index 91f7d51095..efd1787e21 100644
--- a/AUTHORS.src
+++ b/AUTHORS.src
@@ -3523,6 +3523,7 @@ Subramanian Ramachandran <sramach6[AT]ncsu.edu> {
Manuel Hofer <manuel[At]mnlhfr.at> {
OpenVPN dissector
+ SSTP Dissection
}
Gaurav Patwardhan <gspatwar[AT]ncsu.edu> {
@@ -3658,10 +3659,6 @@ Dario Lombardo <lomato[AT]gmail.com> {
HCrt (Hotline Command-Response Transaction) dissector
}
-Manuel Hofer <manuel[AT]mnlhfr.at> {
- SSTP Dissection
-}
-
Pratik Yeole <pyeole[AT]ncsu.edu> {
Fixed incorrect decoding of Network Layer Reachability Information (NLRI) in BGP UPDATE message with add-path support
}