Skip to content

Commit

Permalink
Update tcpdump to 3.9.5:
Browse files Browse the repository at this point in the history
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
  • Loading branch information
ghen committed Apr 24, 2007
1 parent bef902c commit 3d56f06
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 7 deletions.
6 changes: 3 additions & 3 deletions net/tcpdump/Makefile
@@ -1,8 +1,8 @@
# $NetBSD: Makefile,v 1.23 2007/02/22 19:27:00 wiz Exp $
# $NetBSD: Makefile,v 1.24 2007/04/24 12:31:47 ghen Exp $

DISTNAME= tcpdump-3.9.4
DISTNAME= tcpdump-3.9.5
CATEGORIES= net
MASTER_SITES= http://www.tcpdump.org/release/
MASTER_SITES= http://www.tcpdump.org/release/

MAINTAINER= pkgsrc-users@NetBSD.org
HOMEPAGE= http://www.tcpdump.org/
Expand Down
8 changes: 4 additions & 4 deletions net/tcpdump/distinfo
@@ -1,5 +1,5 @@
$NetBSD: distinfo,v 1.13 2006/03/02 18:55:19 drochner Exp $
$NetBSD: distinfo,v 1.14 2007/04/24 12:31:47 ghen Exp $

SHA1 (tcpdump-3.9.4.tar.gz) = fbfdb0e08713c6bf95d2658e294ac3f8bf2c7a16
RMD160 (tcpdump-3.9.4.tar.gz) = 72f53565363bd49614b983bfa4f865cffd83a357
Size (tcpdump-3.9.4.tar.gz) = 716862 bytes
SHA1 (tcpdump-3.9.5.tar.gz) = a9850177809196008ed3e6212cb651ed1500353c
RMD160 (tcpdump-3.9.5.tar.gz) = e0409ad55deda1b2a74950522720610c6c94d771
Size (tcpdump-3.9.5.tar.gz) = 712411 bytes

0 comments on commit 3d56f06

Please sign in to comment.