Adding TCP port 1234 to Etherbone dissector.

LiteEth designs seem to commonly use TCP port 1234.
This commit is contained in:
Tim Ansell 2017-09-01 23:16:09 +10:00 committed by GitHub
parent c43fb269a7
commit 00e6ded2e9
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)