Index index by Group index by Distribution index by Vendor index by creation date index by Name Mirrors Help Search

perl-NetPacket-1.7.2-1.18 RPM for noarch

From OpenSuSE Ports Tumbleweed for noarch

Name: perl-NetPacket Distribution: openSUSE:Factory:zSystems
Version: 1.7.2 Vendor: openSUSE
Release: 1.18 Build date: Mon Aug 7 18:25:46 2023
Group: Development/Libraries/Perl Build host: s390zp21
Size: 170995 Source RPM: perl-NetPacket-1.7.2-1.18.src.rpm
Packager: https://bugs.opensuse.org
Url: https://metacpan.org/release/NetPacket
Summary: Assemble/disassemble network packets at the protocol level
'NetPacket' provides a base class for a cluster of modules related to
decoding and encoding of network protocols. Each 'NetPacket' descendent
module knows how to encode and decode packets for the network protocol it
implements. Consult the documentation for the module in question for
protocol-specific implementation.

Note that there is no inheritance in the 'NetPacket::' cluster of modules
other than each protocol module being a 'NetPacket'. This was seen to be
too restrictive as imposing inheritance relationships (for example between
the IP, UDP and TCP protocols) would make things like tunneling or other
unusual situations difficult.

Provides

Requires

License

Artistic-2.0

Changelog

