Libnet
Back to list
Name:
Email:
*Note: Email address will appear as "user domain ext" to prevent harvesting.
Subject:
Message:
Re: FreeBSD libnet_pblock_find() problem
Mar 01 2005 08:53PM
Mike Schiffman (mike infonexus com)
Try initializing the ptag values:
libnet_ptag_t udp, ip;
udp = ip = LIBNET_PTAG_INITIALIZER;
On Feb 28, 2005, at 6:30 PM, Victor Lima wrote:
> Hello list,
>
> Im trying to build an application that will forge UDP packets
> based on
> information retrieved by libpcap. The box that I'm using...
[ more ]
Privacy Statement
Copyright 2010, SecurityFocus
libnet_ptag_t udp, ip;
udp = ip = LIBNET_PTAG_INITIALIZER;
On Feb 28, 2005, at 6:30 PM, Victor Lima wrote:
> Hello list,
>
> Im trying to build an application that will forge UDP packets
> based on
> information retrieved by libpcap. The box that I'm using...
[ more ]