Commit Graph

6 Commits

Author SHA1 Message Date
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
9cd90e6a14 console/filter: enable use of SrcNetName and DstNetName 2022-06-03 16:39:46 +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