mirror of
https://github.com/enjoy-digital/liteeth.git
synced 2025-01-03 03:43:37 -05:00
Merge pull request #6 from enjoy-digital/port-1234
Adding TCP port 1234 to Etherbone dissector.
This commit is contained in:
commit
48fb4647bd
1 changed files with 2 additions and 0 deletions
|
@ -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)
|
||||
|
|
Loading…
Reference in a new issue