Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 102558 Details for
Bug 155955
net-analyzer/snortsam segfaults with ciscoacl plugin
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
Fixed header provided by Ali Basel on the snortsam mailing list
ssp_ciscoacl.h (text/plain), 2.20 KB, created by
Paul Kehrer
on 2006-11-22 09:26:02 UTC
(
hide
)
Description:
Fixed header provided by Ali Basel on the snortsam mailing list
Filename:
MIME Type:
Creator:
Paul Kehrer
Created:
2006-11-22 09:26:02 UTC
Size:
2.20 KB
patch
obsolete
>/* $Id: ssp_ciscoacl.h,v 2.2 2003/01/16 05:56:48 fknobbe Exp $ > * > * > * Copyright (c) 2002 Ali BASEL <alib@sabanciuniv.edu> > * All rights reserved. > * > * Redistribution and use in source and binary forms, with or without > * modification, are permitted provided that the following conditions > * are met: > * 1. Redistributions of source code must retain the above copyright > * notice, this list of conditions and the following disclaimer. > * 2. Redistributions in binary form must reproduce the above copyright > * notice, this list of conditions and the following disclaimer in the > * documentation and/or other materials provided with the distribution. > * > * THIS SOFTWARE IS PROVIDED BY THE AUTHOR AND CONTRIBUTORS ``AS IS'' AND > * ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE > * IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE > * ARE DISCLAIMED. IN NO EVENT SHALL THE AUTHOR OR CONTRIBUTORS BE LIABLE > * FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL > * DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS > * OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) > * HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT > * LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY > * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF > * SUCH DAMAGE. > * > * > * ssp_ciscoacl.h > * > * Purpose: > * > * This SnortSam cisco_acl plugin blocks attackers using cisco router ACLs. > * > * > */ > > >#ifndef __SSP_CISCOACL_H__ >#define __SSP_CISCOACL_H__ > > >#define CISCOACLPWLEN 50 /* Maximum password length */ >#define CISCOACLFILELEN 100 >#define CISCOACLNETWAIT 20 /* Network timeout in sec */ > >typedef struct _ciscoacldata /* List of ciscoacl routers */ >{ struct in_addr ip; > char username[CISCOACLPWLEN+2]; > char telnetpw[CISCOACLPWLEN+2]; > char enablepw[CISCOACLPWLEN+2]; > char aclfile[CISCOACLFILELEN+2]; > char ftpfile[CISCOACLFILELEN+2]; >} CISCOACLDATA; > > >void CISCOACLParse(char *,char *,unsigned long,DATALIST *); >void CISCOACLBlock(BLOCKINFO *,void *); >int CISCOACLCheck(char *,char *); >int CISCOACLsendreceive(SOCKET,char *,char *); > >#endif /* __SSP_CISCOACL_H__ */ >
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Raw
Actions:
View
Attachments on
bug 155955
:
102557
| 102558