packetfilter.h
上传用户:xakehao
上传日期:2013-08-28
资源大小:100k
文件大小:1k
- #if !defined(AFX_PACKETFILTER_H__7F5E5762_46A9_49B4_8922_0F9D221EFB79__INCLUDED_)
- #define AFX_PACKETFILTER_H__7F5E5762_46A9_49B4_8922_0F9D221EFB79__INCLUDED_
- #if _MSC_VER > 1000
- #pragma once
- #endif // _MSC_VER > 1000
- // packetfilter.h : header file
- //
- /////////////////////////////////////////////////////////////////////////////
- // packetfilter dialog
- class packetfilter : public CDialog
- {
- // Construction
- public:
- packetfilter(CWnd* pParent = NULL); // standard constructor
- // Dialog Data
- //{{AFX_DATA(packetfilter)
- enum { IDD = IDD_DIALOG_PACKETFILTER };
- CButton m_icmpctrl;
- CButton m_udpctrl;
- CButton m_tcpctrl;
- BOOL m_tcp;
- BOOL m_udp;
- BOOL m_icmp;
- //}}AFX_DATA
- // Overrides
- // ClassWizard generated virtual function overrides
- //{{AFX_VIRTUAL(packetfilter)
- protected:
- virtual void DoDataExchange(CDataExchange* pDX); // DDX/DDV support
- //}}AFX_VIRTUAL
- // Implementation
- protected:
- // Generated message map functions
- //{{AFX_MSG(packetfilter)
- afx_msg void OnCheckTcp();
- afx_msg void OnCheckUdp();
- afx_msg void OnCheckIcmp();
- //}}AFX_MSG
- DECLARE_MESSAGE_MAP()
- };
- //{{AFX_INSERT_LOCATION}}
- // Microsoft Visual C++ will insert additional declarations immediately before the previous line.
- #endif // !defined(AFX_PACKETFILTER_H__7F5E5762_46A9_49B4_8922_0F9D221EFB79__INCLUDED_)