Commit graph

47 commits

Author SHA1 Message Date
tnn
9dfd2692ad Monday March. 11, 2015 guy@alum.mit.edu
Summary for 4.7.3 tcpdump release
	Capsicum fixes for FreeBSD 10

Monday March. 10, 2015 guy@alum.mit.edu
  Summary for 4.7.2 tcpdump release
	DCCP: update Packet Types with RFC4340/IANA names
        fixes for CVE-2015-0261: IPv6 mobility header check issue
        fixes for CVE-2015-2153, 2154, 2155: kday packets

Friday Nov. 12, 2014 guy@alum.mit.edu
  Summary for 4.7.0 tcpdump release
        changes to hex printing of CDP packets
	Fix PPI printing
	Radius: update Packet Type Codes and Attribute Types with RFC/IANA names
	Add a routine to print "text protocols", and add FTP/HTTP/SMTP/RTSP support.
	improvements to telnet printer, even if not -v
	omit length for bcp, print-tcp uses it
	formatting fixes for a bunch of protocols
	new bounds checks for a number of protocols
	split netflow 1,6, and 6 dissector up.
	added geneve dissector
        CVE-2014-9140 PPP dissector fixed.
2015-03-11 21:07:46 +00:00
mef
fc99c1a235 Update 4.4.0 to 4.6.0
----------------------
Tuesday  Sep.  2, 2014 mcr@sandelman.ca
	fix out-of-source-tree builds: find libpcap that is out of source
	better configure check for libsmi

Saturday Jul. 19, 2014 mcr@sandelman.ca
  Summary for 4.6.1 tcpdump release
	added FreeBSD capsicum
	add a short option '#', same as long option '--number'

Wednesday Jul. 2, 2014 mcr@sandelman.ca
  Summary for 4.6.0 tcpdump release
        all of tcpdump is now using the new "NDO" code base (Thanks Denis!)
        nflog, mobile, forces, pptp, AODV, AHCP, IPv6, OSPFv4, RPL, DHCPv6 enhancements/fixes
        M3UA decode added.
        many new test cases: 82 in 4.5.1 to 133 in 4.6.0
        many improvements to travis continuous integration system: OSX, and Coverity options
        cleaned up some unnecessary header files
        Added bittok2str().
        a number of unaligned access faults fixed
        -A flag does not consider CR to be printable anymore
        fx.lebail took over coverity baby sitting
        default snapshot size increased to 256K for accomodate USB captures
        WARNING: this release contains a lot of very worthwhile code churn.

Wednesday Jan. 15, 2014 guy@alum.mit.edu
  Summary for 4.5.2 tcpdump release
	Man page fix
	Fix crashes on SPARC

Monday Nov. 11, 2013 mcr@sandelman.ca
  Summary for 4.5.1 tcpdump release
	CREDITS file fixes

Thursday Nov. 7, 2013  mcr@sandelman.ca and guy@alum.mit.edu.
  Summary for 4.5.0 tcpdump release
        some NFSv4 fixes for printing
        fix printing of unknown TCP options, and tcp fast-open
        fixes for syslog parser
        some gcc-version-specific flag tuning
        adopt MacOS deprecation workarounds for openssl
        improvements to babel printing
        add OpenFlow 1.0 (no SSL) and test cases
        GeoNet printer.
        added STBC Rx support
        improvements to DHCPv6 decoder
        clarify which autoconf is needed
	Point users to the the-tcpdump-group repository on GitHub rather
	    than the mcr repository
	Add MSDP printer.
	Fixed IPv6 check on Solaris and other OSes requiring extra
	    networking libraries.
	Add support for VXLAN (draft-mahalingam-dutt-dcops-vxlan-03),
	    and add "vxlan" as an option for -T.
	Add support for OTV (draft-hasmit-otv-04).
        fixes for DLT_IEEE802_11_RADIO datalink types
        added MPTCP decoder
