add winpcap 4.0.2 from url http://www.winpcap.org/
[natblaster.git] / winpcap / Examples / NETMETER / ProgCaptDlg.h
blob7ced629321c31210d6c2cbc64cfd5a54b8127b3a
1 /*
2 * Copyright (c) 1999 - 2005 NetGroup, Politecnico di Torino (Italy)
3 * Copyright (c) 2005 - 2006 CACE Technologies, Davis (California)
4 * All rights reserved.
6 * Redistribution and use in source and binary forms, with or without
7 * modification, are permitted provided that the following conditions
8 * are met:
10 * 1. Redistributions of source code must retain the above copyright
11 * notice, this list of conditions and the following disclaimer.
12 * 2. Redistributions in binary form must reproduce the above copyright
13 * notice, this list of conditions and the following disclaimer in the
14 * documentation and/or other materials provided with the distribution.
15 * 3. Neither the name of the Politecnico di Torino, CACE Technologies
16 * nor the names of its contributors may be used to endorse or promote
17 * products derived from this software without specific prior written
18 * permission.
20 * THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
21 * "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
22 * LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR
23 * A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT
24 * OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,
25 * SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT
26 * LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,
27 * DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY
28 * THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
29 * (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
30 * OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
35 #if !defined(AFX_PROGCAPTDLG_H__D79DA3C4_3B52_11D2_9482_0020AF2A4474__INCLUDED_)
36 #define AFX_PROGCAPTDLG_H__D79DA3C4_3B52_11D2_9482_0020AF2A4474__INCLUDED_
38 #if _MSC_VER >= 1000
39 #pragma once
40 #endif // _MSC_VER >= 1000
41 // ProgCaptDlg.h : header file
43 #include "..\..\include\pcap-c.h"
45 class CCapPars;
47 /////////////////////////////////////////////////////////////////////////////
48 // CProgCaptDlg dialog
50 class CProgCaptDlg : public CDialog
52 // Construction
53 public:
54 CProgCaptDlg(CWnd* pParent = NULL); // standard constructor
55 CCapPars* m_Main;
56 int npc;
57 int init;
58 pcap_t *fp;
59 pcap_dumper_t *dumpfile;
62 // Dialog Data
63 //{{AFX_DATA(CProgCaptDlg)
64 enum { IDD = IDD_CAP_BUSY };
65 CStatic m_Static;
66 CProgressCtrl m_Progress;
67 //}}AFX_DATA
70 // Overrides
71 // ClassWizard generated virtual function overrides
72 //{{AFX_VIRTUAL(CProgCaptDlg)
73 public:
74 virtual BOOL PreTranslateMessage(MSG* pMsg);
75 protected:
76 virtual void DoDataExchange(CDataExchange* pDX); // DDX/DDV support
77 //}}AFX_VIRTUAL
79 // Implementation
80 protected:
81 int p;
82 int v;
84 // Generated message map functions
85 //{{AFX_MSG(CProgCaptDlg)
86 virtual BOOL OnInitDialog();
87 virtual void OnCancel();
88 //}}AFX_MSG
89 DECLARE_MESSAGE_MAP()
92 //{{AFX_INSERT_LOCATION}}
93 // Microsoft Developer Studio will insert additional declarations immediately before the previous line.
95 #endif // !defined(AFX_PROGCAPTDLG_H__D79DA3C4_3B52_11D2_9482_0020AF2A4474__INCLUDED_)