⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 netcapdlg.h

📁 一个关于sniffe嗅探的程序
💻 H
字号:
// NetcapDlg.h : header file
//

#if !defined(AFX_NETCAPDLG_H__9E388A2A_1F49_40BC_B65D_E9795B07C938__INCLUDED_)
#define AFX_NETCAPDLG_H__9E388A2A_1F49_40BC_B65D_E9795B07C938__INCLUDED_
#include "Listener.h"
#if _MSC_VER > 1000
#pragma once
#endif // _MSC_VER > 1000
#include "FilterSetDlg1.h"
/////////////////////////////////////////////////////////////////////////////
// CNetcapDlg dialog

class CNetcapDlg : public CDialog
{
// Construction
public:
	CNetcapDlg(CWnd* pParent = NULL);	// standard constructor

// Dialog Data
	//{{AFX_DATA(CNetcapDlg)
	enum { IDD = IDD_NETCAP_DIALOG };
	CListCtrl m_list;
	CString m_edit;
		// NOTE: the ClassWizard will add data members here
	//}}AFX_DATA

	// ClassWizard generated virtual function overrides
	//{{AFX_VIRTUAL(CNetcapDlg)
	protected:
	virtual void DoDataExchange(CDataExchange* pDX);	// DDX/DDV support
	//}}AFX_VIRTUAL

// Implementation
protected:
	HICON m_hIcon;
	void OnSelectionChanged();
	POSITION m_nCurSel;
	CFilterSetDlg1 m_dlgFilter;
	CToolBar m_wndToolBar;
	CListener m_listener;
	// Generated message map functions
	//{{AFX_MSG(CNetcapDlg)
	virtual BOOL OnInitDialog();
	afx_msg void OnSysCommand(UINT nID, LPARAM lParam);
	afx_msg void OnPaint();
	afx_msg HCURSOR OnQueryDragIcon();
	afx_msg void OnExit();
	afx_msg void OnStart();
	afx_msg void OnStop();
	afx_msg void OnFilter();
	afx_msg void OnClickCaptureList(NMHDR* PNMHDR, LRESULT* pResult);
	afx_msg void OnKeydownCaptureList(NMHDR* pNMHDR, LRESULT* pResult);
	afx_msg void OnClearList();
	afx_msg void OnDeleteItem();
	//}}AFX_MSG
	afx_msg void OnReceive(WPARAM,LPARAM);
	DECLARE_MESSAGE_MAP()
};

//{{AFX_INSERT_LOCATION}}
// Microsoft Visual C++ will insert additional declarations immediately before the previous line.

#endif // !defined(AFX_NETCAPDLG_H__9E388A2A_1F49_40BC_B65D_E9795B07C938__INCLUDED_)

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -