Changeset 1606
- Timestamp:
- 03/22/08 22:08:55 (5 months ago)
- Files:
-
- nepenthes/trunk/nepenthes-core/include/Event.hpp (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
nepenthes/trunk/nepenthes-core/include/Event.hpp
r836 r1606 47 47 #define EV_SOCK_TCP_TX 6 48 48 49 #define EV_SOCK_UDP_BIND 7 50 #define EV_SOCK_UDP_ACCEPT 8 51 #define EV_SOCK_UDP_CONNECT 9 52 #define EV_SOCK_UDP_CLOSE 10 49 #define EV_SOCK_UDP_BIND 11 50 #define EV_SOCK_UDP_ACCEPT 12 51 #define EV_SOCK_UDP_CONNECT 13 52 #define EV_SOCK_UDP_CLOSE 14 53 #define EV_SOCK_UDP_RX 15 54 #define EV_SOCK_UDP_TX 16 53 55 54 #define EV_SOCK_UDS_BIND 11 55 #define EV_SOCK_UDS_ACCEPT 12 56 #define EV_SOCK_UDS_CONNECT 13 57 #define EV_SOCK_UDS_CLOSE 14 56 #define EV_SOCK_UDS_BIND 21 57 #define EV_SOCK_UDS_ACCEPT 22 58 #define EV_SOCK_UDS_CONNECT 23 59 #define EV_SOCK_UDS_CLOSE 24 60 #define EV_SOCK_UDS_RX 25 61 #define EV_SOCK_UDS_TX 26 58 62 59 #define EV_SOCK_RAW_BIND 1560 #define EV_SOCK_RAW_ACCEPT 1661 #define EV_SOCK_RAW_CONNECT 1762 #define EV_SOCK_RAW_CLOSE 1863 63 64 #define EV_DOWNLOAD 1965 64 66 #define EV_SUBMISSION 20 67 #define EV_SUBMISSION_UNIQ 21 68 #define EV_SUBMISSION_HIT 22 65 #define EV_SOCK_RAW_BIND 31 66 #define EV_SOCK_RAW_ACCEPT 32 67 #define EV_SOCK_RAW_CONNECT 33 68 #define EV_SOCK_RAW_CLOSE 34 69 #define EV_SOCK_RAW_RX 35 70 #define EV_SOCK_RAW_TX 36 69 71 70 #define EV_DIALOGUE_ASSIGN_AND_DONE 2371 72 72 #define EV_SHELLCODE_DONE 2473 73 74 #define EV_HEXDUMP 25 74 #define EV_DOWNLOAD 41 75 76 #define EV_SUBMISSION 51 77 #define EV_SUBMISSION_UNIQ 52 78 #define EV_SUBMISSION_HIT 53 79 80 #define EV_DIALOGUE_ASSIGN_AND_DONE 61 81 82 #define EV_SHELLCODE_DONE 71 83 84 #define EV_HEXDUMP 81 75 85 76 86 class Event
