- 1、本文档共33页,可阅读全部内容。
- 2、有哪些信誉好的足球投注网站(book118)网站文档一经付费(服务费),不意味着购买了该文档的版权,仅供个人/单位学习、研究之用,不得用于商业用途,未经授权,严禁复制、发行、汇编、翻译或者网络传播等,侵权必究。
- 3、本站所有内容均由合作方或网友上传,本站不对文档的完整性、权威性及其观点立场正确性做任何保证或承诺!文档内容仅供研究参考,付费前请自行鉴别。如您付费,意味着您自己接受本站规则且自行承担风险,本站不退款、不进行额外附加服务;查看《如何避免下载的几个坑》。如果您已付费下载过本站文档,您可以点击 这里二次下载。
- 4、如文档侵犯商业秘密、侵犯著作权、侵犯人身权等,请点击“版权申诉”(推荐),也可以打举报电话:400-050-0827(电话支持时间:9:00-18:30)。
查看更多
防火墙代码(Firewall code)
防火墙代码(Firewall code)
Firewall code
BOOL IpRule:: OnInitDialog ()
{
CDialog:: OnInitDialog ();
M_hDLGBKBrush = CreateSolidBrush (RGB (242246250));
Add extra initialization here / / TODO:
M_iprulelist.SetExtendedStyle (m_iprulelist.GetExtendedStyle ()
LVS_EX_CHECKBOXES LVS_EX_FLATSB LVS_EX_GRIDLINES | | |
| LVS_EX_HEADERDRAGDROP | LVS_EX_FULLROWSELECT);
M_iprulelist.InsertColumn (0, enabled, LVCFMT_LEFT, 20, -1);
M_iprulelist.InsertColumn (1, rule name, LVCFMT_LEFT, 180, -1);
M_iprulelist.InsertColumn (2, action, LVCFMT_LEFT, 40, -1);
M_iprulelist.InsertColumn (3, protocol, LVCFMT_LEFT, 45, -1);
M_iprulelist.InsertColumn (4, direction, LVCFMT_LEFT, 40, -1);
M_iprulelist.InsertColumn (5, IP, LVCFMT_LEFT, 80, -1);
M_iprulelist.InsertColumn (6, port of the other party, LVCFMT_LEFT, 60, -1);
M_iprulelist.InsertColumn (7, native port, LVCFMT_LEFT, 60, -1);
M_iprulelist.InsertItem (0, );
Return TRUE TRUE unless you set; / / return the focus to a control
EXCEPTION: OCX Property Pages should return / / FALSE
}
Void IpRule:: OnBeditip ()
{
EditIPRule m_editDlg;
POSITION pos;
Int row;
DialogText dText;
CString address;
ICMP_ITEM *icRule = new, ICMP_ITEM ();
//TU_ITEM *tuRule;
POS = m_iprulelist.GetFirstSelectedItemPosition ();
Row = m_iprulelist.GetNextSelectedItem (POS);
/*CString temp;
Temp.Format (%d, row);
MessageBox (Temp); * /
DText.name = m_iprulelist.GetItemText (row, 1);
DText.action = m_iprulelist.GetItemText (row, 2);
DText.direction = m_iprulelist.GetItemText (row, 4);
If (m_iprulelist.GetItemText (row, 5) = = arbitrary)
{
DText.destStartIp = 0;
DText.destEndIp = 0;
}
Else
{
Address = m_iprulelist.GetItemText (row, 5);
DText.destStartIp = 0 //not finished
DText.destEndIp = 0
}
If (address = m_iprulelist.GetItemText (row, 6) = = )
{
DText.destStartPort =;
DText.destEndPort =;
}
Else
{
}
If (address = m_iprulelist.GetItemText (row, 7) = = )
{
DText.srcStartPort =;
DText.
Srcendport = ;
}
Else
{
}
Getdlgitemtext (IDC _ description, dtext.descriptio
您可能关注的文档
- 讲讲我的生物创业过程(Tell me about my bio entrepreneurship process).doc
- 讲话稿《养文明习惯 做文明学生》(Speech, civilized habits, civilized students.).doc
- 论portal技术在图书馆个性化知识服务中的应用(Application of portal technology in personalized knowledge service of Library).doc
- 论_受托责任观_和_决策有用观_的变迁_1_省略_30年以后经济环境变化对会计目(On _ accountability and decision usefulness _ _ _ changes _1_ ellipsis after _30 years changes in the economic environment of accounting.).doc
- 论体育场馆产品属性与功能(On the property and function of stadiums and gymnasiums).doc
- 论幼儿情绪智力的培养(On the development of emotional intelligence for young children).doc
- 论我国建设工程造价控制措施(Discussion on control measures of construction cost in our country).doc
- 论教师的情感教育(On the emotional education of Teachers).doc
- 论文排版技巧(Typesetting skills).doc
- 论文排版超有用的word小技巧(Word useful tips for composing articles).doc
文档评论(0)