• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1<div id=capture-view-tab-content class=content-box>
2  <div>
3    <input id=capture-view-limit-checkbox type=checkbox>
4    <label for='capture-view-limit-checkbox'>
5      Discard old data under memory pressure.
6    </label>
7    <span id=capture-view-limit-help-hover class=mouse-over-help-hover>(?)</span>
8    <!-- Inline filter help -->
9    <div id=capture-view-limit-help class=mouse-over-help>
10      If you capture all events for a long time, it is possible to exhaust memory
11      and crash. Throwing out older data avoids this problem.
12    </div>
13  </div>
14
15  <div>
16    <input id=capture-view-byte-logging-checkbox type=checkbox>
17    <label for='capture-view-byte-logging-checkbox'>
18      Include the actual bytes sent/received.
19    </label>
20    <span id=capture-view-byte-logging-help-hover class=mouse-over-help-hover>(?)</span>
21    <div id=capture-view-byte-logging-help class=mouse-over-help>
22      This will result in huge log files, and can expose sensitive data.
23    </div>
24  </div>
25
26  <div style='margin-top: 20px'>
27    <button id=capture-view-stop-button>Stop</button>
28    <button id=capture-view-reset-button>Reset</button>
29  </div>
30
31</div>
32