2014-12-13 14:31:10 +00:00
tron
73d05e2276 Recursive PKGREVISION bump for OpenSSL API version bump. 2014-02-12 23:17:32 +00:00
adam
c93a7b2c87 Summary for 4.4.0 tcpdump release
RPKI-RTR (RFC6810) is now official (TCP Port 323)
Fix detection of OpenSSL libcrypto.
Add DNSSL (RFC6106) support.
Add "radius" as an option for -T.
Update Action codes for handle_action function according to
    802.11s amendment.
Decode DHCPv6 AFTR-Name option (RFC6334).
Updates for Babel.
Fix printing of infinite lifetime in ICMPv6.
Added support for SPB, SPBM Service Identifier, and Unicast
    Address sub-TLV in ISIS.
Decode RIPv2 authentication up to RFC4822.
Fix RIP Request/full table decoding issues.
On Linux systems with cap-ng.h, drop root privileges
    using Linux Capabilities.
Add support for reading multiple files.
2013-06-15 21:02:03 +00:00
jperkin
becd113253 PKGREVISION bumps for the security/openssl 1.0.1d update. 2013-02-06 23:20:50 +00:00
jperkin
7ca80c76d7 Update net/tcpdump to 4.3.0. Changes since 4.1.1:
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

  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.

  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

  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
2013-02-06 19:45:26 +00:00
jperkin
73dedd67c2 PKGREVISION bumps for net/libpcap update. 2013-02-06 19:30:54 +00:00
asau
e059e7e469 Drop superfluous PKG_DESTDIR_SUPPORT, "user-destdir" is default these days. 2012-10-23 17:18:07 +00:00
wiz
f98e8b0585 Add inet6 to default suggested options. It's 2012. 2012-06-12 15:45:54 +00:00
adam
78115ff4fd Changes 4.1.1:
* Fix build on systems with PF, such as FreeBSD and OpenBSD.
* Don't blow up if a zero-length link-layer address is passed to
  linkaddr_string().

Changes  4.1.0:
* Fix printing of MAC addresses for VLAN frames with a length
  field
* Add some additional bounds checks and use the EXTRACT_ macros
  more
* Add a -b flag to print the AS number in BGP packets in ASDOT
  notation rather than ASPLAIN notation
* Add ICMPv6 RFC 5006 support
* Decode the access flags in NFS access requests
* Handle the new DLT_ for memory-mapped USB captures on Linux
* Make the default snapshot (-s) the maximum
* Print name of device (when -L is used)
* Support for OpenSolaris (and SXCE build 125 and later)
* Print new TCP flags
* Add support for RPL DIO
* Add support for TCP User Timeout (UTO)
* Add support for non-standard Ethertypes used by 3com PPPoE gear
* Add support for 802.11n and 802.11s
* Add support for Transparent Ethernet Bridge ethertype in GRE
* Add 4 byte AS support for BGP printer
* Add support for the MDT SAFI 66 BG printer
* Add basic IPv6 support to print-olsr
* Add USB printer
* Add printer for ForCES
* Handle frames with an FCS
* Handle 802.11n Control Wrapper, Block Acq Req and Block Ack frames
* Fix TCP sequence number printing
* Report 802.2 packets as 802.2 instead of 802.3
* Don't include -L/usr/lib in LDFLAGS
* On x86_64 Linux, look in lib64 directory too
* Lots of code clean ups
* Autoconf clean ups
* Update testcases to make output changes
* Fix compiling with/out smi (--with{,out}-smi)
* Fix compiling without IPv6 support (--disable-ipv6)
2011-02-11 12:13:13 +00:00
obache
2ed3a13af8 Add libsmi option.
Requested by PR#32371.
2010-08-21 12:04:52 +00:00
wiz
579796a3e5 Recursive PKGREVISION bump for jpeg update to 8. 2010-01-17 12:02:03 +00:00
asau
1be342a8b7 Update tcpdump to 4.0.0
Summary for 4.0.0 tcpdump release

