From b3f79265cb227a7b484fa48712e2c73e9ce965e9 Mon Sep 17 00:00:00 2001 From: Daniel Thayer Date: Mon, 14 Oct 2013 17:20:44 -0500 Subject: [PATCH] Adjust line numbers to match changes in conn/main.bro --- doc/scripting/index.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/scripting/index.rst b/doc/scripting/index.rst index 8e503fcc97..12085c5382 100644 --- a/doc/scripting/index.rst +++ b/doc/scripting/index.rst @@ -810,7 +810,7 @@ example of the ``record`` data type in the earlier sections, the ``conn.log``, is shown by the excerpt below. .. btest-include:: ${BRO_SRC_ROOT}/scripts/base/protocols/conn/main.bro - :lines: 10-12,16,17,19,21,23,25,28,31,35,37,56,62,68,90,93,97,100,104,108,109,114 + :lines: 10-12,16-17,19,21,23,25,28,31,35,38,57,63,69,92,95,99,102,106,110-111,116 Looking at the structure of the definition, a new collection of data types is being defined as a type called ``Info``. Since this type