5d037f7122
- fix a typo in vrrp.py - fix IPv4 and IPv6 packet to correctly handle zero payload length - store cipher_suite as int in TLSServerHello to allow app-specific messages - improve SSL parsing dpkt-1.7: - handle dynamic imports from py2exe/freeze.py/zipped egg packages, from plotnikoff - decode Ethernet MPLS labels, Cisco ISL VLAN tags, 802.2 LLC fields - handle multiply-defined HTTP headers from simdream - add IPv6 extension header support (minus ESP) - add radiotap module - add IEEE80211 module - add RFB module - fix IP6 checksum to include options - rename 'as' to 'asn' field in BGP header - fix transport-layer checksum in IP6 - handle improper TCP header offset - fix SSL typo - handle malformed ICMP headers - added RX module - fixed loopback module IP/IP6 decoding - set transport-layer (TCP, UDP) checksum in IP - MRT module fixes - fix pcap.Writer timestamp calculation
20 lines
491 B
Makefile
20 lines
491 B
Makefile
# $NetBSD: Makefile,v 1.3 2013/06/16 08:50:42 pettai Exp $
|
|
#
|
|
|
|
DISTNAME= dpkt-1.8
|
|
PKGNAME= ${PYPKGPREFIX}-dpkt-1.8
|
|
CATEGORIES= net python
|
|
MASTER_SITES= http://dpkt.googlecode.com/files/
|
|
|
|
MAINTAINER= pettai@NetBSD.org
|
|
HOMEPAGE= http://code.google.com/p/dpkt/
|
|
COMMENT= Python packet creation / parsing library
|
|
LICENSE= modified-bsd
|
|
|
|
PYDISTUTILSPKG= yes
|
|
|
|
USE_LANGUAGES= # none
|
|
|
|
.include "../../lang/python/extension.mk"
|
|
.include "../../lang/python/application.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|