Add support for Bluetooth Sniffing
Add support for Realtek Remote Control Protocol (openrrcp.org.ru)
Add support for 802.11 AVS
Add support for SMB over TCP
Add support for 4 byte BGP AS printing
Add support for compiling on case-insensitive file systems
Add support for ikev2 printing
Update support for decoding AFS
Update DHCPv6 printer
Use newer libpcap API's (allows -B option on all platforms)
Add -I to turn on monitor mode
Bugfixes in lldp, lspping, dccp, ESP, NFS printers
Cleanup unused files and various cruft

Per request in PR 40588. Addresses PR 37500 and PR 40203.
2009-05-20 20:09:33 +00:00
joerg
3b0d97b0de Add DESTDIR support. 2008-06-20 01:09:05 +00:00
tnn
ad6ceadd25 Per the process outlined in revbump(1), perform a recursive revbump
on packages that are affected by the switch from the openssl 0.9.7
branch to the 0.9.8 branch. ok jlam@
2008-01-18 05:06:18 +00:00
taca
c4c173a301 Avoid c99'ism. 2007-10-19 03:48:47 +00:00
taca
08fb8b11e8 Update tcpdump to 3.9.7.
(I think that "Summary for 0.9.7 libpcap" below should be read
"Summary for 3.9.7 tcpdump".)

Wed.	July 23, 2007.  mcr@xelerance.com.  Summary for 0.9.7 libpcap release

    	NFS: Print unsigned values as such.
	RX: parse safely.
	BGP: fixes for IPv6-less builds.
	801.1ag: use standard codepoint.
	use /dev/bpf on systems with such a device.
	802.11: print QoS data, avoid dissect of no-data frame, ignore padding.
	smb: make sure that we haven't gone past the end of the captured data.
	smb: squelch an uninitialized complaint from coverity.
	NFS: from NetBSD; don't interpret the reply as a possible NFS reply
		if it got MSG_DENIED.
	BGP: don't print TLV values that didn't fit, from www.digit-labs.org.
	revised INSTALL.txt about libpcap dependancy.

Wed.	April 25, 2007. ken@xelerance.com.  Summary for 3.9.6 tcpdump release
	Update man page to reflect changes to libpcap
	Changes to both TCP and IP Printer Output
	Fix a potential buffer overflow in the 802.11 printer
	Print basic info about a few more Cisco LAN protocols.
	mDNS cleanup
	ICMP MPLS rework of the extension code
	bugfix: use the correct codepoint for the OSPF simple text auth token
	 entry, and use safeputs to print the password.
	Add support in pflog for additional values
	Add support for OIF RSVP Extensions UNI 1.0 Rev. 2 and additional RSVP objects
	Add support for the Message-id NACK c-type.
	Add support for 802.3ah loopback ctrl msg
	Add support for Multiple-STP as per 802.1s
	Add support for rapid-SPT as per 802.1w
	Add support for CFM Link-trace msg, Link-trace-Reply msg,
	 Sender-ID tlv, private tlv, port, interface status
	Add support for unidirectional link detection as per
	 http://www.ietf.org/internet-drafts/draft-foschiano-udld-02.txt
	Add support for the olsr protocol as per RFC 3626 plus the LQ
	 extensions from olsr.org
	Add support for variable-length checksum in DCCP, as per section 9 of
	 RFC 4340.
	Add support for per-VLAN spanning tree and per-VLAN rapid spanning tree
	Add support for Multiple-STP as per 802.1s
	Add support for the cisco propriatry 'dynamic trunking protocol'
	Add support for the cisco proprietary VTP protocol
	Update dhcp6 options table as per IETF standardization activities
