Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/dist/tcpdump tcpdump 3.7.1 from tcpdump.org



details:   https://anonhg.NetBSD.org/src/rev/f15b51bf1cd9
branches:  trunk
changeset: 522389:f15b51bf1cd9
user:      itojun <itojun%NetBSD.org@localhost>
date:      Mon Feb 18 09:06:51 2002 +0000

description:
tcpdump 3.7.1 from tcpdump.org

diffstat:

 dist/tcpdump/CHANGES         |    63 +-
 dist/tcpdump/CREDITS         |    21 +-
 dist/tcpdump/FILES           |    17 +-
 dist/tcpdump/Makefile.in     |    27 +-
 dist/tcpdump/PLATFORMS       |     3 +-
 dist/tcpdump/README          |     8 +-
 dist/tcpdump/VERSION         |     2 +-
 dist/tcpdump/acconfig.h      |    13 +-
 dist/tcpdump/aclocal.m4      |    68 +-
 dist/tcpdump/addrtoname.h    |    20 +-
 dist/tcpdump/config.h.in     |    35 +-
 dist/tcpdump/configure       |  1271 +++++++++++++++++------------------------
 dist/tcpdump/configure.in    |    49 +-
 dist/tcpdump/dhcp6.h         |     4 +-
 dist/tcpdump/dhcp6opt.h      |     6 +-
 dist/tcpdump/extract.h       |    38 +-
 dist/tcpdump/l2tp.h          |    27 +-
 dist/tcpdump/nameser.h       |    21 +-
 dist/tcpdump/nfsfh.h         |     6 +-
 dist/tcpdump/print-beep.c    |    75 ++
 dist/tcpdump/print-hsrp.c    |   139 ++++
 dist/tcpdump/print-msdp.c    |   104 +++
 dist/tcpdump/print-zephyr.c  |   313 ++++++++++
 dist/tcpdump/sctpConstants.h |     4 +-
 dist/tcpdump/sctpHeader.h    |    11 +-
 dist/tcpdump/smb.h           |    40 +-
 dist/tcpdump/telnet.h        |   350 +++++++++++
 27 files changed, 1775 insertions(+), 960 deletions(-)

diffs (truncated from 4795 to 300 lines):

diff -r b41326bb4ab3 -r f15b51bf1cd9 dist/tcpdump/CHANGES
--- a/dist/tcpdump/CHANGES      Mon Feb 18 04:55:00 2002 +0000
+++ b/dist/tcpdump/CHANGES      Mon Feb 18 09:06:51 2002 +0000
@@ -1,7 +1,62 @@
-Header: /tcpdump/master/tcpdump/CHANGES,v 1.80 2001/01/29 09:20:15 itojun Exp
+Header: /tcpdump/master/tcpdump/CHANGES,v 1.81 2002/01/21 11:03:33 mcr Exp
 
