Snort mailing list archives

Re: How To Decode IPv6 Packet?


From: Matt Watchinski <matt () farm9 com>
Date: Fri, 29 Mar 2002 01:49:17 -0600

Snort doesn't do much with IPV6 packets looking at decode.c

void DecodeIPV6(u_int8_t *pkt, u_int32_t len)
{
        if(pv.verbose_flag)
        {
                puts("IPV6 packet");
        }
        return;
}

but i could be wrong, it's late.

-matt

nanthan wrote:

hi, Im using Snort for my research. How do decode the IPv6 address?
Please do help me...

thanks

with best regards

NANTHAN.R
______________________________
sent by Zapo.NET Your FREEmail
12MB/WAP/filters/folders/fast!

_______________________________________________
Snort-users mailing list
Snort-users () lists sourceforge net
Go to this URL to change user options or unsubscribe:
https://lists.sourceforge.net/lists/listinfo/snort-users
Snort-users list archive:
http://www.geocrawler.com/redir-sf.php3?list=snort-users

_______________________________________________
Snort-users mailing list
Snort-users () lists sourceforge net
Go to this URL to change user options or unsubscribe:
https://lists.sourceforge.net/lists/listinfo/snort-users
Snort-users list archive:
http://www.geocrawler.com/redir-sf.php3?list=snort-users


Current thread: