mirror of
https://github.com/BlackLight/Snort_AIPreproc.git
synced 2024-11-13 04:07:15 +01:00
9 lines
202 B
DTD
9 lines
202 B
DTD
|
<?xml version="1.0" encoding="UTF-8"?>
|
||
|
<!DOCTYPE hyperalert[
|
||
|
<!ELEMENT hyperalert (snort-id, pre, post)>
|
||
|
<!ELEMENT snort-id (#PCDATA)>
|
||
|
<!ELEMENT pre (#PCDATA)>
|
||
|
<!ELEMENT post (#PCDATA)>
|
||
|
]>
|
||
|
|