2007-08-02 15:16:51 +00:00
ghen
328a23191f Update tcpdump to 3.9.5:
Fix compiling on AIX (, at end of ENUM)
Updated list of DNS RR typecodes
Use local Ethernet defs on WIN32
Add support for Frame-Relay ARP
Fixes for compiling under MSVC++
Add support for parsing Juniper .pcap files
Add support for FRF.16 Multilink Frame-Relay (DLT_MFR)
Rework the OSPFv3 printer
Fix printing for 4.4BSD/NetBSD NFS Filehandles
Add support for Cisco style NLPID encapsulation
Add cisco prop. eigrp related, extended communities
Add support for BGP signaled VPLS
Cleanup the bootp printer
Add support for PPP over Frame-Relay
Add some bounds checking to the IP options code, and clean up
the options output a bit.
Add additional modp groups to ISAKMP printer
Add support for Address-Withdraw and Label-Withdraw Msgs
Add support for the BFD Discriminator TLV
Fixes for 64bit compiling
Add support for PIMv2 checksum verification
Add support for further dissection of the IPCP Compression Option
Add support for Cisco's proposed VQP protocol
Add basic support for keyed authentication TCP option
Lots of minor cosmetic changes to output printers
2007-04-24 12:31:47 +00:00
wiz
601583c320 Whitespace cleanup, courtesy of pkglint.
Patch provided by Sergey Svishchev in private mail.
2007-02-22 19:26:05 +00:00
reed
5abef9be14 Over 1200 files touched but no revisions bumped :)
RECOMMENDED is removed. It becomes ABI_DEPENDS.

BUILDLINK_RECOMMENDED.foo becomes BUILDLINK_ABI_DEPENDS.foo.

BUILDLINK_DEPENDS.foo becomes BUILDLINK_API_DEPENDS.foo.

BUILDLINK_DEPENDS does not change.

IGNORE_RECOMMENDED (which defaulted to "no") becomes USE_ABI_DEPENDS
which defaults to "yes".

Added to obsolete.mk checking for IGNORE_RECOMMENDED.

I did not manually go through and fix any aesthetic tab/spacing issues.

I have tested the above patch on DragonFly building and packaging
subversion and pkglint and their many dependencies.

I have also tested USE_ABI_DEPENDS=no on my NetBSD workstation (where I
have used IGNORE_RECOMMENDED for a long time). I have been an active user
of IGNORE_RECOMMENDED since it was available.

As suggested, I removed the documentation sentences suggesting bumping for
"security" issues.

As discussed on tech-pkg.

I will commit to revbump, pkglint, pkg_install, createbuildlink separately.

Note that if you use wip, it will fail!  I will commit to pkgsrc-wip
later (within day).
2006-04-06 06:21:32 +00:00
jlam
9c8b5ede43 Point MAINTAINER to pkgsrc-users@NetBSD.org in the case where no
developer is officially maintaining the package.

The rationale for changing this from "tech-pkg" to "pkgsrc-users" is
that it implies that any user can try to maintain the package (by
submitting patches to the mailing list).  Since the folks most likely
to care about the package are the folks that want to use it or are
already using it, this would leverage the energy of users who aren't
developers.
2006-03-04 21:28:51 +00:00
drochner
41cbb3ec86 update to 0.9.4
relevant changes:
-compliation fixes
-Improved Unicode support
-Decoders & DLT Changes, Updates and New
2006-03-02 18:55:19 +00:00
wiz
9339373f51 Apply patch-aa to correct file. 2005-10-23 16:10:58 +00:00
wiz
3c4a3d31a4 Fix included version string. Addresses part of PR 31423 by Zafer Aydogan.
Bump PKGREVISION.
2005-10-22 14:14:42 +00:00
drochner
b9f6f05cf7 update to 0.9.3
changes:
Option to chroot() when dropping privs
Fixes for compiling on nearly every platform,
	including improved 64bit support
