i am working on my current project using wireshark lib, after calling dissector run on the data buffer, i get the 'edt' tree but when i call PNODE_FINFO on the node where ('node = edt.tree') PNODE_FINFO returns NULL what is the problem? any help. thanks!! asked 23 Jan '12, 23:09 Sanny_D |
One Answer:
You are looking at the root of the tree, that has no field info (ref answered 25 Jan '12, 02:12 Jaap ♦ |