Merge pull request #6 from enjoy-digital/port-1234

Adding TCP port 1234 to Etherbone dissector.
This commit is contained in:
enjoy-digital 2017-09-01 15:23:22 +02:00 committed by GitHub
commit 48fb4647bd
1 changed files with 2 additions and 0 deletions

View File

@ -221,3 +221,5 @@ end
-- register eb protocol on UDP port 20000
local tab = DissectorTable.get("udp.port")
tab:add(20000, proto_eb)
local tab = DissectorTable.get("tcp.port")
tab:add(1234, proto_eb)