diff options
author | tron <tron@pkgsrc.org> | 2010-04-04 11:40:25 +0000 |
---|---|---|
committer | tron <tron@pkgsrc.org> | 2010-04-04 11:40:25 +0000 |
commit | 42b421144740f7912cc175e30bf9e6666a79f2af (patch) | |
tree | 30f62ee336666ef9cdb7585a065557155bb252d2 /net/wireshark | |
parent | 0fd481088ff8ae6a9314b1e9d3d7dceb3069f510 (diff) | |
download | pkgsrc-42b421144740f7912cc175e30bf9e6666a79f2af.tar.gz |
Update "wireshark" package to version 1.2.7. Changes since version 1.2.6:
Bug fixes:
- SNMPv3 Engine ID registration. (Bug 2426)
- Open file dialog always displayed when clicking anywhere on
Wireshark. (Bug 2478)
- tshark reports wrong number of bytes on big dumpfiles with -z
io,stat. (Bug 3205)
- Negative INTEGER number displayed as positive number in SNMP
dissector. (Bug 3230)
- Add support for FT_BOOLEAN fields to wslua FieldInfo. (Bug 4049)
- Wireshark crashes w/ GLib error when trying to play RTP
stream. (Bug 4119)
- Windows 2000 support has been restored. (Bug 4176)
- Wrong dissection on be_cell_id_list for bssmap. (Bug 4437)
- I/O Graph dropdown boxes not working correctly. (Bug 4487)
- Runtime Error when right-clicking field and selecting "Filter
Field Reference". (Bug 4522)
- In GSM SMS PDU TPVPF showing wrong. (Bug 4524)
- Profinet: May be wrong defined byte meaning. (Bug 4525)
- GLib-CRITICAL ** Message. (Bug 4547)
- Certain EDP display filters trigger Wireshark/tshark runtime
error. (Bug 4563)
- Some NCP frames trigger "Dissector bug, protocol NCP". (Bug 4565)
- The encapsulation abbreviation "bluetooth-h4" is ambiguous.(Bug 4613)
Updated Protocol Support:
- BSSMAP, DMP, GSM SMS, LDSS, NCP, PN/IO, PPP, SIP, SNMP
Requested by Alistair Crooks.
Diffstat (limited to 'net/wireshark')
-rw-r--r-- | net/wireshark/Makefile | 4 | ||||
-rw-r--r-- | net/wireshark/PLIST | 3 | ||||
-rw-r--r-- | net/wireshark/distinfo | 8 |
3 files changed, 8 insertions, 7 deletions
diff --git a/net/wireshark/Makefile b/net/wireshark/Makefile index 546eb89d820..555bf23b7cb 100644 --- a/net/wireshark/Makefile +++ b/net/wireshark/Makefile @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.42 2010/01/29 12:09:52 tron Exp $ +# $NetBSD: Makefile,v 1.43 2010/04/04 11:40:25 tron Exp $ -DISTNAME= wireshark-1.2.6 +DISTNAME= wireshark-1.2.7 CATEGORIES= net MASTER_SITES= http://www.wireshark.org/download/src/ \ ${MASTER_SITE_SOURCEFORGE:=wireshark/} diff --git a/net/wireshark/PLIST b/net/wireshark/PLIST index 997369c8453..ac73343c3ac 100644 --- a/net/wireshark/PLIST +++ b/net/wireshark/PLIST @@ -1,4 +1,4 @@ -@comment $NetBSD: PLIST,v 1.15 2009/09/19 06:36:18 tron Exp $ +@comment $NetBSD: PLIST,v 1.16 2010/04/04 11:40:25 tron Exp $ bin/capinfos bin/dftest bin/dumpcap @@ -59,6 +59,7 @@ share/wireshark/diameter/etsie2e4.xml share/wireshark/diameter/gqpolicy.xml share/wireshark/diameter/imscxdx.xml share/wireshark/diameter/mobileipv4.xml +share/wireshark/diameter/mobileipv6.xml share/wireshark/diameter/nasreq.xml share/wireshark/diameter/sip.xml share/wireshark/diameter/sunping.xml diff --git a/net/wireshark/distinfo b/net/wireshark/distinfo index bef56d80d34..b5d588ceb3e 100644 --- a/net/wireshark/distinfo +++ b/net/wireshark/distinfo @@ -1,8 +1,8 @@ -$NetBSD: distinfo,v 1.28 2010/01/29 12:09:52 tron Exp $ +$NetBSD: distinfo,v 1.29 2010/04/04 11:40:25 tron Exp $ -SHA1 (wireshark-1.2.6.tar.bz2) = 83bc67009ee1312b490a0632cb9b51e68a30fd78 -RMD160 (wireshark-1.2.6.tar.bz2) = 8ee66d910383b6f42713e5edecdef1210c7989e4 -Size (wireshark-1.2.6.tar.bz2) = 15340008 bytes +SHA1 (wireshark-1.2.7.tar.bz2) = e6f5d973886c7fc527c151811396286e361f8963 +RMD160 (wireshark-1.2.7.tar.bz2) = 32687d76e9e82e0b4c08a7856b49faaed5d406a2 +Size (wireshark-1.2.7.tar.bz2) = 15368816 bytes SHA1 (patch-aa) = d0744f069ac2d3a8a43b810e1f958360d99200a9 SHA1 (patch-ab) = 5ae79916603f04c2d362c764d39f0c99728e716c SHA1 (patch-ac) = 4e985520ea4b118aea6fc001f256b5de96de7840 |