Discussion:
[ANN] packetgen 2.8.0 released
Sylvain Daubert
2018-09-10 18:28:20 UTC
Permalink
packetgen 2.8.0 has been released.

* home: <https://github.com/sdaubert/packetgen>
* bugs: <https://github.com/sdaubert/packetgen/issues>
* doc: <https://github.com/sdaubert/packetgen/wiki>


PacketGen provides simple ways to generate, send and capture network
packets.

Supported protocols are: Ethernet, Dot11, Dot1x, ARP, IP, IPv6, GRE,
ICMP, IGMP, ICMPv6, MLD, MLDv2, OSPFv2, OSPFv3, UDP, TCP, SNMP, ESP,
DNS, IKE, EAP, BOOTP, DHCP, TFTP, NetBIOS, HTTP and MDNS.


Changes:

### 2.8.0 / 2018-09-10

* Add support for NetBIOS datagram service (new classes:
Header::NetBIOS::Name and Header::NetBIOS::Datagram).
* Drop support for ruby 2.2.
* Types::CString now supports UTF-16 encodings
* Types::Fields#offset_of is added. This method will ease writing of new
protocols.

Unsubscribe: <mailto:ruby-talk-***@ruby-lang.org?subject=unsubscribe>
<http://lists.ruby-lang.org/cgi-bin/mailman/options/ruby-talk>
KING SABRI
2018-09-10 18:37:36 UTC
Permalink
Congrats the new release!

Senior Information Security Engineer
OSCE, GWAPT, CEH, OSCP, RHCE, CCNA, MCITP-EA
Post by Sylvain Daubert
packetgen 2.8.0 has been released.
* home: <https://github.com/sdaubert/packetgen>
* bugs: <https://github.com/sdaubert/packetgen/issues>
* doc: <https://github.com/sdaubert/packetgen/wiki>
PacketGen provides simple ways to generate, send and capture network
packets.
Supported protocols are: Ethernet, Dot11, Dot1x, ARP, IP, IPv6, GRE,
ICMP, IGMP, ICMPv6, MLD, MLDv2, OSPFv2, OSPFv3, UDP, TCP, SNMP, ESP,
DNS, IKE, EAP, BOOTP, DHCP, TFTP, NetBIOS, HTTP and MDNS.
### 2.8.0 / 2018-09-10
Header::NetBIOS::Name and Header::NetBIOS::Datagram).
* Drop support for ruby 2.2.
* Types::CString now supports UTF-16 encodings
* Types::Fields#offset_of is added. This method will ease writing of new
protocols.
<http://lists.ruby-lang.org/cgi-bin/mailman/options/ruby-talk>
Loading...