Skip to content

Commit 50194c8

Browse files
committed
Replace reference to udp in the _tcp.html template
1 parent dac442f commit 50194c8

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

web/templates/analysis/network/_tcp.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ <h5 class="mb-0 text-white"><i class="fas fa-network-wired me-2 text-info"></i>T
1616
<th>Destination Port</th>
1717
</tr>
1818
{% for p in network.tcp %}
19-
<tr class="connrow" data="{{p.src}},{{p.sport}},{{p.dst}},{{p.dport}},udp">
19+
<tr class="connrow" data="{{p.src}},{{p.sport}},{{p.dst}},{{p.dport}},tcp">
2020
<td>{{p.src}}</td>
2121
<td>{{p.sport}}</td>
2222
<td>{{p.dst}}

0 commit comments

Comments
 (0)