FileterDlg.h
资源名称:ntpacket.zip [点击查看]
上传用户:qxsjcl
上传日期:2007-01-08
资源大小:263k
文件大小:2k
源码类别:
网络截获/分析
开发平台:
Visual C++
- #if !defined(AFX_FILETERDLG_H__33CCE1F6_9251_11D3_93DF_00A0C9685ADF__INCLUDED_)
- #define AFX_FILETERDLG_H__33CCE1F6_9251_11D3_93DF_00A0C9685ADF__INCLUDED_
- #if _MSC_VER >= 1000
- #pragma once
- #endif // _MSC_VER >= 1000
- // FileterDlg.h : header file
- //
- /////////////////////////////////////////////////////////////////////////////
- // CFileterDlg dialog
- #include <winsock.h>
- #include "ipaddr.h"
- class CFileterDlg : public CDialog
- {
- // Construction
- public:
- CFileterDlg(CWnd* pParent = NULL); // standard constructor
- // Dialog Data
- //{{AFX_DATA(CFileterDlg)
- enum { IDD = IDD_FILTER };
- CListBox m_list_sport;
- CListBox m_list_dport;
- CListBox m_list_dip;
- CListBox m_list_sip;
- int m_edit_sport;
- int m_edit_dport;
- //}}AFX_DATA
- unsigned char m_sAddr[4];
- unsigned char m_dAddr[4];
- // Overrides
- // ClassWizard generated virtual function overrides
- //{{AFX_VIRTUAL(CFileterDlg)
- protected:
- virtual void DoDataExchange(CDataExchange* pDX); // DDX/DDV support
- //}}AFX_VIRTUAL
- // Implementation
- protected:
- // Generated message map functions
- //{{AFX_MSG(CFileterDlg)
- virtual BOOL OnInitDialog();
- afx_msg void OnButtonSipAdd();
- afx_msg void OnButtonDipAdd();
- afx_msg void OnButtonSportAdd();
- afx_msg void OnButtonDportAdd();
- afx_msg void OnButtonDipDel();
- afx_msg void OnButtonDportDel();
- afx_msg void OnButtonSipDel();
- afx_msg void OnButtonSportDel();
- virtual void OnOK();
- //}}AFX_MSG
- DECLARE_MESSAGE_MAP()
- public:
- CIPAddrCtl* m_pSIPAddrCtl;
- CIPAddrCtl* m_pDIPAddrCtl;
- };
- //{{AFX_INSERT_LOCATION}}
- // Microsoft Developer Studio will insert additional declarations immediately before the previous line.
- #endif // !defined(AFX_FILETERDLG_H__33CCE1F6_9251_11D3_93DF_00A0C9685ADF__INCLUDED_)