Last change
on this file since 61 was
22,
checked in by rings, 14 years ago
|
|
-
Property svn:executable set to
*
|
File size:
1.0 KB
|
Line | |
---|
1 | /** |
---|
2 | * @file TrafficCaptureMessageId.h |
---|
3 | * This header file defines identification codes used in data messages |
---|
4 | * @author Tomas Urban |
---|
5 | * @version 0.2 |
---|
6 | * @date 23/07/2009 |
---|
7 | */ |
---|
8 | #ifndef TRAFFIC_CAPTURE_MESSAGE_ID_H |
---|
9 | #define TRAFFIC_CAPTURE_MESSAGE_ID_H |
---|
10 | |
---|
11 | #define CAPTURED_PACKET_IND 0x0001 /**< ID of CaptureData */ |
---|
12 | #define SET_FILTER_REQ 0x0002 /**< ID of SetFilterRequest */ |
---|
13 | #define START_CAPTURE_REQ 0x0003 /**< ID of StartCaptureRequest */ |
---|
14 | #define START_CAPTURE_REP 0x0004 /**< ID of StartCaptureReply */ |
---|
15 | #define STOP_CAPTURE_REQ 0x0005 /**< ID of StopCaptureRequest */ |
---|
16 | #define STOP_CAPTURE_REP 0x0006 /**< ID of StopCaptureReply */ |
---|
17 | #define OPEN_DEVICE_REQ 0x0007 /**< ID of OpenDeviceRequest */ |
---|
18 | #define OPEN_DEVICE_REP 0x0008 /**< ID of OpenDeviceReply */ |
---|
19 | #define SET_FILTER_REP 0x0009 /**< ID of SetFilterReply */ |
---|
20 | #define MERGE_FILES_REQ 0x000A /**< ID of MergePcapFilesRequest */ |
---|
21 | #define MERGE_FILES_REP 0x000B /**< ID of MergePcapFilesReply */ |
---|
22 | |
---|
23 | #endif |
---|
Note: See
TracBrowser
for help on using the repository browser.