Many new testcases
Support for sending packets
Improved Unicode support
Decoders & DLT Changes, Updates and New
2005-08-05 16:29:55 +00:00
salo
904081ee01 - convert to PKG_OPTIONS framework
- fix SSL support, it uses the old DES API, PKGREVISION++
2005-06-12 19:41:45 +00:00
salo
52a3bbcd0e Security fix for DoS in BGP packets' processing.
Patch from tcpdump cvs.
2005-06-12 15:38:32 +00:00
adrianp
4db1c9e472 - Update to nb1 for security issues
- Patches from tcpdump.org CVS tree
2005-05-28 14:15:23 +00:00
tv
f816d81489 Remove USE_BUILDLINK3 and NO_BUILDLINK; these are no longer used. 2005-04-11 21:44:48 +00:00
dmcmahill
cb372aa912 fix some configure.in bugs which prevent building on solaris 2005-03-26 16:40:33 +00:00
agc
b12d62efb5 Add RMD160 digests. 2005-02-24 12:13:41 +00:00
reed
863b2f5cb9 Update to tcpdump-3.8.3 (as prompted by Chris Ross on tech-pkg list).
Changes include:

        Fixes for print-isakmp.c      CVE:    CAN-2004-0183, CAN-2004-0184
                             http://www.rapid7.com/advisories/R7-0017.html
        IP-over-IEEE1394 printing.
        some MINGW32 changes.
        updates for autoconf 2.5
        fixes for print-aodv.c - check for too short packets
        formatting changes to print-ascii for hex output.
        check for too short packets: print-bgp.c, print-bootp.c, print-cdp.c,
                print-chdlc.c, print-domain.c, print-icmp.c, print-icmp6.c,
                print-ip.c, print-lwres.c, print-ospf.c, print-pim.c,
                print-ppp.c,print-pppoe.c, print-rsvp.c, print-wb.c
        print-ether.c - better handling of unknown types.
        print-isoclns.c - additional decoding of types.
        print-llc.c - strings for LLC names added.
        print-pfloc.c - various enhancements
        print-radius.c - better decoding to strings.

        changed syntax of -E argument so that multiple SAs can be decrypted
        fixes for Digital Unix headers and Documentation
        __attribute__ fixes
        CDP changes from Terry Kennedy <terry@tmk.com>.
        IPv6 mobility updates from Kazushi Sugyo <sugyo@pb.jp.nec.com>
        Fixes for ASN.1 decoder for 2.100.3 forms.
        Added a count of packets received and processed to clarify numbers.
        Incorporated WinDUMP patches for Win32 builds.
        PPPoE payload length headers.
        Fixes for HP C compiler builds.
        Use new pcap_breakloop() and pcap_findalldevs() if we can.
        BGP output split into multiple lines.
        Fixes to 802.11 decoding.
        Fixes to PIM decoder.
        SuperH is a CPU that can't handle unaligned access. Many fixes for
                unaligned access work.
        Fixes to Frame-Relay decoder for Q.933/922 frames.
        Clarified when Solaris can do captures as non-root.
        Added tests/ subdir for examples/regression tests.
        New -U flag.    -flush stdout after every packet
        New -A flag     -print ascii only
        support for decoding IS-IS inside Cisco HDLC Frames
        more verbosity for tftp decoder
        mDNS decoder
        new BFD decoder
        cross compilation patches
        RFC 3561 AODV support.
        UDP/TCP pseudo-checksum properly for source-route options.
        sanitized all files to modified BSD license
        Add support for RFC 2625 IP-over-Fibre Channel.
        fixes for DECnet support.
        Support RFC 2684 bridging of Ethernet, 802.5 Token Ring, and FDDI.
        RFC 2684 encapsulation of BPDUs.

This is a security fix update.
2005-01-25 18:55:43 +00:00
tron
1a0e8b8e5e Remove as maintainer of this package. 2004-11-27 08:03:37 +00:00
tv
c487cb967a Libtool fix for PR pkg/26633, and other issues. Update libtool to 1.5.10
in the process.  (More information on tech-pkg.)

Bump PKGREVISION and BUILDLINK_DEPENDS of all packages using libtool and
installing .la files.

