You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
8 lines
205 B
8 lines
205 B
#ifndef _NVT_H_INCLUDED_
|
|
#define _NVT_H_INCLUDED_
|
|
|
|
#define NVT_IAC_STRING "\377"
|
|
#define NVT_INTERRUPT_PROCESS_STRING "\377\364"
|
|
#define NVT_DATA_MARK_STRING "\377\362"
|
|
|
|
#endif // _NVT_H_INCLUDED_
|