📄 bherr.h
字号:
//=============================================================================
#define BHERR_NETWORK_NOT_OPENED 50
//=============================================================================
// The frame was not found in the buffer.
//=============================================================================
#define BHERR_FRAME_NOT_FOUND 51
//=============================================================================
// There are no handles available.
//=============================================================================
#define BHERR_NO_HANDLES 53
//=============================================================================
// The network ID is invalid.
//=============================================================================
#define BHERR_INVALID_NETWORK_ID 54
//=============================================================================
// The capture handle is invalid.
//=============================================================================
#define BHERR_INVALID_HCAPTURE 55
//=============================================================================
// The protocol has already been enabled.
//=============================================================================
#define BHERR_PROTOCOL_ALREADY_ENABLED 56
//=============================================================================
// The filter expression is invalid.
//=============================================================================
#define BHERR_FILTER_INVALID_EXPRESSION 57
//=============================================================================
// A transmit error occured.
//=============================================================================
#define BHERR_TRANSMIT_ERROR 58
//=============================================================================
// The buffer handle is invalid.
//=============================================================================
#define BHERR_INVALID_HBUFFER 59
//=============================================================================
// The specified data is unknown or invalid.
//=============================================================================
#define BHERR_INVALID_DATA 60
//=============================================================================
// The MS-DOS/NDIS 2.0 network driver is not loaded.
//=============================================================================
#define BHERR_MSDOS_DRIVER_NOT_LOADED 61
//=============================================================================
// The Windows VxD/NDIS 3.0 network driver is not loaded.
//=============================================================================
#define BHERR_WINDOWS_DRIVER_NOT_LOADED 62
//=============================================================================
// The MS-DOS/NDIS 2.0 driver had an init-time failure.
//=============================================================================
#define BHERR_MSDOS_DRIVER_INIT_FAILURE 63
//=============================================================================
// The Windows/NDIS 3.0 driver had an init-time failure.
//=============================================================================
#define BHERR_WINDOWS_DRIVER_INIT_FAILURE 64
//=============================================================================
// The network driver is busy and cannot handle requests.
//=============================================================================
#define BHERR_NETWORK_BUSY 65
//=============================================================================
// The capture is not paused.
//=============================================================================
#define BHERR_CAPTURE_NOT_PAUSED 66
//=============================================================================
// The frame/packet length is not valid.
//=============================================================================
#define BHERR_INVALID_PACKET_LENGTH 67
//=============================================================================
// An internal exception occured.
//=============================================================================
#define BHERR_INTERNAL_EXCEPTION 69
//=============================================================================
// The MAC driver does not support promiscious mode.
//=============================================================================
#define BHERR_PROMISCUOUS_MODE_NOT_SUPPORTED 70
//=============================================================================
// The MAC driver failed to open.
//=============================================================================
#define BHERR_MAC_DRIVER_OPEN_FAILURE 71
//=============================================================================
// The protocol went off the end of the frame.
//=============================================================================
#define BHERR_RUNAWAY_PROTOCOL 72
//=============================================================================
// An asynchronous operation is still pending.
//=============================================================================
#define BHERR_PENDING 73
//=============================================================================
// Access is denied.
//=============================================================================
#define BHERR_ACCESS_DENIED 74
//=============================================================================
// The password handle is invalid.
//=============================================================================
#define BHERR_INVALID_HPASSWORD 75
//=============================================================================
// A bad parameter was detected.
//=============================================================================
#define BHERR_INVALID_PARAMETER 76
//=============================================================================
// An error occured reading the file.
//=============================================================================
#define BHERR_FILE_READ_ERROR 77
//=============================================================================
// An error occured writing to the file.
//=============================================================================
#define BHERR_FILE_WRITE_ERROR 78
//=============================================================================
// The protocol has not been registered
//=============================================================================
#define BHERR_PROTOCOL_NOT_REGISTERED 79
//=============================================================================
// The frame does not contain an IP address.
//=============================================================================
#define BHERR_IP_ADDRESS_NOT_FOUND 80
//=============================================================================
// The transmit request was cancelled.
//=============================================================================
#define BHERR_TRANSMIT_CANCELLED 81
//=============================================================================
// The operation cannot be performed on a capture with 1 or more locked frames.
//=============================================================================
#define BHERR_LOCKED_FRAMES 82
//=============================================================================
// A cancel transmit request was submitted but there were no transmits pending.
//=============================================================================
#define BHERR_NO_TRANSMITS_PENDING 83
//=============================================================================
// Path not found.
//=============================================================================
#define BHERR_PATH_NOT_FOUND 84
//=============================================================================
// A windows error has occured.
//=============================================================================
#define BHERR_WINDOWS_ERROR 85
//=============================================================================
// The handle to the frame has no frame number.
//=============================================================================
#define BHERR_NO_FRAME_NUMBER 86
//=============================================================================
// The frame is not associated with any capture.
//=============================================================================
#define BHERR_FRAME_HAS_NO_CAPTURE 87
//=============================================================================
// The frame is already associated with a capture.
//=============================================================================
#define BHERR_FRAME_ALREADY_HAS_CAPTURE 88
//=============================================================================
// The NAL is not remotable.
//=============================================================================
#define BHERR_NAL_IS_NOT_REMOTE 89
//=============================================================================
// The API is not supported
//=============================================================================
#define BHERR_NOT_SUPPORTED 90
//=============================================================================
// Bloodhound should discard the current frame. This error code is only used
// duing a filterd SaveCapture() API call.
//=============================================================================
#define BHERR_DISCARD_FRAME 91
//=============================================================================
// Bloodhound should cancel the current save. This error code is only used
// duing a filterd SaveCapture() API call.
//=============================================================================
#define BHERR_CANCEL_SAVE_CAPTURE 92
//=============================================================================
// The connection to the remote machine has been lost
//=============================================================================
#define BHERR_LOST_CONNECTION 93
//=============================================================================
// The media/mac type is not valid.
//=============================================================================
#define BHERR_INVALID_MEDIA_TYPE 94
//=============================================================================
// The Remote Agent is currently in use
//=============================================================================
#define BHERR_AGENT_IN_USE 95
//=============================================================================
// The request has timed out
//=============================================================================
#define BHERR_TIMEOUT 96
//=============================================================================
// The remote agent has been disconnected
//=============================================================================
#define BHERR_DISCONNECTED 97
//=============================================================================
// A timer required for operation failed creation
//=============================================================================
#define BHERR_SETTIMER_FAILED 98
//=============================================================================
// A network error occured.
//=============================================================================
#define BHERR_NETWORK_ERROR 99
//=============================================================================
// The capture file is an uplevel version that this netmon does not understand
//=============================================================================
#define BHERR_UPLEVEL_CAPTURE_FILE 113
#endif
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -