1 <div id=capture-view-tab-content class=content-box
>
3 <input id=capture-view-limit-checkbox type=checkbox
>
4 <label for='capture-view-limit-checkbox'
>
5 Discard old data under memory pressure.
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.
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.
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.
26 <div style='margin-top:
20px'
>
27 <button id=capture-view-stop-button
>Stop
</button>
28 <button id=capture-view-reset-button
>Reset
</button>