Commit graph

3 commits

Author SHA1 Message Date
adrianp
fdfa224940 Update to 3.25
In Brief:
3.24 Sat Dec 16 17:48:15 CET 2006
- NEW: now supports big-endian archs (IPv4 and IPv6 update)
- bugfix: Frame: require VLAN

3.21 Wed Nov 15 19:52:43 CET 2006
- NEW: added layers STP, OSPF (header only), IGMPv4 (v1 and v2),
  CDP::Address, CDP::TypeAddresses, CDP::TypeCapabilities,
  CDP::TypePortId, CDP::TypeSoftwareVersion
- NEW: Dump now support PPP links

3.20 Sun Nov 12 23:02:09 CET 2006
- NEW: support for PPPoE, PPP, PPPLCP, LLC, and begin the work for CDP
2007-01-03 14:24:35 +00:00
wiz
709a4bd03f Remove (in pkgsrc) broken test for pcap-int.h, the dependency pattern
makes sure we have that file.
2006-02-19 22:43:59 +00:00
adrianp
b2b2b75ac1 This module is a unified framework to craft, send and receive packets at
layers 2, 3, 4 and 7.

Basically, you forge each layer of a frame (Net::Packet::IPv4 for layer 3,
Net::Packet::TCP for layer 4 ; for example), and pack all of this into a
Net::Packet::Frame object. Then, you can send the frame to the network, and
receive it easily, since the response is automatically searched for and
matched against the request.
2005-08-13 08:11:17 +00:00