Ask Your Question

BobH's profile - activity

2020-11-20 14:10:15 +0000 commented question tvbrange:raw() returns more bytes then expected

buffer is the first parameter for the dissector (company coding standard): -- Create a function to dissect it function

2020-11-20 10:46:29 +0000 edited question tvbrange:raw() returns more bytes then expected

tvbrange:raw() returns more bytes then expected I have this lua dissector using: s = buffer(1, len):raw() But the resu

2020-11-20 10:46:09 +0000 received badge  Editor (source)
2020-11-20 10:46:09 +0000 edited question tvbrange:raw() returns more bytes then expected

tvbrange:raw() returns more bytes then expected I have this lua dissector using: s = buffer(0, len):raw() But the resu

2020-11-20 10:45:41 +0000 asked a question tvbrange:raw() returns more bytes then expected

tvbrange:raw() returns more bytes then expected I have this lua dissector using: s = buffer(0, len):raw() But the resu