* lua_pinfo.c
authorlego <lego@f5534014-38df-0310-8fa8-9805f1628bb7>
Sat, 28 Jan 2006 21:09:59 +0000 (21:09 +0000)
committerlego <lego@f5534014-38df-0310-8fa8-9805f1628bb7>
Sat, 28 Jan 2006 21:09:59 +0000 (21:09 +0000)
commit265b1dc32f937b1bfcb44f702909e4c58cc32db8
tree4d621572b0d441273bc0f84b928208d41014989a
parentf01b804fa36435773d9c8a37d3774983324241c5
* lua_pinfo.c
   * Address' gt, ge, eq, le and lt operators

* lua_proto.c
   * DissectorTable:remove and DissectorTable:add
      - can take either Proto or Dissector as third argument

* lua_tree.c
   * make sure we have a lua_etts array on which to add etts
   * ProtoItem:add_subtree() if no ett is given don't fail use the default one.

git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@17111 f5534014-38df-0310-8fa8-9805f1628bb7
plugins/lua/lua_pinfo.c
plugins/lua/lua_proto.c
plugins/lua/lua_tree.c