Frédéric Raynal
2005-02-20 18:21:46 UTC
Hello
Here is a new release of NG devel tree.
ng-050220
- change some ifdef and so on in libnet-swab.h (should be rewritten)
- IPv6:
- fixed libnet_in6_addr
- add RAW6 mode ... but tested only on Linux
- add builders, checksum, and new sample (sample/ip6.c)
- unmacrofied all the 802.11 functions (C99 rulez ...)
- remove all %z[x,u]: size_t args are casted to unsigned long in
format strings
- port builders
rip, sebek, bgp, vrrp, ipv6 (libnet_build_ip.c), rpc (udp & tcp
samples ported), isl (+ sample), token ring (+ sample/tring_tcp)
- change prototype of libnet_[MODE]_write_bytes() so that size is
size_t
It should be tested under win32 (the project files .dsp and other
needs to be rebuild I guess).
http://www.security-labs.org/libnetng/
I still have to port OSPF builder. The one in current tree was
"broken" (I cant remember if it was a bug, or a request for feature so
that it becomes more convenient to use).
Enjoy,
Fred Raynal
Here is a new release of NG devel tree.
ng-050220
- change some ifdef and so on in libnet-swab.h (should be rewritten)
- IPv6:
- fixed libnet_in6_addr
- add RAW6 mode ... but tested only on Linux
- add builders, checksum, and new sample (sample/ip6.c)
- unmacrofied all the 802.11 functions (C99 rulez ...)
- remove all %z[x,u]: size_t args are casted to unsigned long in
format strings
- port builders
rip, sebek, bgp, vrrp, ipv6 (libnet_build_ip.c), rpc (udp & tcp
samples ported), isl (+ sample), token ring (+ sample/tring_tcp)
- change prototype of libnet_[MODE]_write_bytes() so that size is
size_t
It should be tested under win32 (the project files .dsp and other
needs to be rebuild I guess).
http://www.security-labs.org/libnetng/
I still have to port OSPF builder. The one in current tree was
"broken" (I cant remember if it was a bug, or a request for feature so
that it becomes more convenient to use).
Enjoy,
Fred Raynal