userguide: formatting: remove tabs

pull/4046/head
Jeff Lucovsky 6 years ago committed by Victor Julien
parent c68510437f
commit a66383569c

@ -146,84 +146,78 @@ Examples
:: ::
"anomaly": { "anomaly": {
"type": "packet", "type": "packet",
"event": "decoder.udp.pkt_too_small" "event": "decoder.icmpv4.unknown_type"
} }
{ "anomaly": {
"timestamp": "2016-01-17T13:26:30.841742-0800", "type": "packet",
"flow_id": 1848021463489450, "event": "decoder.udp.pkt_too_small"
"pcap_cnt": 1393890, }
"event_type": "anomaly",
"src_ip": "192.168.81.128", "anomaly": {
"src_port": 50105, "type": "packet",
"dest_ip": "31.148.99.125", "event": "decoder.ipv4.wrong_ip_version"
"dest_port": 80, }
"proto": "TCP",
"anomaly": { {
"type": "stream", "timestamp": "1969-12-31T16:04:21.000000-0800",
"event": "stream.reassembly_seq_gap" "pcap_cnt": 9262,
} "event_type": "anomaly",
} "src_ip": "208.21.2.184",
"src_port": 0,
{ "dest_ip": "10.1.1.99",
"timestamp": "1969-12-31T16:04:21.000000-0800", "dest_port": 0,
"pcap_cnt": 9262, "proto": "UDP",
"event_type": "anomaly", "packet": "////////AQEBAQEBCABFAAA8xZ5AAP8R1+DQFQK4CgE=",
"src_ip": "208.21.2.184", "packet_info": {
"src_port": 0, "linktype": 1
"dest_ip": "10.1.1.99", },
"dest_port": 0, "anomaly": {
"proto": "UDP", "type": "packet",
"packet": "////////AQEBAQEBCABFAAA8xZ5AAP8R1+DQFQK4CgE=", "event": "decoder.udp.pkt_too_small"
"packet_info": { }
"linktype": 1 }
},
"anomaly": { {
"type": "packet", "timestamp": "2016-01-11T05:10:54.612110-0800",
"event": "decoder.udp.pkt_too_small" "flow_id": 412547343494194,
} "pcap_cnt": 1391293,
} "event_type": "anomaly",
"src_ip": "192.168.122.149",
{ "src_port": 49324,
"timestamp": "2016-01-11T05:10:54.612110-0800", "dest_ip": "69.195.71.174",
"flow_id": 412547343494194, "dest_port": 443,
"pcap_cnt": 1391293, "proto": "TCP",
"event_type": "anomaly", "app_proto": "tls",
"src_ip": "192.168.122.149", "anomaly": {
"src_port": 49324, "type": "applayer",
"dest_ip": "69.195.71.174", "event": "APPLAYER_DETECT_PROTOCOL_ONLY_ONE_DIRECTION",
"dest_port": 443, "event_no": "1 (of 1)",
"proto": "TCP", "layer": "proto_detect"
"app_proto": "tls", }
"anomaly": { }
"type": "applayer",
"event": "APPLAYER_DETECT_PROTOCOL_ONLY_ONE_DIRECTION", {
"event_no": "1 (of 1)", "timestamp": "2016-01-11T05:10:52.828802-0800",
"layer": "proto_detect" "flow_id": 201217772575257,
} "pcap_cnt": 1391281,
} "event_type": "anomaly",
"src_ip": "192.168.122.149",
{ "src_port": 49323,
"timestamp": "2016-01-11T05:10:52.828802-0800", "dest_ip": "69.195.71.174",
"flow_id": 201217772575257, "dest_port": 443,
"pcap_cnt": 1391281, "proto": "TCP",
"event_type": "anomaly", "tx_id": 0,
"src_ip": "192.168.122.149", "app_proto": "tls",
"src_port": 49323, "anomaly": {
"dest_ip": "69.195.71.174", "type": "applayer",
"dest_port": 443, "event": "INVALID_RECORD_TYPE",
"proto": "TCP", "event_no": "1 (of 3)",
"tx_id": 0, "layer": "proto_parser"
"app_proto": "tls", }
"anomaly": { }
"type": "applayer",
"event": "INVALID_RECORD_TYPE",
"event_no": "1 (of 3)",
"layer": "proto_parser"
}
}
Event type: HTTP Event type: HTTP
---------------- ----------------

Loading…
Cancel
Save