Vincent Bernat
|
b5e48e8cfd
|
console: also use dimensions to tell if we need to use main table
|
2022-08-08 11:35:18 +02:00 |
|
Vincent Bernat
|
b745cfd356
|
console: fix test about reverse filter direction
|
2022-08-08 09:42:27 +02:00 |
|
Vincent Bernat
|
085cb93e4b
|
console: hide ::ffff: prefix from IPv6-mapped IPv4 addresses
|
2022-07-25 10:35:45 +02:00 |
|
Vincent Bernat
|
dff8773c7f
|
console: move ethertypes for IPv4/IPv6 to helpers package
|
2022-07-07 02:43:22 +02:00 |
|
Vincent Bernat
|
8be1bca4fd
|
license: AGPL-3.0-only
```
git ls-files \*.js \*.go \
| xargs sed -i '1i // SPDX-FileCopyrightText: 2022 Free Mobile\n// SPDX-License-Identifier: AGPL-3.0-only\n'
git ls-files \*.vue \
| xargs sed -i '1i <!-- SPDX-FileCopyrightText: 2022 Free Mobile -->\n<!-- SPDX-License-Identifier: AGPL-3.0-only -->\n'
```
|
2022-06-29 11:42:28 +02:00 |
|
Vincent Bernat
|
36a101fd90
|
console/filter: accept empty filters
|
2022-05-27 08:59:51 +02:00 |
|
Vincent Bernat
|
9d3b74d305
|
console: add PacketSizeBucket dimensions
|
2022-05-22 23:48:40 +02:00 |
|
Vincent Bernat
|
375a0fe88f
|
console: split graph.go into query.go and graph.go
We will introduce more query types.
|
2022-05-21 19:53:08 +02:00 |
|