minor change in wireshark plugin

This commit is contained in:
Christian Giese
2023-02-19 21:27:40 +00:00
parent 46cfc91013
commit b9cd58a7e8
+1 -1
View File
@@ -62,5 +62,5 @@ end
-- load the udp.port table
udp_table = DissectorTable.get("udp.port")
-- register our protocol to handle udp port 7777
-- register our protocol to handle udp port 65056
udp_table:add(65056,bbl_proto)