fill out address testing using wireshark dissector

This commit is contained in:
Joel Wetzell
2026-05-30 08:56:52 -05:00
parent c0701537b6
commit c44996dd32
3 changed files with 810 additions and 184 deletions
+806 -184
View File
File diff suppressed because it is too large Load Diff
+2
View File
@@ -1,3 +1,5 @@
module github.com/jwetzell/artnet-go
go 1.25.5
require github.com/google/go-cmp v0.7.0
+2
View File
@@ -0,0 +1,2 @@
github.com/google/go-cmp v0.7.0 h1:wk8382ETsv4JYUZwIsn6YpYiWiBsYLSJiTsyBybVuN8=
github.com/google/go-cmp v0.7.0/go.mod h1:pXiqmnSA92OHEEa9HXL2W4E7lf9JzCmGVUdgjX3N/iU=