From 065f3ab9f1ab0798adc885f998b8b4489bc08a84 Mon Sep 17 00:00:00 2001 From: Jason Ish Date: Fri, 12 Aug 2022 10:30:00 -0600 Subject: [PATCH] doc: rename bittorrent-dht to bittorrent_dht in eve output --- doc/userguide/output/eve/eve-json-format.rst | 28 ++++++++++---------- 1 file changed, 14 insertions(+), 14 deletions(-) diff --git a/doc/userguide/output/eve/eve-json-format.rst b/doc/userguide/output/eve/eve-json-format.rst index 2eed612dde..365a9ddf93 100644 --- a/doc/userguide/output/eve/eve-json-format.rst +++ b/doc/userguide/output/eve/eve-json-format.rst @@ -1024,14 +1024,14 @@ Examples: Ping and response:: - "bittorrent-dht": { + "bittorrent_dht": { "transaction_id": "aa", "request_type": "ping", "request": { "id": "abcdefghij0123456789" } } - "bittorrent-dht": { + "bittorrent_dht": { "transaction_id": "aa", "response": { "id": "mnopqrstuvwxyz123456" @@ -1040,7 +1040,7 @@ Ping and response:: Find_node and response:: - "bittorrent-dht": { + "bittorrent_dht": { "transaction_id": "aa", "client_version": "UT01", "request_type": "find_node", @@ -1049,7 +1049,7 @@ Find_node and response:: "target": "mnopqrstuvwxyz123456" } } - "bittorrent-dht": { + "bittorrent_dht": { "transaction_id": "aa", "client_version": "UT01", "response": { @@ -1060,7 +1060,7 @@ Find_node and response:: Get_peers and response with values param:: - "bittorrent-dht": { + "bittorrent_dht": { "transaction_id": "aa", "request_type": "get_peers", "request": { @@ -1068,7 +1068,7 @@ Get_peers and response with values param:: "info_hash": "mnopqrstuvwxyz123456" } } - "bittorrent-dht": { + "bittorrent_dht": { "transaction_id": "aa", "client_version": "UT12", "response": { @@ -1083,7 +1083,7 @@ Get_peers and response with values param:: Get_peers and response with nodes param:: - "bittorrent-dht": { + "bittorrent_dht": { "transaction_id": "aa", "request_type": "get_peers", "request": { @@ -1091,7 +1091,7 @@ Get_peers and response with nodes param:: "info_hash": "mnopqrstuvwxyz123456" } } - "bittorrent-dht": { + "bittorrent_dht": { "transaction_id": "aa", "response": { "id": "abcdefghij0123456789", @@ -1102,7 +1102,7 @@ Get_peers and response with nodes param:: Announce_peer and response:: - "bittorrent-dht": { + "bittorrent_dht": { "transaction_id": "aa", "request_type": "announce_peer", "request": { @@ -1112,7 +1112,7 @@ Announce_peer and response:: "port": 6881 } } - "bittorrent-dht": { + "bittorrent_dht": { "transaction_id": "aa", "response": { "id": "mnopqrstuvwxyz123456" @@ -1121,7 +1121,7 @@ Announce_peer and response:: Announce_peer with implied_port param and response:: - "bittorrent-dht": { + "bittorrent_dht": { "transaction_id": "aa", "request_type": "announce_peer", "request": { @@ -1132,7 +1132,7 @@ Announce_peer with implied_port param and response:: "port": 6881 } } - "bittorrent-dht": { + "bittorrent_dht": { "transaction_id": "aa", "response": { "id": "mnopqrstuvwxyz123456" @@ -1141,14 +1141,14 @@ Announce_peer with implied_port param and response:: Sample error responses:: - "bittorrent-dht": { + "bittorrent_dht": { "transaction_id": "aa", "error": { "num": 201, "msg": "A Generic Error Ocurred" } } - "bittorrent-dht": { + "bittorrent_dht": { "transaction_id": "aa", "error": { "num": 203,