Skip to content

Commit

Permalink
Merge pull request #3 from bitnomial/market-state-ack-id
Browse files Browse the repository at this point in the history
Market State Ack ID
  • Loading branch information
mdunnio authored Aug 26, 2021
2 parents 8d628c0 + 479be7a commit 4aca036
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion btp.lua
Original file line number Diff line number Diff line change
Expand Up @@ -397,7 +397,8 @@ end

local function dissect_market_state(buffer, pinfo, tree)
tree:add_le(market_state, buffer:range(0, 1))
tree:add_le(product_id, buffer:range(1, 8))
tree:add_le(ack_id, buffer:range(1, 8))
tree:add_le(product_id, buffer:range(9, 8))
end

local function dissect_heartbeat(buffer, pinfo, tree)
Expand Down

0 comments on commit 4aca036

Please sign in to comment.