-itojun%iijlab.net@localhost
-- BIND9 lwres dissector (Jan 29 2001)
+Monday, January 21, 2002. mcr%sandelman.ottawa.on.ca@localhost. Summary for 3.7 release
+see http://www.tcpdump.org/cvs-log/2002-01-21.10:16:48.html for commit log.
+       keyword "ipx" added.
+       Better OSI/802.2 support on Linux.
+       IEEE 802.11 support, from clenahan%fortresstech.com@localhost, achirica%ttd.net@localhost.
+       LLC SAP support for FDDI/token ring/RFC-1483 style ATM
+       BXXP protocol was replaced by the BEEP protocol; 
+       improvements to SNAP demux.
+       Changes to "any" interface documentation.
+       Documentation on pcap_stats() counters.
+       Fix a memory leak found by Miklos Szeredi - pcap_ether_aton().
+       Added MPLS encapsulation decoding per RFC3032.
+       DNS dissector handles TKEY, TSIG and IXFR.
+       adaptive SLIP interface patch from Igor Khristophorov <igor%atdot.org@localhost> 
+       SMB printing has much improved bounds checks 
+       OUI 0x0000f8 decoded as encapsulated ethernet for Cisco-custom bridging
+       Zephyr support, from Nickolai Zeldovich <kolya%MIT.EDU@localhost>.
+       Solaris - devices with digits in them. Stefan Hudson <hudson%mbay.net@localhost> 
+       IPX socket 0x85be is for Cisco EIGRP over IPX.
+       Improvements to fragmented ESP handling.
+       SCTP support from Armando L. Caro Jr. <acaro%mail.eecis.udel.edu@localhost>
+       Linux ARPHDR_ATM support fixed.
+       Added a "netbeui" keyword, which selects NetBEUI packets.
+       IPv6 ND improvements, MobileIP dissector, 2292bis-02 for RA option.
+       Handle ARPHDR_HDLC from Marcus Felipe Pereira <marcus%task.com.br@localhost>.
+       Handle IPX socket 0x553 -> NetBIOS-over-IPX socket, "nwlink-dgm" 
+       Better Linux libc5 compat.
+       BIND9 lwres dissector added.
+       MIPS and SPARC get strict alignment macros (affects print-bgp.c)
+       Apple LocalTalk LINKTYPE_ reserved.
+       New time stamp formats documented.
+       DHCP6 updated to draft-22.txt spec.
+       ICMP types/codes now accept symbolic names.
+       Add SIGINFO handler from LBL
+       encrypted CIPE tunnels in IRIX, from Franz Schaefer <schaefer%mond.at@localhost>.
+       now we are -Wstrict-prototype clean.
+       NetBSD DLT_PPP_ETHER; adapted from Martin Husemann <martin%netbsd.org@localhost>.
+       PPPoE dissector cleaned up.
+       Support for LocalTalk hardware, from Uns Lider <unslider%miranda.org@localhost>.
+       In dissector, now the caller prints the IP addresses rather than proto.
+       cjclark%alum.mit.edu@localhost: print the IP proto for non-initial fragments.
+       LLC frames with a DSAP and LSAP of 0xe0 are IPX frames.
+       Linux cooked frames with a type value of LINUX_SLL_P_802_3 are IPX.
+       captures on the "any" device won't be done in promiscuous mode  
+       Token Ring support on DLPI - Onno van der Linden <onno%simplex.nl@localhost> 
+       ARCNet support, from NetBSD.
+       HSRP dissector, from Julian Cowley <julian%lava.net@localhost>.
+       Handle (GRE-encapsulated) PPTP
+       added -C option to rotate save file every optarg * 1,000,000 bytes.
+       support for "vrrp" name - NetBSD, by Klaus Klein <kleink%netbsd.org@localhost>.
+       PPTP support, from Motonori Shindo <mshindo%mshindo.net@localhost>.
+       IS-IS over PPP support, from Hannes Gredler <hannes%juniper.net@localhost>.
+       CNFP support for IPv6,format. Harry Raaymakers <harryr%connect.com.au@localhost>.
+       ESP printing updated to RFC2406.
+       HP-UX can now handle large number of PPAs.
+       MSDP printer added.
+       L2TP dissector improvements from Motonori Shindo.
 
 Tuesday January 9, 2001. mcr%sandelman.ottawa.on.ca@localhost. Summary for 3.6 release
        Cleaned up documentation.
@@ -598,4 +653,4 @@
 
 - Initial public release.
 
