Wireshark-dev: [Wireshark-dev] all_field_infos usage

From: Abhay <b.abhayrao@xxxxxxxxx>
Date: Tue, 28 Sep 2010 17:28:12 +0530
Is there an example of all_field_infos() being used anywhere ?
I went through wslua to see what it pushes to Lua, and it looks like it simply pushes every fieldinfo in the tree. Its metatable looks like the fieldinfo table, but something like
 
a = all_field_infos()
print(a[0].label) 
 
doesnt work.