mirror of
https://github.com/rtbrick/bngblaster.git
synced 2024-05-06 15:54:57 +00:00
minor change in wireshark plugin
This commit is contained in:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user