This is a static archive of our old Q&A Site. Please post any new questions and answers at ask.wireshark.org.

function used to construct tree

0

i have used proto_tree_add_uint to display ints, which one shall i use to display enumerated datas.

asked 16 Jun '11, 00:33

sagu072's gravatar image

sagu072
35232428
accept rate: 0%


One Answer:

0

Have a look at the Developer readme, specifically section 1.6, subsection strings (line 1810).

answered 16 Jun '11, 02:27

Jaap's gravatar image

Jaap ♦
11.7k16101
accept rate: 14%