-@(#) Header: /tcpdump/master/tcpdump/CHANGES,v 1.80 2001/01/29 09:20:15 itojun Exp (LBL)
+@(#) Header: /tcpdump/master/tcpdump/CHANGES,v 1.81 2002/01/21 11:03:33 mcr Exp (LBL)
diff -r b41326bb4ab3 -r f15b51bf1cd9 dist/tcpdump/CREDITS
--- a/dist/tcpdump/CREDITS      Mon Feb 18 04:55:00 2002 +0000
+++ b/dist/tcpdump/CREDITS      Mon Feb 18 09:06:51 2002 +0000
@@ -17,35 +17,53 @@
        Arkadiusz Miskiewicz            <misiek%pld.org.pl@localhost>
        Armando L. Caro Jr.             <acaro%mail.eecis.udel.edu@localhost>
        Ben Smithurst                   <ben%scientia.demon.co.uk@localhost>
+       Brent L. Bates                  <blbates%vigyan.com@localhost>
        Charlie Lenahan                 <clenahan%fortresstech.com@localhost>
        Chris G. Demetriou              <cgd%netbsd.org@localhost>
+       Chris Jepeway                   <jepeway%blasted-heath.com@localhost>
        Craig Rodrigues                 <rodrigc%mediaone.net@localhost>
+       Crist J. Clark                  <cjclark%alum.mit.edu@localhost>
        Daniel Hagerty                  <hag%ai.mit.edu@localhost>
        Francisco Matias Cuenca-Acuna   <mcuenca%george.rutgers.edu@localhost>
        Frank Volf                      <volf%oasis.IAEhv.nl@localhost>
        Gert Doering                    <gert%greenie.muc.de@localhost>
        Gilbert Ramirez Jr.             <gram%xiexie.org@localhost>
        Gisle Vanem                     <gvanem%eunet.no@localhost>
+       Hannes Gredler                  <hannes%juniper.net@localhost>
        Harry Raaymakers                <harryr%connect.com.au@localhost>
+       Heinz-Ado Arnolds               <Ado.Arnolds%dhm-systems.de@localhost>
+       Hendrik Scholz                  <hendrik%scholz.net@localhost>
+       Jakob Schlyter                  <jakob%openbsd.org@localhost>
+       Jan Oravec                      <wsx%wsx6.net@localhost>
        Jason R. Thorpe                 <thorpej%zembu.com@localhost>
-       JINMEI Tatuya                   <jinmei%kame.net@localhost>
        Jefferson Ogata                 <jogata%nodc.noaa.gov@localhost>
        Jeffrey Hutzelman               <jhutz%cmu.edu@localhost>
        Jim Hutchins                    <jim%ca.sandia.gov@localhost>
+       JINMEI Tatuya                   <jinmei%kame.net@localhost>
        Juergen Schoenwaelder           <schoenw%ibr.cs.tu-bs.de@localhost>
+       Julian Cowley                   <julian%lava.net@localhost>
+       Kaarthik Sivakumar              <kaarthik%torrentnet.com@localhost>
+       Kazushi Sugyo                   <sugyo%pb.jp.nec.com@localhost>
+       Kelly Carmichael                <kcarmich%ipapp.com@localhost>
        Ken Hornstein                   <kenh%cmf.nrl.navy.mil@localhost>
        Kevin Steves                    <stevesk%sweden.hp.com@localhost>
+       Klaus Klein                     <kleink%reziprozitaet.de@localhost>
        Kris Kennaway                   <kris%freebsd.org@localhost>
        Larry Lile                      <lile%stdio.com@localhost>
        Lennert Buytenhek               <buytenh%gnu.org@localhost>
        Love Hörnquist-Åstrand          <lha%stacken.kth.se@localhost>
+       Maciej W. Rozycki               <macro%ds2.pg.gda.pl@localhost>
        Marko Kiiskila                  <carnil%cs.tut.fi@localhost>
+       Marshall Rose                   <mrose%dbc.mtview.ca.us@localhost>
        Martin Husemann                 <martin%netbsd.org@localhost>
        Michael Madore                  <mmadore%turbolinux.com@localhost>
        Michael Shalayeff               <mickey%openbsd.org@localhost>
        Michael T. Stolarchuk           <mts%off.to@localhost>
        Monroe Williams                 <monroe%pobox.com@localhost>
        Motonori Shindo                 <mshindo%mshindo.net@localhost>
+       Nathan J. Williams              <nathanw%MIT.EDU@localhost>
+       Nathaniel Couper-Noles          <Nathaniel%isi1.tccisi.com@localhost>
+       Nickolai Zeldovich              <kolya%MIT.EDU@localhost>
        Olaf Kirch                      <okir%caldera.de@localhost>
        Onno van der Linden             <onno%simplex.nl@localhost>
        Pascal Hennequin                <pascal.hennequin%int-evry.fr@localhost>
@@ -56,6 +74,7 @@
        Rick Jones                      <raj%cup.hp.com@localhost>
        Roderick Schertler              <roderick%argon.org@localhost>
        Sebastian Krahmer               <krahmer%cs.uni-potsdam.de@localhost>
+       Seth Webster                    <swebster%sst.ll.mit.edu@localhost>
        Timo Koskiahde
        Tony Li                         <tli%jnx.com@localhost>
        Uns Lider                       <unslider%miranda.org@localhost>
diff -r b41326bb4ab3 -r f15b51bf1cd9 dist/tcpdump/FILES
--- a/dist/tcpdump/FILES        Mon Feb 18 04:55:00 2002 +0000
+++ b/dist/tcpdump/FILES        Mon Feb 18 09:06:51 2002 +0000
@@ -15,6 +15,7 @@
 arcnet.h
 atime.awk
 bootp.h
+bpf_dump.c
 chdlc.h
 config.guess
 config.h.in
@@ -31,11 +32,13 @@
 fddi.h
 gmt2local.c
 gmt2local.h
+icmp6.h
 ieee802_11.h
 igrp.h
 install-sh
 interface.h
 ip.h
+ip6.h
 ipsec_doi.h
 ipx.h
 isakmp.h
@@ -61,9 +64,9 @@
 missing/resolv_ext.h
 missing/snprintf.c
 missing/sockstorage.h
+missing/strdup.c
 missing/strlcat.c
 missing/strlcpy.c
-missing/strdup.c
 mkdep
 nameser.h
 netbios.h
@@ -85,7 +88,7 @@
 print-atm.c
 print-bgp.c
 print-bootp.c
-print-bxxp.c
+print-beep.c
 print-cdp.c
 print-chdlc.c
 print-cip.c
@@ -100,6 +103,7 @@
 print-fddi.c
 print-frag6.c
 print-gre.c
+print-hsrp.c
 print-icmp.c
 print-icmp6.c
 print-igmp.c
@@ -118,6 +122,8 @@
 print-llc.c
 print-lwres.c
 print-mobile.c
+print-mpls.c
+print-msdp.c
 print-netbios.c
 print-nfs.c
 print-ntp.c
@@ -134,6 +140,7 @@
 print-ripng.c
 print-rt6.c
 print-rx.c
+print-sctp.c
 print-sl.c
 print-sll.c
 print-smb.c
@@ -149,13 +156,16 @@
 print-vjc.c
 print-vrrp.c
 print-wb.c
+print-zephyr.c
 route6d.h
 rx.h
+sctpConstants.h
+sctpHeader.h
 send-ack.awk
 setsignal.c
 setsignal.h
+slcompress.h
 slip.h
-slcompress.h
 sll.h
 smb.h
 smbutil.c
@@ -164,6 +174,7 @@
 tcp.h
 tcpdump.1
 tcpdump.c
+telnet.h
 timed.h
 token.h
 udp.h
diff -r b41326bb4ab3 -r f15b51bf1cd9 dist/tcpdump/Makefile.in
--- a/dist/tcpdump/Makefile.in  Mon Feb 18 04:55:00 2002 +0000
+++ b/dist/tcpdump/Makefile.in  Mon Feb 18 09:06:51 2002 +0000
@@ -17,7 +17,7 @@
 #  WARRANTIES, INCLUDING, WITHOUT LIMITATION, THE IMPLIED WARRANTIES OF
 #  MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE.
 #
-# @(#) Header: /tcpdump/master/tcpdump/Makefile.in,v 1.252 2001/06/21 17:56:02 itojun Exp (LBL)
+# @(#) Header: /tcpdump/master/tcpdump/Makefile.in,v 1.260 2001/12/10 08:21:23 guy Exp (LBL)
 
 #
 # Various configurable paths (remember to edit Makefile.in, not Makefile)
@@ -68,21 +68,22 @@
 CSRC = addrtoname.c gmt2local.c machdep.c parsenfsfh.c \
        print-802_11.c print-ah.c print-arcnet.c print-arp.c \
        print-ascii.c print-atalk.c print-atm.c print-bgp.c \
-       print-bootp.c print-bxxp.c print-cdp.c print-chdlc.c \
+       print-bootp.c print-beep.c print-cdp.c print-chdlc.c \
        print-cip.c print-cnfp.c print-decnet.c print-domain.c \
        print-dvmrp.c print-egp.c print-esp.c print-ether.c \
-       print-fddi.c print-gre.c print-icmp.c print-igmp.c \
-       print-igrp.c print-ip.c print-ipcomp.c print-ipx.c \
-       print-isakmp.c print-isoclns.c print-krb.c print-l2tp.c \
-       print-lane.c print-lcp.c print-llc.c print-lwres.c \
-       print-mobile.c print-mpls.c print-nfs.c print-ntp.c print-null.c \
-       print-ospf.c print-pim.c print-ppp.c print-pppoe.c \
-       print-pptp.c print-radius.c print-raw.c print-rip.c \
-       print-rx.c print-sctp.c print-sl.c print-sll.c print-smb.c \
-       print-snmp.c print-stp.c print-sunrpc.c print-tcp.c \
+       print-fddi.c print-gre.c print-hsrp.c print-icmp.c \
+       print-igmp.c print-igrp.c print-ip.c print-ipcomp.c \
+       print-ipx.c print-isakmp.c print-isoclns.c print-krb.c \
+       print-l2tp.c print-lane.c print-lcp.c print-llc.c print-lwres.c \
+       print-msdp.c print-mobile.c print-mpls.c print-nfs.c \
+       print-ntp.c print-null.c print-ospf.c print-pim.c \
+       print-ppp.c print-pppoe.c print-pptp.c print-radius.c \
+       print-raw.c print-rip.c print-rx.c print-sctp.c \
+       print-sl.c print-sll.c print-snmp.c \
+       print-stp.c print-sunrpc.c print-tcp.c \
        print-telnet.c print-tftp.c print-timed.c print-token.c \
-       print-udp.c print-vjc.c print-vrrp.c print-wb.c \
-       setsignal.c smbutil.c tcpdump.c util.c
+       print-udp.c print-vjc.c print-vrrp.c print-wb.c print-zephyr.c \
+       setsignal.c tcpdump.c util.c
 
 LOCALSRC = @LOCALSRC@
 GENSRC = version.c
diff -r b41326bb4ab3 -r f15b51bf1cd9 dist/tcpdump/PLATFORMS
--- a/dist/tcpdump/PLATFORMS    Mon Feb 18 04:55:00 2002 +0000
+++ b/dist/tcpdump/PLATFORMS    Mon Feb 18 09:06:51 2002 +0000
@@ -1,5 +1,6 @@
 == Tested platforms ==
-NetBSD                 1.5/i386        (mcr - 2000/12/8)       
+NetBSD                 1.5/i386        (mcr - 2002/1/1)        
+Debian Linux (woody/i386)      (mcr - 2002/1/1)
 
 ---
 RedHat Linux   6.1/i386        (assar)
diff -r b41326bb4ab3 -r f15b51bf1cd9 dist/tcpdump/README
--- a/dist/tcpdump/README       Mon Feb 18 04:55:00 2002 +0000
+++ b/dist/tcpdump/README       Mon Feb 18 09:06:51 2002 +0000
@@ -1,6 +1,6 @@
-@(#) Header: /tcpdump/master/tcpdump/README,v 1.59 2001/04/11 05:27:17 guy Exp (LBL)



Home | Main Index | Thread Index | Old Index