Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/external/bsd/tcpdump/dist import tcpdump 4.3.0
details: https://anonhg.NetBSD.org/src/rev/03cd5b4ff1a3
branches: trunk
changeset: 785937:03cd5b4ff1a3
user: christos <christos%NetBSD.org@localhost>
date: Sat Apr 06 17:57:45 2013 +0000
description:
import tcpdump 4.3.0
diffstat:
external/bsd/tcpdump/dist/CHANGES | 77 +
external/bsd/tcpdump/dist/CREDITS | 375 +-
external/bsd/tcpdump/dist/INSTALL.txt | 2 +-
external/bsd/tcpdump/dist/Makefile.in | 118 +-
external/bsd/tcpdump/dist/README | 2 +-
external/bsd/tcpdump/dist/VERSION | 2 +-
external/bsd/tcpdump/dist/acconfig.h | 18 -
external/bsd/tcpdump/dist/aclocal.m4 | 167 +-
external/bsd/tcpdump/dist/addrtoname.h | 3 +-
external/bsd/tcpdump/dist/af.h | 2 +-
external/bsd/tcpdump/dist/aodv.h | 2 +-
external/bsd/tcpdump/dist/appletalk.h | 2 +-
external/bsd/tcpdump/dist/arcnet.h | 2 +-
external/bsd/tcpdump/dist/atm.h | 2 +-
external/bsd/tcpdump/dist/atmuni31.h | 2 +-
external/bsd/tcpdump/dist/bgp.h | 2 +-
external/bsd/tcpdump/dist/bootp.h | 6 +-
external/bsd/tcpdump/dist/chdlc.h | 2 +-
external/bsd/tcpdump/dist/config.h.in | 48 +-
external/bsd/tcpdump/dist/dccp.h | 2 +-
external/bsd/tcpdump/dist/decnet.h | 2 +-
external/bsd/tcpdump/dist/decode_prefix.h | 4 +-
external/bsd/tcpdump/dist/enc.h | 2 +-
external/bsd/tcpdump/dist/ethertype.h | 19 +-
external/bsd/tcpdump/dist/fddi.h | 2 +-
external/bsd/tcpdump/dist/forces.h | 4 +-
external/bsd/tcpdump/dist/gmpls.h | 2 +-
external/bsd/tcpdump/dist/gmt2local.h | 2 +-
external/bsd/tcpdump/dist/ieee802_11.h | 2 +-
external/bsd/tcpdump/dist/igrp.h | 2 +-
external/bsd/tcpdump/dist/in_cksum.c | 200 +
external/bsd/tcpdump/dist/ipfc.h | 2 +-
external/bsd/tcpdump/dist/ipsec_doi.h | 2 +-
external/bsd/tcpdump/dist/ipx.h | 2 +-
external/bsd/tcpdump/dist/isakmp.h | 2 +-
external/bsd/tcpdump/dist/l2tp.h | 2 +-
external/bsd/tcpdump/dist/l2vpn.h | 2 +-
external/bsd/tcpdump/dist/lane.h | 2 +-
external/bsd/tcpdump/dist/lbl/os-osf4.h | 2 +-
external/bsd/tcpdump/dist/lbl/os-solaris2.h | 2 +-
external/bsd/tcpdump/dist/lbl/os-sunos4.h | 2 +-
external/bsd/tcpdump/dist/lbl/os-ultrix4.h | 2 +-
external/bsd/tcpdump/dist/llc.h | 2 +-
external/bsd/tcpdump/dist/machdep.h | 2 +-
external/bsd/tcpdump/dist/makemib | 2 +-
external/bsd/tcpdump/dist/missing/addrinfo.h | 2 +-
external/bsd/tcpdump/dist/missing/datalinks.c | 2 +-
external/bsd/tcpdump/dist/missing/dlnames.c | 2 +-
external/bsd/tcpdump/dist/missing/getnameinfo.c | 2 +-
external/bsd/tcpdump/dist/missing/inet_aton.c | 4 +-
external/bsd/tcpdump/dist/missing/inet_ntop.c | 4 +-
external/bsd/tcpdump/dist/missing/inet_pton.c | 4 +-
external/bsd/tcpdump/dist/missing/snprintf.c | 4 +-
external/bsd/tcpdump/dist/missing/strdup.c | 2 +-
external/bsd/tcpdump/dist/missing/strlcat.c | 4 +-
external/bsd/tcpdump/dist/missing/strlcpy.c | 4 +-
external/bsd/tcpdump/dist/missing/strsep.c | 2 +-
external/bsd/tcpdump/dist/mpls.h | 2 +-
external/bsd/tcpdump/dist/netbios.h | 2 +-
external/bsd/tcpdump/dist/netdissect.h | 56 +-
external/bsd/tcpdump/dist/nfsfh.h | 2 +-
external/bsd/tcpdump/dist/nlpid.h | 2 +-
external/bsd/tcpdump/dist/ntp.h | 2 +-
external/bsd/tcpdump/dist/oakley.h | 2 +-
external/bsd/tcpdump/dist/ospf.h | 6 +-
external/bsd/tcpdump/dist/ospf6.h | 2 +-
external/bsd/tcpdump/dist/oui.h | 3 +-
external/bsd/tcpdump/dist/pcap-missing.h | 2 +-
external/bsd/tcpdump/dist/pmap_prot.h | 2 +-
external/bsd/tcpdump/dist/ppi.h | 9 +
external/bsd/tcpdump/dist/ppp.h | 2 +-
external/bsd/tcpdump/dist/print-802_15_4.c | 183 +
external/bsd/tcpdump/dist/print-babel.c | 414 +
external/bsd/tcpdump/dist/print-carp.c | 88 +
external/bsd/tcpdump/dist/print-forces.c | 54 +-
external/bsd/tcpdump/dist/print-ipnet.c | 2 +-
external/bsd/tcpdump/dist/print-ppi.c | 104 +
external/bsd/tcpdump/dist/print-rpki-rtr.c | 368 +
external/bsd/tcpdump/dist/print-tipc.c | 392 +
external/bsd/tcpdump/dist/route6d.h | 2 +-
external/bsd/tcpdump/dist/rpc_auth.h | 2 +-
external/bsd/tcpdump/dist/rpc_msg.h | 2 +-
external/bsd/tcpdump/dist/rx.h | 2 +-
external/bsd/tcpdump/dist/sctpConstants.h | 2 +-
external/bsd/tcpdump/dist/sctpHeader.h | 2 +-
external/bsd/tcpdump/dist/setsignal.h | 2 +-
external/bsd/tcpdump/dist/signature.h | 2 +-
external/bsd/tcpdump/dist/slcompress.h | 2 +-
external/bsd/tcpdump/dist/slip.h | 2 +-
external/bsd/tcpdump/dist/smb.h | 2 +-
external/bsd/tcpdump/dist/tcpdump-stdinc.h | 41 +-
external/bsd/tcpdump/dist/tests/02-sunrise-sunset-esp.pcap | Bin
external/bsd/tcpdump/dist/tests/08-sunrise-sunset-aes.pcap | Bin
external/bsd/tcpdump/dist/tests/08-sunrise-sunset-esp2.pcap | Bin
external/bsd/tcpdump/dist/tests/QinQpacket.out | 249 +
external/bsd/tcpdump/dist/tests/QinQpacket.pcap | Bin
external/bsd/tcpdump/dist/tests/QinQpacketv.out | 1977 +++++++++
external/bsd/tcpdump/dist/tests/TESTLIST | 27 +-
external/bsd/tcpdump/dist/tests/TESTonce | 15 +-
external/bsd/tcpdump/dist/tests/TESTrun.sh | 8 +-
external/bsd/tcpdump/dist/tests/babel.pcap | Bin
external/bsd/tcpdump/dist/tests/babel1.out | 25 +
external/bsd/tcpdump/dist/tests/babel1v.out | 51 +
external/bsd/tcpdump/dist/tests/dio.out | 2 +-
external/bsd/tcpdump/dist/tests/eapon1.pcap | Bin
external/bsd/tcpdump/dist/tests/empty.uu | 3 +
external/bsd/tcpdump/dist/tests/espudp1.pcap | Bin
external/bsd/tcpdump/dist/tests/forces1.out | 42 +-
external/bsd/tcpdump/dist/tests/forces1.pcap | Bin
external/bsd/tcpdump/dist/tests/forces1vvv.out | 253 +-
external/bsd/tcpdump/dist/tests/forces1vvvv.out | 335 +-
external/bsd/tcpdump/dist/tests/forces2v.out | 982 ----
external/bsd/tcpdump/dist/tests/forces2vv.out | 2144 +--------
external/bsd/tcpdump/dist/tests/forces3vvv.out | 602 ++
external/bsd/tcpdump/dist/tests/icmpv6.out | 13 +
external/bsd/tcpdump/dist/tests/icmpv6.pcap | Bin
external/bsd/tcpdump/dist/tests/ikev2four.pcap | Bin
external/bsd/tcpdump/dist/tests/ikev2fourv.out | 42 +-
external/bsd/tcpdump/dist/tests/ikev2fourv4.out | 42 +-
external/bsd/tcpdump/dist/tests/ikev2pI2.pcap | Bin
external/bsd/tcpdump/dist/tests/isakmp-delete-segfault.pcap | Bin
external/bsd/tcpdump/dist/tests/isakmp-identification-segfault.pcap | Bin
external/bsd/tcpdump/dist/tests/isakmp-pointer-loop.pcap | Bin
external/bsd/tcpdump/dist/tests/isakmp4500.pcap | Bin
external/bsd/tcpdump/dist/tests/lmp.new | 36 +
external/bsd/tcpdump/dist/tests/lmp.pcap | Bin
external/bsd/tcpdump/dist/tests/lmp.sh | 2 -
external/bsd/tcpdump/dist/tests/mpls-ldp-hello.pcap | Bin
external/bsd/tcpdump/dist/tests/ospf-gmpls.pcap | Bin
external/bsd/tcpdump/dist/tests/pppoe.out | 1 +
external/bsd/tcpdump/dist/tests/pppoe.pcap | Bin
external/bsd/tcpdump/dist/tests/print-A.out | 2 +-
external/bsd/tcpdump/dist/tests/print-AA.out | 2 +-
external/bsd/tcpdump/dist/tests/print-flags.pcap | Bin
external/bsd/tcpdump/dist/tests/print-flags.sh | 23 +-
external/bsd/tcpdump/dist/tests/sflow_multiple_counter_30_pdus.out | 1828 ++++++++
external/bsd/tcpdump/dist/tests/sflow_multiple_counter_30_pdus.pcap | Bin
external/bsd/tcpdump/dist/tftp.h | 2 +-
external/bsd/tcpdump/dist/token.h | 2 +-
external/bsd/tcpdump/dist/win32/prj/GNUmakefile | 2 -
external/bsd/tcpdump/dist/win32/prj/WinDump.dsp | 8 +-
141 files changed, 8083 insertions(+), 3540 deletions(-)
diffs (truncated from 13476 to 300 lines):
diff -r 869a23eedd46 -r 03cd5b4ff1a3 external/bsd/tcpdump/dist/CHANGES
--- a/external/bsd/tcpdump/dist/CHANGES Sat Apr 06 17:50:47 2013 +0000
+++ b/external/bsd/tcpdump/dist/CHANGES Sat Apr 06 17:57:45 2013 +0000
@@ -1,3 +1,80 @@
+Friday April 3, 2011. mcr%sandelman.ca@localhost.
+ Summary for 4.3.0 tcpdump release
+ fixes for forces: SPARSE data (per RFC 5810)
+ some more test cases added
+ updates to documentation on -l, -U and -w flags.
+ Fix printing of BGP optional headers.
+ Tried to include DLT_PFSYNC support, failed due to headers required.
+ added TIPC support.
+ Fix LLDP Network Policy bit definitions.
+ fixes for IGMPv3's Max Response Time: it is in units of 0.1 second.
+ SIGUSR1 can be used rather than SIGINFO for stats
+ permit -n flag to affect print-ip for protocol numbers
+ ND_OPT_ADVINTERVAL is in milliseconds, not seconds
+ Teach PPPoE parser about RFC 4638
+
+
+Friday December 9, 2011. guy%alum.mit.edu@localhost.
+ Summary for 4.2.1 tcpdump release
+ Only build the Babel printer if IPv6 is enabled.
+ Support Babel on port 6696 as well as 6697.
+ Include ppi.h in release tarball.
+ Include all the test files in the release tarball, and don't
+ "include" test files that no longer exist.
+ Don't assume we have <rpc/rpc.h> - check for it.
+ Support "-T carp" as a way of dissecting IP protocol 112 as CARP
+ rather than VRRP.
+ Support Hilscher NetAnalyzer link-layer header format.
+ Constify some pointers and fix compiler warnings.
+ Get rid of never-true test.
+ Fix an unintended fall-through in a case statement in the ARP
+ printer.
+ Fix several cases where sizeof(sizeof(XXX)) was used when just
+ sizeof(XXX) was intended.
+ Make stricter sanity checks in the ES-IS printer.
+ Get rid of some GCCisms that caused builds to fai with compilers
+ that don't support them.
+ Fix typo in man page.
+ Added length checks to Babel printer.
+
+Sunday July 24, 2011. mcr%sandelman.ca@localhost.
+ Summary for 4.2.+
+ merged 802.15.4 decoder from Dmitry Eremin-Solenikov <dbaryshkov
+ at gmail dot com>
+ updates to forces for new port numbers
+ Use "-H", not "-h", for the 802.11s option. (-h always help)
+ Better ICMPv6 checksum handling.
+ add support for the RPKI/Router Protocol, per -ietf-sidr-rpki-rtr-12
+ get rid of uuencoded pcap test files, git can do binary.
+ sFlow changes for 64-bit counters.
+ fixes for PPI packet header handling and printing.
+ Add DCB Exchange protocol (DCBX) version 1.01.
+ Babel dissector, from Juliusz Chroboczek and Grégoire Henry.
+ improvements to radiotap for rate values > 127.
+ Many improvements to ForCES decode, including fix SCTP TML port
+ updated RPL type code to RPL-17 draft
+ Improve printout of DHCPv6 options.
+ added support and test case for QinQ (802.1q VLAN) packets
+ Handle DLT_IEEE802_15_4_NOFCS like DLT_IEEE802_15_4.
+ Build fixes for Sparc and other machines with alignment restrictions.
+ Merged changes from Debian package.
+ PGM: Add ACK decoding and add PGMCC DATA and FEEDBACK options.
+ Build fixes for OSX (Snow Leopard and others)
+ Add support for IEEE 802.15.4 packets
+
+Tue. July 20, 2010. guy%alum.mit.edu@localhost.
+ Summary for 4.1.2 tcpdump release
+ If -U is specified, flush the file after creating it, so it's
+ not zero-length
+ Fix TCP flags output description, and some typoes, in the man
+ page
+ Add a -h flag, and only attempt to recognize 802.11s mesh
+ headers if it's set
+ When printing the link-layer type list, send *all* output to
+ stderr
+ Include the CFLAGS setting when configure was run in the
+ compiler flags
+
Thu. April 1, 2010. guy%alum.mit.edu@localhost.
Summary for 4.1.1 tcpdump release
Fix build on systems with PF, such as FreeBSD and OpenBSD.
diff -r 869a23eedd46 -r 03cd5b4ff1a3 external/bsd/tcpdump/dist/CREDITS
--- a/external/bsd/tcpdump/dist/CREDITS Sat Apr 06 17:50:47 2013 +0000
+++ b/external/bsd/tcpdump/dist/CREDITS Sat Apr 06 17:57:45 2013 +0000
@@ -1,189 +1,206 @@
This file lists people who have contributed to tcpdump:
The current maintainers:
- Bill Fenner <fenner at research dot att dot com>
- David Young <dyoung at pobox dot com>
- Fulvio Risso <risso at polito dot it>
- Guy Harris <guy at alum dot mit dot edu>
- Hannes Gredler <hannes at juniper dot net>
- Michael Richardson <mcr at sandelman dot ottawa dot on dot ca>
+ Bill Fenner <fenner at research dot att dot com>
+ David Young <dyoung at pobox dot com>
+ Fulvio Risso <risso at polito dot it>
+ Guy Harris <guy at alum dot mit dot edu>
+ Hannes Gredler <hannes at juniper dot net>
+ Michael Richardson <mcr at sandelman dot ottawa dot on dot ca>
Additional people who have contributed patches:
- Aaron Campbell <aaron at arbor dot net>
- Alfredo Andres <aandres at s21sec dot com>
- Albert Chin <china at thewrittenword dot com>
- Ananth Suryanarayana <anantha at juniper dot net>
- Andrea Bittau <a dot bittau at cs dot ucl dot ac dot uk>
- Andrew Brown <atatat at atatdot dot net>
- Andrew Church <andrew at users dot sourceforge dot net>
- Andrew Hintz <adhintz at users dot sourceforge dot net>
- Andrew Silent <andrew at nording dot ru>
- Andrew Tridgell <tridge at linuxcare dot com>
- Andy Heffernan <ahh at juniper dot net>
- Arkadiusz Miskiewicz <misiek at pld dot org dot pl>
- Armando L. Caro Jr. <acaro at mail dot eecis dot udel dot edu>
- Arnaldo Carvalho de Melo <acme at ghostprotocols dot net>
- Ben Byer <bushing at sourceforge dot net>
- Atsushi Onoe <onoe at netbsd dot org>
- Ben Smithurst <ben at scientia dot demon dot co dot uk>
- Bert Vermeulen <bert at biot dot com>
- Bjoern A. Zeeb <bzeeb at Zabbadoz dot NeT>
- Brent L. Bates <blbates at vigyan dot com>
- Brian Ginsbach <ginsbach at cray dot com>
- Bruce M. Simpson <bms at spc dot org>
- Carles Kishimoto Bisbe <ckishimo at ac dot upc dot es>
- Charlie Lenahan <clenahan at fortresstech dot com>
- Charles M. Hannum <mycroft at netbsd dot org>
- Chris Cogdon <chris at cogdon dot org>
- Chris G. Demetriou <cgd at netbsd dot org>
- Christian Sievers <c_s at users dot sourceforge dot net>
- Chris Jepeway <jepeway at blasted-heath dot com>
- Chris Larson <clarson at kergoth dot com>
- Craig Rodrigues <rodrigc at mediaone dot net>
- Crist J. Clark <cjclark at alum dot mit dot edu>
- Daniel Hagerty <hag at ai dot mit dot edu>
- Darren Reed <darrenr at reed dot wattle dot id dot au>
- David Binderman <d dot binderman at virgin dot net>
- David Horn <dhorn2000 at gmail dot com>
- David Smith <dsmith at redhat dot com>
- David Young <dyoung at ojctech dot com>
- Don Ebright <Don dot Ebright at compuware dot com>
- Eddie Kohler <xexd at sourceforge dot net>
- Elmar Kirchner <elmar at juniper dot net>
- Fang Wang <fangwang at sourceforge dot net>
- Florent Drouin <Florent dot Drouin at alcatel-lucent dot fr>
- Florian Forster <octo at verplant dot org>
- Francis Dupont <Francis dot Dupont at enst-bretagne dot fr>
- Francisco Matias Cuenca-Acuna <mcuenca at george dot rutgers dot edu>
- Francois-Xavier Le Bail <fx dot lebail at yahoo dot com>
- Frank Volf <volf at oasis dot IAEhv dot nl>
- Fulvio Risso <risso at polito dot it>
- George Bakos <gbakos at ists dot dartmouth dot edu>
- Gerald Combs <gerald at ethereal dot com>
- Gerrit Renker <gerrit at erg dot abdn dot ac dot uk>
- Gert Doering <gert at greenie dot muc dot de>
- Greg Minshall <minshall at acm dot org>
- Greg Stark <gsstark at mit dot edu>
- Gilbert Ramirez Jr. <gram at xiexie dot org>
- Gisle Vanem <giva at bgnett dot no>
- Hannes Viertel <hviertel at juniper dot net>
- Hank Leininger <tcpdump-workers at progressive-comp dot com>
- Harry Raaymakers <harryr at connect dot com dot au>
- Heinz-Ado Arnolds <Ado dot Arnolds at dhm-systems dot de>
- Hendrik Scholz <hendrik at scholz dot net>
- Ian McDonald <imcdnzl at gmail dot com>
- Ilpo Järvinen <ilpo dot jarvinen at helsinki dot fi>
- Jacek Tobiasz <Jacek dot Tobiasz at atm dot com dot pl>
- Jakob Schlyter <jakob at openbsd dot org>
- Jamal Hadi Salim <hadi at cyberus dot ca>
- Jan Oravec <wsx at wsx6 dot net>
- Jason R. Thorpe <thorpej at netbsd dot org>
- Jefferson Ogata <jogata at nodc dot noaa dot gov>
- Jeffrey Hutzelman <jhutz at cmu dot edu>
- Jesper Peterson <jesper at endace dot com>
- Jim Hutchins <jim at ca dot sandia dot gov>
- Jonathan Heusser <jonny at drugphish dot ch>
- Tatuya Jinmei <jinmei at kame dot net>
- João Medeiros <ignotus21 at sourceforge dot net>
- Joerg Mayer <jmayer%loplof.de@localhost>
- Jørgen Thomsen <jth at jth dot net>
- Julian Cowley <julian at lava dot net>
- Kaarthik Sivakumar <kaarthik at torrentnet dot com>
- Karl Norby <karl-norby at sourceforge dot net>
- Kazushi Sugyo <sugyo at pb dot jp dot nec dot com>
- Kelly Carmichael <kcarmich at ipapp dot com>
- Ken Hornstein <kenh at cmf dot nrl dot navy dot mil>
- Kevin Steves <stevesk at pobox dot com>
- Klaus Klein <kleink at reziprozitaet dot de>
- Kris Kennaway <kris at freebsd dot org>
- Krzysztof Halasa <khc at pm dot waw dot pl>
- Larry Lile <lile at stdio dot com>
- Lennert Buytenhek <buytenh at gnu dot org>
- Loris Degioanni <loris at netgroup-serv dot polito dot it>
- Love Hörnquist-�strand <lha at stacken dot kth dot se>
- Lucas C. Villa Real <lucasvr at us dot ibm dot com>
- Luis Martin Garcia <luis dot mgarc at gmail dot com>
- Maciej W. Rozycki <macro at ds2 dot pg dot gda dot pl>
- Manu Pathak <mapathak at cisco dot com>
- Marc Binderberger <mbind at sourceforge dot net>
- Marc A. Lehmann <pcg at goof dot com>
- Mark Ellzey Thomas <mark at ackers dot net>
- Marko Kiiskila <carnil at cs dot tut dot fi>
- Markus Schöpflin <schoepflin at sourceforge dot net>
- Marshall Rose <mrose at dbc dot mtview dot ca dot us>
- Martin Husemann <martin at netbsd dot org>
- Max Laier <max at love2party dot net>
- Michael A. Meffie III <meffie at sourceforge dot net>
- Michael Madore <mmadore at turbolinux dot com>
- Michael Riepe <too-tired at sourceforge dot net>
- Michael Shalayeff <mickey at openbsd dot org>
- Michael Shields <shields at msrl dot com>
- Michael T. Stolarchuk <mts at off dot to>
- Michele "mydecay" Marchetto <smarchetto1 at tin dot it>
- Mike Frysinger <vapier at gmail dot com>
- Monroe Williams <monroe at pobox dot com>
- Motonori Shindo <mshindo at mshindo dot net>
- Nathan J. Williams <nathanw at MIT dot EDU>
- Nathaniel Couper-Noles <Nathaniel at isi1 dot tccisi dot com>
- Neil T. Spring <bluehal at users dot sourceforge dot net>
- Niels Provos <provos at openbsd dot org>
- Nickolai Zeldovich <kolya at MIT dot EDU>
- Nicolas Ferrero <toorop at babylo dot net>
- Noritoshi Demizu <demizu at users dot sourceforge dot net>
- Olaf Kirch <okir at caldera dot de>
- Onno van der Linden <onno at simplex dot nl>
- Paolo Abeni <paolo dot abeni at email dot it>
- Pascal Hennequin <pascal dot hennequin at int-evry dot fr>
- Pasvorn Boonmark <boonmark at juniper dot net>
- Paul Mundt <lethal at linux-sh dot org>
- Paul S. Traina <pst at freebsd dot org>
- Pavlin Radoslavov <pavlin at icir dot org>
- Pekka Savola <pekkas at netcore dot fi>
- Peter Fales <peter at fales-lorenz dot net>
- Peter Jeremy <peter dot jeremy at alcatel dot com dot au>
- <pfhunt at users dot sourceforge dot net>
- Peter Volkov <pva at gentoo dot org>
- Phil Wood <cpw at lanl dot gov>
- Rafal Maszkowski <rzm at icm dot edu dot pl>
- Randy Sofia <rsofia at users dot sourceforge dot net>
- Raphael Raimbault <raphael dot raimbault at netasq dot com>
- Rick Cheng <rcheng at juniper dot net>
- Rick Jones <rick dot jones2 at hp dot com>
- Rick Watson <watsonrick at users dot sourceforge dot net>
- Rob Braun <bbraun at synack dot net>
- Robert Edmonds <stu-42 at sourceforge dot net>
- Roderick Schertler <roderick at argon dot org>
- Sagun Shakya <sagun dot shakya at sun dot com>
- Sami Farin <safari at iki dot fi>
- Scott Rose <syberpunk at users dot sourceforge dot net>
- Sebastian Krahmer <krahmer at cs dot uni-potsdam dot de>
- Sebastien Raveau <sebastien dot raveau at epita dot fr>
- Sebastien Vincent <svincent at idems dot fr>
- Sepherosa Ziehau <sepherosa at gmail dot com>
- Seth Webster <swebster at sst dot ll dot mit dot edu>
- Shinsuke Suzuki <suz at kame dot net>
- Steinar Haug <sthaug at nethelp dot no>
- Swaminathan Chandrasekaran <chander at juniper dot net>
- Takashi Yamamoto <yamt at mwd dot biglobe dot ne dot jp>
- Terry Kennedy <terry at tmk dot com>
- Timo Koskiahde
- Tony Li <tli at procket dot com>
- Toshihiro Kanda <candy at fct dot kgc dot co dot jp>
- Uns Lider <unslider at miranda dot org>
- Victor Oppleman <oppleman at users dot sourceforge dot net>
- Wesley Griffin <wgriffin at users dot sourceforge dot net>
- Wesley Shields <wxs at FreeBSD dot org>
- Wilbert de Graaf <wilbertdg at hetnet dot nl>
- Will Drewry <will at alum dot bu dot edu>
- William J. Hulley <bill dot hulley at gmail dot com>
- Yen Yen Lim
- Yoshifumi Nishida
+ A Costa <agcosta at gis dot net>
+ Aaron Campbell <aaron at arbor dot net>
+ Alfredo Andres <aandres at s21sec dot com>
+ Albert Chin <china at thewrittenword dot com>
+ Ananth Suryanarayana <anantha at juniper dot net>
+ Andrea Bittau <a dot bittau at cs dot ucl dot ac dot uk>
+ Andrew Brown <atatat at atatdot dot net>
+ Andrew Church <andrew at users dot sourceforge dot net>
+ Andrew Hintz <adhintz at users dot sourceforge dot net>
+ Andrew Nording <andrew at nording dot ru>
+ Andrew Tridgell <tridge at linuxcare dot com>
+ Andy Heffernan <ahh at juniper dot net>
+ Anton Bernal <anton at juniper dot net>
+ Arkadiusz Miskiewicz <misiek at pld dot org dot pl>
+ Armando L. Caro Jr. <acaro at mail dot eecis dot udel dot edu>
+ Arnaldo Carvalho de Melo <acme at ghostprotocols dot net>
+ Ben Byer <bushing at sourceforge dot net>
+ Atsushi Onoe <onoe at netbsd dot org>
+ Ben Smithurst <ben at scientia dot demon dot co dot uk>
+ Bert Vermeulen <bert at biot dot com>
+ Bjoern A. Zeeb <bzeeb at Zabbadoz dot NeT>
+ Brent L. Bates <blbates at vigyan dot com>
+ Brian Ginsbach <ginsbach at cray dot com>
+ Bruce M. Simpson <bms at spc dot org>
+ Carles Kishimoto Bisbe <ckishimo at ac dot upc dot es>
Home |
Main Index |
Thread Index |
Old Index