* Sun Jul 21 2019 Stephan Kulow <coolo@suse.com>
  - updated to 1.7.2
    see /usr/share/doc/packages/perl-NetPacket/Changes
    1.7.2 2019-07-20
      [ DOCUMENTATION ]
    - fix typos. (GH#14)
      [ STATISTICS ]
    - code churn: 7 files changed, 121 insertions(+), 42 deletions(-)
* Sun Jun 09 2019 Stephan Kulow <coolo@suse.com>
  - updated to 1.7.1
    see /usr/share/doc/packages/perl-NetPacket/Changes
    1.7.1 2019-06-08
      [ BUG FIXES ]
    - fixes inverted ethernet ports (reported by sanyacomua)
      [ STATISTICS ]
    - code churn: 4 files changed, 140 insertions(+), 130 deletions(-)
* Mon Dec 31 2018 Stephan Kulow <coolo@suse.com>
  - updated to 1.7.0
    see /usr/share/doc/packages/perl-NetPacket/Changes
    1.7.0 2018-12-30
      [ ENHANCEMENTS ]
    - Setup aliases at compile time (Nicolas R, GH#11)
    - add recommended Net::Pcap{,Utils} from README (Zak B. Elep, GH#12)
      [ NEW FEATURES ]
    - adds back basic support for IPv6. (Dan Book, GH#10)
      [ STATISTICS ]
    - code churn: 16 files changed, 1177 insertions(+), 48 deletions(-)
* Tue Apr 14 2015 coolo@suse.com
  - updated to 1.6.0
    see /usr/share/doc/packages/perl-NetPacket/Changes
    1.6.0 2015-03-13
    [ENHANCEMENTS]
    - Clean up inheritance code (Philip Prindeville).
    - Add a truckload of constants (Philip Prindeville).
    [STATISTICS]
    - code churn: 12 files changed, 343 insertions(+), 220 deletions(-)
    1.5.0 2014-06-15
    [ENHANCEMENTS]
    - Addition of NetPacket::IPX. (Daniel Collins)
    - NetPacket::Ethernet implements 'encode'. (RT#93928, Guido Hungerbuehler)
    [STATISTICS]
    - code churn: 7 files changed, 337 insertions(+), 13 deletions(-)
    1.4.4 2013-11-30
    [BUG FIXES]
    - NetPacket::USBMon: also handle big endian perl without quad type.
      (GH#5, Andreas Schwab)
    - Typo fix in comments. (GH#6, fschlich)
    [STATISTICS]
    - code churn: 3 files changed, 13 insertions(+), 4 deletions(-)
    1.4.3 2013-10-03
    [BUG FIXES]
    - Unpack data in LittleEndian format. (GH#4, k0da)
    [STATISTICS]
    - code churn: 3 files changed, 62 insertions(+), 27 deletions(-)
    1.4.2 2013-09-25
    [BUG FIXES]
    - Dist::Zilla::Plugin::Test::Compile was causing test to potentially hang
      on Windows. (reported by Karen Etheridge)
    [MISC]
    - Tidy up the changelog. (GH#3, Neil Bowers)
    [STATISTICS]
    - code churn: 2 files changed, 46 insertions(+), 20 deletions(-)
  - obsoletes perl-NetPacket-backport.patch
  - remove upstreamed perl-NetPacket-bigendian.patch
* Wed Oct 09 2013 schwab@suse.de
  - Extend last change for 32-bit big endian
* Thu Oct 03 2013 dvaleev@suse.com
  - USB is little endian, so we need to convert it on BigEndian
    platforms (perl-NetPacket-bigendian.patch)
    upstream commit fc0563f746c44387d77e70792628fe2a03628751
* Fri Sep 06 2013 Greg.Freemyer@gmail.com
  - update to 1.4.1 2013-09-05
    [BUG FIXES]
    - Test was using Errno constant and failing on some platforms.
* Tue Aug 27 2013 Greg.Freemyer@gmail.com
  - update to 1.4.0
    - Fixing NetPacked::UDP documentation. (RT#85361, Ben Magistro)
    - New NetPacket::USBMon. (GH#2, lkundrak)
    - 'parse_tcp_options()' method added to NetPacket::TCP (patch by Tom
    Linden) [RT#71320]
    [BUG FIXES]
    - Parse SACK option and fix TSecr parsing. (GH#1, Robin Lee)
    - Fix NetPacket::UDP's strip. (RT#85038, reported by Stan Schwertly)
    - Use of constant withotu parenthesis made test fail under 5.6.2.
* Sat Jul 30 2011 Greg.Freemyer@opensuse.org
  - Update to 1.2.0
    [ENHANCEMENTS]
    - Add support for Ethernet VLAN (thanks to Kai Chan)
    [BUG FIXES]
    - Add a INSTALL file
* Tue Mar 22 2011 pascal.bleser@opensuse.org
  - initial version (1.1.1)

Files

/usr/lib/perl5/vendor_perl/5.38.0/NetPacket
/usr/lib/perl5/vendor_perl/5.38.0/NetPacket.pm
/usr/lib/perl5/vendor_perl/5.38.0/NetPacket/ARP.pm
/usr/lib/perl5/vendor_perl/5.38.0/NetPacket/Ethernet.pm
/usr/lib/perl5/vendor_perl/5.38.0/NetPacket/ICMP.pm
/usr/lib/perl5/vendor_perl/5.38.0/NetPacket/ICMPv6.pm
/usr/lib/perl5/vendor_perl/5.38.0/NetPacket/IGMP.pm
/usr/lib/perl5/vendor_perl/5.38.0/NetPacket/IP.pm
/usr/lib/perl5/vendor_perl/5.38.0/NetPacket/IPX.pm
/usr/lib/perl5/vendor_perl/5.38.0/NetPacket/IPv6.pm
/usr/lib/perl5/vendor_perl/5.38.0/NetPacket/TCP.pm
/usr/lib/perl5/vendor_perl/5.38.0/NetPacket/UDP.pm
/usr/lib/perl5/vendor_perl/5.38.0/NetPacket/USBMon.pm
/usr/share/doc/packages/perl-NetPacket
/usr/share/doc/packages/perl-NetPacket/CODE_OF_CONDUCT.md
/usr/share/doc/packages/perl-NetPacket/CONTRIBUTORS
/usr/share/doc/packages/perl-NetPacket/Changes
/usr/share/doc/packages/perl-NetPacket/README
/usr/share/doc/packages/perl-NetPacket/README.mkdn
/usr/share/doc/packages/perl-NetPacket/doap.xml
/usr/share/licenses/perl-NetPacket
/usr/share/licenses/perl-NetPacket/LICENSE
/usr/share/man/man3/NetPacket.3pm.gz
/usr/share/man/man3/NetPacket::ARP.3pm.gz
/usr/share/man/man3/NetPacket::Ethernet.3pm.gz
/usr/share/man/man3/NetPacket::ICMP.3pm.gz
/usr/share/man/man3/NetPacket::ICMPv6.3pm.gz
/usr/share/man/man3/NetPacket::IGMP.3pm.gz
/usr/share/man/man3/NetPacket::IP.3pm.gz
/usr/share/man/man3/NetPacket::IPX.3pm.gz
/usr/share/man/man3/NetPacket::IPv6.3pm.gz
/usr/share/man/man3/NetPacket::TCP.3pm.gz
/usr/share/man/man3/NetPacket::UDP.3pm.gz
/usr/share/man/man3/NetPacket::USBMon.3pm.gz


Generated by rpm2html 1.8.1

Fabrice Bellet, Sat Mar 9 12:39:58 2024