Bump PKGREVISION (only) of all packages depending directly on the above
via a buildlink3 include.
2004-10-03 00:12:51 +00:00
snj
d0bbfe5cf1 Convert to buildlink3. 2004-04-18 07:30:16 +00:00
wiz
a661ce60c0 PKGREVISION bump after openssl-security-fix-update to 0.9.6m.
Buildlink files: RECOMMENDED version changed to current version.
2004-03-26 02:27:34 +00:00
jschauma
fe19bb05b5 PKGREVISION++ after openssl update. 2003-11-12 03:39:39 +00:00
martti
8cee801716 COMMENT should start with a capital letter. 2003-07-21 17:10:16 +00:00
grant
ca3be631f2 s/netbsd.org/NetBSD.org/ 2003-07-17 22:50:55 +00:00
wiz
cdf2253ad9 Update to 3.7.2. Enable on NetBSD (builds fine).
Changes:
Fixed infinite loop when parsing malformed isakmp packets.
 (reported by iDefense; already fixed in CVS)
Fixed infinite loop when parsing malformed BGP packets.
Fixed buffer overflow with certain malformed NFS packets.
Pretty-print unprintable network names in 802.11 printer.
Handle truncated nbp (appletalk) packets.
Updated DHCPv6 printer to match draft-ietf-dhc-dhcpv6-22.txt
Print IP protocol name even if we don't have a printer for it.
Print IP protocol name or number for fragments.
Print the whole MPLS label stack, not just the top label.
Print request header and file handle for NFS v3 FSINFO and PATHCONF
 requests.
Fix NFS packet truncation checks.
Handle "old" DR-Priority and Bidir-Capable PIM HELLO options.
Handle unknown RADIUS attributes properly.
Fix an ASN.1 parsing error that would cause e.g. the OID
 2.100.3 to be misrepresented as 4.20.3 .
2003-03-25 11:02:56 +00:00
jlam
1c57323789 Merge packages from the buildlink2 branch back into the main trunk that
have been converted to USE_BUILDLINK2.
2002-08-25 21:48:57 +00:00
seb
b17b0c270e Update tcpdump to version 3.7.1.
Enable IPv6 support if /usr/include/netinet/ip6.h exists.
Now IPv6 support works for Solaris 8 at least.
Strongly buildlink'ify.

I did not find a way to have a changes summary for version 3.6.2.

Summary for 3.7 release:
- keyword "ipx" added.
- Better OSI/802.2 support on Linux.
- IEEE 802.11 support, from clenahan@fortresstech.com, achirica@ttd.net.
- 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>
- 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>.
- Solaris - devices with digits in them. Stefan Hudson <hudson@mbay.net>
- 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>
- 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>.
- 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>.
- now we are -Wstrict-prototype clean.
- NetBSD DLT_PPP_ETHER; adapted from Martin Husemann <martin@netbsd.org>.
- PPPoE dissector cleaned up.
- Support for LocalTalk hardware, from Uns Lider <unslider@miranda.org>.
- In dissector, now the caller prints the IP addresses rather than proto.
- cjclark@alum.mit.edu: 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>
- ARCNet support, from NetBSD.
- HSRP dissector, from Julian Cowley <julian@lava.net>.
- 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>.
- PPTP support, from Motonori Shindo <mshindo@mshindo.net>.
- IS-IS over PPP support, from Hannes Gredler <hannes@juniper.net>.
- CNFP support for IPv6,format. Harry Raaymakers <harryr@connect.com.au>.
- ESP printing updated to RFC2406.
- HP-UX can now handle large number of PPAs.
- MSDP printer added.
- L2TP dissector improvements from Motonori Shindo.
2002-02-13 15:50:35 +00:00
zuntum
d038a73ebd Move pkg/ files into package's toplevel directory 2001-10-31 22:52:58 +00:00
wiz
433b62957e Move to sha1 checksum, and/or add distfile sizes. 2001-04-21 11:23:08 +00:00
agc
bbc67fac91 + move the distfile digest/checksum value from files/md5 to distinfo
+ move the patch digest/checksum values from files/patch-sum to distinfo
2001-04-17 11:53:33 +00:00
wiz
a13ea108bb Update to new COMMENT style: COMMENT var in Makefile instead of pkg/COMMENT. 2001-02-17 17:52:59 +00:00
tron
680f0b7096 Import of new Solaris only "tcpdump" package:
network monitoring tool
2001-01-13 23:29:28 +00:00