wireshark/test/lua/globals_2.2.txt
Peter Wu 537705a8b2 wslua: prepare for split class/instance (meta)methods
Previously the metatables for classes were the same for the class and
its instances. This results in issues like calling __gc on the class
table on exit.

Make it possible to declare separate class methods (functions) and
instance methods. Observe that all attributes apply to the instances
only, so make these just available on the instance.

The attribute/methods lookup method (via __index/__newindex) have been
rewritten to use upvalues, removing the technical need for the
properties __getters/__setters/__methods. The "lua globals" test still
checks for these, but it could be removed in the future.

To fix bug 12968, the __gc method is removed from the class method.
Future patches should remove the WSLUA_REGISTER_CLASS,
WSLUA_REGISTER_META and WSLUA_REGISTER_ATTRIBUTES macros completely and
create split class functions/methods (such that __call for an instance
cannot accidentally be invoked on the class).

Removed duplicate "fragmented" property from Pinfo (which triggered an
error) and replaced exit() by g_error() for debugger friendliness.
Remove lua_shiftstring since checkstring always returns non-NULL.

Bug: 12968
Change-Id: I57f8a93d08bb84c79b0e94cf2c82d8402fc16646
Reviewed-on: https://code.wireshark.org/review/18026
Petri-Dish: Peter Wu <peter@lekensteyn.nl>
Tested-by: Petri Dish Buildbot <buildbot-no-reply@wireshark.org>
Reviewed-by: Balint Reczey <balint@balintreczey.hu>
2016-10-18 20:41:34 +00:00

1236 lines
40 KiB
Text

-- Wireshark version: 1.12.6
{
["Address"] = {
["__typeof"] = "Address",
["ip"] = '<function 1>',
["ipv4"] = '<function 1>',
['<metatable>'] = {
["__eq"] = '<function 2>',
["__index"] = '<filtered>',
["__le"] = '<function 4>',
["__lt"] = '<function 5>',
["__methods"] = '<table 2>',
["__tostring"] = '<function 6>',
["__typeof"] = "Address"
}
},
["ByteArray"] = {
["__typeof"] = "ByteArray",
["append"] = '<function 7>',
["base64_decode"] = '<function 8>',
["get_index"] = '<function 9>',
["len"] = '<function 10>',
["new"] = '<function 11>',
["prepend"] = '<function 12>',
["raw"] = '<function 13>',
["set_index"] = '<function 14>',
["set_size"] = '<function 15>',
["subset"] = '<function 16>',
["tohex"] = '<function 17>',
["tvb"] = '<function 18>',
['<metatable>'] = {
["__call"] = '<function 16>',
["__concat"] = '<function 19>',
["__eq"] = '<function 20>',
["__index"] = '<filtered>',
["__methods"] = '<table 3>',
["__tostring"] = '<function 22>',
["__typeof"] = "ByteArray"
}
},
["Column"] = {
["__typeof"] = "Column",
["append"] = '<function 23>',
["clear"] = '<function 24>',
["clear_fence"] = '<function 25>',
["fence"] = '<function 26>',
["prepend"] = '<function 27>',
["preppend"] = '<function 27>',
["set"] = '<function 28>',
['<metatable>'] = {
["__index"] = '<filtered>',
["__methods"] = '<table 4>',
["__tostring"] = '<function 30>',
["__typeof"] = "Column"
}
},
["DATA_DIR"] = '<filtered>',
["DESEGMENT_ONE_MORE_SEGMENT"] = 268435455,
["Dir"] = {
["__typeof"] = "Dir",
["close"] = '<function 31>',
["exists"] = '<function 32>',
["global_config_path"] = '<function 33>',
["global_plugins_path"] = '<function 34>',
["make"] = '<function 35>',
["open"] = '<function 36>',
["personal_config_path"] = '<function 37>',
["personal_plugins_path"] = '<function 38>',
["remove"] = '<function 39>',
["remove_all"] = '<function 40>',
['<metatable>'] = {
["__call"] = '<function 41>',
["__index"] = '<filtered>',
["__methods"] = '<table 5>',
["__typeof"] = "Dir"
}
},
["Dissector"] = {
["__typeof"] = "Dissector",
["call"] = '<function 43>',
["get"] = '<function 44>',
["list"] = '<function 45>',
['<metatable>'] = {
["__call"] = '<function 46>',
["__index"] = '<filtered>',
["__methods"] = '<table 6>',
["__tostring"] = '<function 48>',
["__typeof"] = "Dissector"
}
},
["DissectorTable"] = {
["__typeof"] = "DissectorTable",
["add"] = '<function 49>',
["get"] = '<function 50>',
["get_dissector"] = '<function 51>',
["heuristic_list"] = '<function 52>',
["list"] = '<function 53>',
["new"] = '<function 54>',
["remove"] = '<function 55>',
["remove_all"] = '<function 56>',
["set"] = '<function 57>',
["try"] = '<function 58>',
['<metatable>'] = {
["__index"] = '<filtered>',
["__methods"] = '<table 7>',
["__tostring"] = '<function 60>',
["__typeof"] = "DissectorTable"
}
},
["Dumper"] = {
["__typeof"] = "Dumper",
["close"] = '<function 61>',
["dump"] = '<function 62>',
["dump_current"] = '<function 63>',
["flush"] = '<function 64>',
["new"] = '<function 65>',
["new_for_current"] = '<function 66>',
['<metatable>'] = {
["__index"] = '<filtered>',
["__methods"] = '<table 8>',
["__typeof"] = "Dumper"
}
},
["ENC_3GPP_TS_23_038_7BITS"] = 44,
["ENC_ASCII"] = 0,
["ENC_ASCII_7BITS"] = 52,
["ENC_BIG_ENDIAN"] = 0,
["ENC_CHARENCODING_MASK"] = 2147483646,
["ENC_CP437"] = 50,
["ENC_EBCDIC"] = 46,
["ENC_ISO_8601_DATE"] = 65536,
["ENC_ISO_8601_DATE_TIME"] = 196608,
["ENC_ISO_8601_TIME"] = 131072,
["ENC_ISO_8859_1"] = 10,
["ENC_ISO_8859_10"] = 28,
["ENC_ISO_8859_11"] = 30,
["ENC_ISO_8859_13"] = 34,
["ENC_ISO_8859_14"] = 36,
["ENC_ISO_8859_15"] = 38,
["ENC_ISO_8859_16"] = 40,
["ENC_ISO_8859_2"] = 12,
["ENC_ISO_8859_3"] = 14,
["ENC_ISO_8859_4"] = 16,
["ENC_ISO_8859_5"] = 18,
["ENC_ISO_8859_6"] = 20,
["ENC_ISO_8859_7"] = 22,
["ENC_ISO_8859_8"] = 24,
["ENC_ISO_8859_9"] = 26,
["ENC_LITTLE_ENDIAN"] = 2147483648,
["ENC_MAC_ROMAN"] = 48,
["ENC_NA"] = 0,
["ENC_NUM_PREF"] = 2097152,
["ENC_RFC_1123"] = 524288,
["ENC_RFC_822"] = 262144,
["ENC_SEP_COLON"] = 131072,
["ENC_SEP_DASH"] = 262144,
["ENC_SEP_DOT"] = 524288,
["ENC_SEP_MASK"] = 2031616,
["ENC_SEP_NONE"] = 65536,
["ENC_SEP_SPACE"] = 1048576,
["ENC_STRING"] = 50331648,
["ENC_STR_HEX"] = 33554432,
["ENC_STR_MASK"] = 65534,
["ENC_STR_NUM"] = 16777216,
["ENC_STR_TIME_MASK"] = 983040,
["ENC_TIME_NTP"] = 2,
["ENC_TIME_TIMESPEC"] = 0,
["ENC_TIME_TOD"] = 4,
["ENC_UCS_2"] = 6,
["ENC_UCS_4"] = 8,
["ENC_UTF_16"] = 4,
["ENC_UTF_8"] = 2,
["ENC_WINDOWS_1250"] = 42,
["Field"] = {
["__typeof"] = "Field",
["list"] = '<function 68>',
["new"] = '<function 69>',
['<metatable>'] = {
["__call"] = '<function 70>',
["__index"] = '<filtered>',
["__methods"] = '<table 9>',
["__tostring"] = '<function 72>',
["__typeof"] = "Field"
}
},
["File"] = {
["__typeof"] = "File",
["lines"] = '<function 73>',
["read"] = '<function 74>',
["seek"] = '<function 75>',
["write"] = '<function 76>',
['<metatable>'] = {
["__getters"] = {
["__typeof"] = "getter",
["compressed"] = '<function 78>'
},
["__index"] = '<filtered>',
["__methods"] = '<table 10>',
["__newindex"] = '<function 79>',
["__setters"] = {
["__typeof"] = "setter"
},
["__tostring"] = '<function 80>',
["__typeof"] = "File"
}
},
["FileHandler"] = {
["__typeof"] = "FileHandler",
["new"] = '<function 81>',
['<metatable>'] = {
["__getters"] = {
["__typeof"] = "getter",
["extensions"] = '<function 83>',
["supported_comment_types"] = '<function 84>',
["type"] = '<function 85>',
["writes_name_resolution"] = '<function 86>',
["writing_must_seek"] = '<function 87>'
},
["__index"] = '<filtered>',
["__methods"] = '<table 11>',
["__newindex"] = '<function 88>',
["__setters"] = {
["__typeof"] = "setter",
["can_write_encap"] = '<function 89>',
["extensions"] = '<function 90>',
["read"] = '<function 91>',
["read_close"] = '<function 92>',
["read_open"] = '<function 93>',
["seek_read"] = '<function 94>',
["seq_read_close"] = '<function 95>',
["supported_comment_types"] = '<function 96>',
["write"] = '<function 97>',
["write_close"] = '<function 98>',
["write_open"] = '<function 99>',
["writes_name_resolution"] = '<function 100>',
["writing_must_seek"] = '<function 101>'
},
["__tostring"] = '<function 102>',
["__typeof"] = "FileHandler"
}
},
["FrameInfo"] = {
["__typeof"] = "FrameInfo",
["read_data"] = '<function 103>',
['<metatable>'] = {
["__getters"] = {
["__typeof"] = "getter",
["captured_length"] = '<function 105>',
["comment"] = '<function 106>',
["data"] = '<function 107>',
["encap"] = '<function 108>',
["flags"] = '<function 109>',
["original_length"] = '<function 110>',
["rec_type"] = '<function 111>',
["time"] = '<function 112>'
},
["__index"] = '<filtered>',
["__methods"] = '<table 12>',
["__newindex"] = '<function 113>',
["__setters"] = {
["__typeof"] = "setter",
["captured_length"] = '<function 114>',
["comment"] = '<function 115>',
["data"] = '<function 116>',
["encap"] = '<function 117>',
["flags"] = '<function 118>',
["original_length"] = '<function 119>',
["rec_type"] = '<function 120>',
["time"] = '<function 121>'
},
["__tostring"] = '<function 122>',
["__typeof"] = "FrameInfo"
}
},
["FrameInfoConst"] = {
["__typeof"] = "FrameInfoConst",
["write_data"] = '<function 123>',
['<metatable>'] = {
["__getters"] = {
["__typeof"] = "getter",
["captured_length"] = '<function 125>',
["comment"] = '<function 126>',
["data"] = '<function 127>',
["encap"] = '<function 128>',
["flags"] = '<function 129>',
["original_length"] = '<function 130>',
["rec_type"] = '<function 131>',
["time"] = '<function 132>'
},
["__index"] = '<filtered>',
["__methods"] = '<table 13>',
["__newindex"] = '<function 133>',
["__setters"] = {
["__typeof"] = "setter"
},
["__tostring"] = '<function 134>',
["__typeof"] = "FrameInfoConst"
}
},
["GRegex"] = {
["_VERSION"] = "Lrexlib 2.7.2 (for GLib Regex)",
["__typeof"] = "GRegex",
["compile_flags"] = '<function 135>',
["find"] = '<function 136>',
["flags"] = '<function 137>',
["gmatch"] = '<function 138>',
["gsub"] = '<function 139>',
["match"] = '<function 140>',
["match_flags"] = '<function 141>',
["new"] = '<function 142>',
["split"] = '<function 143>',
["version"] = '<function 144>'
},
["GUI_ENABLED"] = false,
["H225_ALERTING"] = 3,
["H225_CALL_PROCEDING"] = 1,
["H225_CONNECT"] = 2,
["H225_CS"] = 1,
["H225_EMPTY"] = 8,
["H225_FACILITY"] = 6,
["H225_INFORMATION"] = 4,
["H225_NOTIFY"] = 12,
["H225_OTHER"] = 13,
["H225_OTHERS"] = 2,
["H225_PROGRESS"] = 7,
["H225_RAS"] = 0,
["H225_RELEASE_COMPLET"] = 5,
["H225_SETUP"] = 0,
["H225_SETUP_ACK"] = 11,
["H225_STATUS"] = 9,
["H225_STATUS_INQUIRY"] = 10,
["Int64"] = {
["__typeof"] = "Int64",
["arshift"] = '<function 145>',
["band"] = '<function 146>',
["bnot"] = '<function 147>',
["bor"] = '<function 148>',
["bswap"] = '<function 149>',
["bxor"] = '<function 150>',
["decode"] = '<function 151>',
["encode"] = '<function 152>',
["fromhex"] = '<function 153>',
["higher"] = '<function 154>',
["lower"] = '<function 155>',
["lshift"] = '<function 156>',
["max"] = '<function 157>',
["min"] = '<function 158>',
["new"] = '<function 159>',
["rol"] = '<function 160>',
["ror"] = '<function 161>',
["rshift"] = '<function 162>',
["tohex"] = '<function 163>',
["tonumber"] = '<function 164>',
['<metatable>'] = {
["__add"] = '<function 165>',
["__call"] = '<function 166>',
["__concat"] = '<function 167>',
["__div"] = '<function 168>',
["__eq"] = '<function 169>',
["__index"] = '<filtered>',
["__le"] = '<function 171>',
["__lt"] = '<function 172>',
["__methods"] = '<table 14>',
["__mod"] = '<function 173>',
["__mul"] = '<function 174>',
["__pow"] = '<function 175>',
["__sub"] = '<function 176>',
["__tostring"] = '<function 177>',
["__typeof"] = "Int64",
["__unm"] = '<function 178>'
}
},
["Listener"] = {
["__typeof"] = "Listener",
["list"] = '<function 179>',
["new"] = '<function 180>',
["remove"] = '<function 181>',
['<metatable>'] = {
["__getters"] = {
["__typeof"] = "getter"
},
["__index"] = '<filtered>',
["__methods"] = '<table 15>',
["__newindex"] = '<function 183>',
["__setters"] = {
["__typeof"] = "setter",
["draw"] = '<function 184>',
["packet"] = '<function 185>',
["reset"] = '<function 186>'
},
["__tostring"] = '<function 187>',
["__typeof"] = "Listener"
}
},
["MENU_ANALYZE_CONVERSATION"] = 1,
["MENU_ANALYZE_UNSORTED"] = 0,
["MENU_STAT_CONVERSATION"] = 4,
["MENU_STAT_ENDPOINT"] = 5,
["MENU_STAT_GENERIC"] = 3,
["MENU_STAT_RESPONSE"] = 6,
["MENU_STAT_TELEPHONY"] = 7,
["MENU_STAT_TELEPHONY_GSM"] = 8,
["MENU_STAT_TELEPHONY_LTE"] = 9,
["MENU_STAT_TELEPHONY_SCTP"] = 10,
["MENU_STAT_UNSORTED"] = 2,
["MENU_TOOLS_UNSORTED"] = 11,
["NSTime"] = '<filtered>',
["PI_CHAT"] = 2097152,
["PI_CHECKSUM"] = 16777216,
["PI_COMMENT"] = 1048576,
["PI_COMMENTS_GROUP"] = 184549376,
["PI_DEBUG"] = 134217728,
["PI_ERROR"] = 8388608,
["PI_GROUP_MASK"] = 4278190080,
["PI_MALFORMED"] = 117440512,
["PI_NOTE"] = 4194304,
["PI_PROTOCOL"] = 150994944,
["PI_REASSEMBLE"] = 100663296,
["PI_REQUEST_CODE"] = 67108864,
["PI_RESPONSE_CODE"] = 50331648,
["PI_SECURITY"] = 167772160,
["PI_SEQUENCE"] = 33554432,
["PI_SEVERITY_MASK"] = 15728640,
["PI_UNDECODED"] = 83886080,
["PI_WARN"] = 6291456,
["Pref"] = {
["__typeof"] = "Pref",
["bool"] = '<function 188>',
["enum"] = '<function 189>',
["range"] = '<function 190>',
["statictext"] = '<function 191>',
["string"] = '<function 192>',
["uint"] = '<function 193>',
['<metatable>'] = {
["__index"] = '<filtered>',
["__methods"] = '<table 16>',
["__typeof"] = "Pref"
}
},
["ProgDlg"] = {
["__typeof"] = "ProgDlg",
["close"] = '<function 195>',
["new"] = '<function 196>',
["stopped"] = '<function 197>',
["update"] = '<function 198>',
['<metatable>'] = {
["__index"] = '<filtered>',
["__methods"] = '<table 17>',
["__tostring"] = '<function 200>',
["__typeof"] = "ProgDlg"
}
},
["Proto"] = '<filtered>',
["ProtoExpert"] = {
["__typeof"] = "ProtoExpert",
["new"] = '<function 201>',
['<metatable>'] = {
["__index"] = '<filtered>',
["__methods"] = '<table 18>',
["__tostring"] = '<function 203>',
["__typeof"] = "ProtoExpert"
}
},
["ProtoField"] = {
["__typeof"] = "ProtoField",
["absolute_time"] = '<function 204>',
["bool"] = '<function 205>',
["bytes"] = '<function 206>',
["double"] = '<function 207>',
["ether"] = '<function 208>',
["float"] = '<function 209>',
["framenum"] = '<function 210>',
["guid"] = '<function 211>',
["int16"] = '<function 212>',
["int24"] = '<function 213>',
["int32"] = '<function 214>',
["int64"] = '<function 215>',
["int8"] = '<function 216>',
["ipv4"] = '<function 217>',
["ipv6"] = '<function 218>',
["ipx"] = '<function 219>',
["new"] = '<function 220>',
["oid"] = '<function 221>',
["rel_oid"] = '<function 222>',
["relative_time"] = '<function 223>',
["string"] = '<function 224>',
["stringz"] = '<function 225>',
["systemid"] = '<function 226>',
["ubytes"] = '<function 227>',
["uint16"] = '<function 228>',
["uint24"] = '<function 229>',
["uint32"] = '<function 230>',
["uint64"] = '<function 231>',
["uint8"] = '<function 232>',
['<metatable>'] = {
["__index"] = '<filtered>',
["__methods"] = '<table 19>',
["__tostring"] = '<function 234>',
["__typeof"] = "ProtoField"
}
},
["PseudoHeader"] = {
["__typeof"] = "PseudoHeader",
["atm"] = '<function 235>',
["eth"] = '<function 236>',
["mtp2"] = '<function 237>',
["none"] = '<function 238>',
['<metatable>'] = {
["__index"] = '<filtered>',
["__methods"] = '<table 20>',
["__typeof"] = "PseudoHeader"
}
},
["Struct"] = {
["__typeof"] = "Struct",
["fromhex"] = '<function 240>',
["pack"] = '<function 241>',
["size"] = '<function 242>',
["tohex"] = '<function 243>',
["unpack"] = '<function 244>',
["values"] = '<function 245>',
['<metatable>'] = {
["__index"] = '<filtered>',
["__methods"] = '<table 21>',
["__typeof"] = "Struct"
}
},
["TextWindow"] = {
["__typeof"] = "TextWindow",
["add_button"] = '<function 247>',
["append"] = '<function 248>',
["clear"] = '<function 249>',
["get_text"] = '<function 250>',
["new"] = '<function 251>',
["prepend"] = '<function 252>',
["set"] = '<function 253>',
["set_atclose"] = '<function 254>',
["set_editable"] = '<function 255>',
['<metatable>'] = {
["__index"] = '<filtered>',
["__methods"] = '<table 22>',
["__tostring"] = '<function 250>',
["__typeof"] = "TextWindow"
}
},
["TreeItem"] = {
["__typeof"] = "TreeItem",
["add"] = '<function 257>',
["add_expert_info"] = '<function 258>',
["add_le"] = '<function 259>',
["add_packet_field"] = '<function 260>',
["add_proto_expert_info"] = '<function 261>',
["add_tvb_expert_info"] = '<function 262>',
["append_text"] = '<function 263>',
["prepend_text"] = '<function 264>',
["set_generated"] = '<function 265>',
["set_hidden"] = '<function 266>',
["set_len"] = '<function 267>',
["set_text"] = '<function 268>',
['<metatable>'] = {
["__index"] = '<filtered>',
["__methods"] = '<table 23>',
["__typeof"] = "TreeItem"
}
},
["Tvb"] = {
["__typeof"] = "Tvb",
["len"] = '<function 270>',
["offset"] = '<function 271>',
["range"] = '<function 272>',
["raw"] = '<function 273>',
["reported_len"] = '<function 274>',
["reported_length_remaining"] = '<function 275>',
['<metatable>'] = {
["__call"] = '<function 272>',
["__index"] = '<filtered>',
["__methods"] = '<table 24>',
["__tostring"] = '<function 277>',
["__typeof"] = "Tvb"
}
},
["TvbRange"] = {
["__typeof"] = "TvbRange",
["bitfield"] = '<function 278>',
["bytes"] = '<function 279>',
["ether"] = '<function 280>',
["float"] = '<function 281>',
["int"] = '<function 282>',
["int64"] = '<function 283>',
["ipv4"] = '<function 284>',
["le_float"] = '<function 285>',
["le_int"] = '<function 286>',
["le_int64"] = '<function 287>',
["le_ipv4"] = '<function 288>',
["le_nstime"] = '<function 289>',
["le_uint"] = '<function 290>',
["le_uint64"] = '<function 291>',
["le_ustring"] = '<function 292>',
["le_ustringz"] = '<function 293>',
["len"] = '<function 294>',
["nstime"] = '<function 295>',
["offset"] = '<function 296>',
["range"] = '<function 297>',
["raw"] = '<function 298>',
["string"] = '<function 299>',
["stringz"] = '<function 300>',
["strsize"] = '<function 301>',
["tvb"] = '<function 302>',
["uint"] = '<function 303>',
["uint64"] = '<function 304>',
["uncompress"] = '<function 305>',
["ustring"] = '<function 306>',
["ustringz"] = '<function 307>',
['<metatable>'] = {
["__call"] = '<function 297>',
["__concat"] = '<function 167>',
["__index"] = '<filtered>',
["__methods"] = '<table 25>',
["__tostring"] = '<function 309>',
["__typeof"] = "TvbRange"
}
},
["UInt64"] = {
["__typeof"] = "UInt64",
["arshift"] = '<function 310>',
["band"] = '<function 311>',
["bnot"] = '<function 312>',
["bor"] = '<function 313>',
["bswap"] = '<function 314>',
["bxor"] = '<function 315>',
["decode"] = '<function 316>',
["encode"] = '<function 317>',
["fromhex"] = '<function 318>',
["higher"] = '<function 319>',
["lower"] = '<function 320>',
["lshift"] = '<function 321>',
["max"] = '<function 322>',
["min"] = '<function 323>',
["new"] = '<function 324>',
["rol"] = '<function 325>',
["ror"] = '<function 326>',
["rshift"] = '<function 327>',
["tohex"] = '<function 328>',
["tonumber"] = '<function 329>',
['<metatable>'] = {
["__add"] = '<function 330>',
["__call"] = '<function 331>',
["__concat"] = '<function 167>',
["__div"] = '<function 332>',
["__eq"] = '<function 333>',
["__index"] = '<filtered>',
["__le"] = '<function 335>',
["__lt"] = '<function 336>',
["__methods"] = '<table 26>',
["__mod"] = '<function 337>',
["__mul"] = '<function 338>',
["__pow"] = '<function 339>',
["__sub"] = '<function 340>',
["__tostring"] = '<function 341>',
["__typeof"] = "UInt64",
["__unm"] = '<function 342>'
}
},
["USER_DIR"] = '<filtered>',
["_G"] = '<table 1>',
["_VERSION"] = '<filtered>',
["all_field_infos"] = '<function 343>',
["apply_filter"] = '<function 344>',
["assert"] = '<function 345>',
["base"] = {
["CUSTOM"] = 6,
["DEC"] = 1,
["DEC_HEX"] = 4,
["HEX"] = 2,
["HEX_DEC"] = 5,
["NONE"] = 0,
["OCT"] = 3
},
["bit"] = {
["arshift"] = '<function 346>',
["band"] = '<function 347>',
["bnot"] = '<function 348>',
["bor"] = '<function 349>',
["bswap"] = '<function 350>',
["bxor"] = '<function 351>',
["lshift"] = '<function 352>',
["rol"] = '<function 353>',
["ror"] = '<function 354>',
["rshift"] = '<function 355>',
["tobit"] = '<function 356>',
["tohex"] = '<function 357>'
},
["bit32"] = {
["arshift"] = '<function 358>',
["band"] = '<function 359>',
["bnot"] = '<function 360>',
["bor"] = '<function 361>',
["btest"] = '<function 362>',
["bxor"] = '<function 363>',
["extract"] = '<function 364>',
["lrotate"] = '<function 365>',
["lshift"] = '<function 366>',
["replace"] = '<function 367>',
["rrotate"] = '<function 368>',
["rshift"] = '<function 369>'
},
["browser_open_data_file"] = '<function 370>',
["browser_open_url"] = '<function 371>',
["collectgarbage"] = '<function 372>',
["copy_to_clipboard"] = '<function 373>',
["coroutine"] = {
["create"] = '<function 374>',
["resume"] = '<function 375>',
["running"] = '<function 376>',
["status"] = '<function 377>',
["wrap"] = '<function 378>',
["yield"] = '<function 379>'
},
["critical"] = '<function 380>',
["datafile_path"] = '<function 33>',
["debug"] = '<function 381>',
["deregister_filehandler"] = '<function 382>',
["disable_lua"] = false,
["dofile"] = '<function 383>',
["error"] = '<function 384>',
["expert"] = {
["group"] = {
["CHECKSUM"] = 16777216,
["COMMENTS_GROUP"] = 184549376,
["DEBUG"] = 134217728,
["MALFORMED"] = 117440512,
["PROTOCOL"] = 150994944,
["REASSEMBLE"] = 100663296,
["REQUEST_CODE"] = 67108864,
["RESPONSE_CODE"] = 50331648,
["SECURITY"] = 167772160,
["SEQUENCE"] = 33554432,
["UNDECODED"] = 83886080
},
["severity"] = {
["CHAT"] = 2097152,
["COMMENT"] = 1048576,
["ERROR"] = 8388608,
["NOTE"] = 4194304,
["WARN"] = 6291456
}
},
["file_exists"] = '<function 385>',
["format_date"] = '<function 386>',
["format_time"] = '<function 387>',
["ftypes"] = {
["ABSOLUTE_TIME"] = 15,
["AX25"] = 31,
["BOOLEAN"] = 2,
["BYTES"] = 21,
["DOUBLE"] = 14,
["ETHER"] = 20,
["EUI64"] = 30,
["FLOAT"] = 13,
["FRAMENUM"] = 26,
["GUID"] = 28,
["INT16"] = 9,
["INT24"] = 10,
["INT32"] = 11,
["INT64"] = 12,
["INT8"] = 8,
["IPXNET"] = 25,
["IPv4"] = 23,
["IPv6"] = 24,
["NONE"] = 0,
["OID"] = 29,
["PCRE"] = 27,
["PROTOCOL"] = 1,
["RELATIVE_TIME"] = 16,
["REL_OID"] = 33,
["STRING"] = 17,
["STRINGZ"] = 18,
["STRINGZPAD"] = 35,
["SYSTEM_ID"] = 34,
["UINT16"] = 4,
["UINT24"] = 5,
["UINT32"] = 6,
["UINT64"] = 7,
["UINT8"] = 3,
["UINT_BYTES"] = 22,
["UINT_STRING"] = 19,
["VINES"] = 32
},
["get_filter"] = '<function 388>',
["get_version"] = '<function 389>',
["getmetatable"] = '<function 390>',
["gui_enabled"] = '<function 391>',
["h225_cs_type"] = {
[1] = "H225_CALL_PROCEDING",
[2] = "H225_CONNECT",
[3] = "H225_ALERTING",
[4] = "H225_INFORMATION",
[5] = "H225_RELEASE_COMPLET",
[6] = "H225_FACILITY",
[7] = "H225_PROGRESS",
[8] = "H225_EMPTY",
[9] = "H225_STATUS",
[10] = "H225_STATUS_INQUIRY",
[11] = "H225_SETUP_ACK",
[12] = "H225_NOTIFY",
[13] = "H225_OTHER",
[0] = "H225_SETUP"
},
["h225_msg_type"] = {
[1] = "H225_CS",
[2] = "H225_OTHERS",
[0] = "H225_RAS"
},
["info"] = '<function 392>',
["init_routines"] = {},
["io"] = {
["close"] = '<function 393>',
["flush"] = '<function 394>',
["input"] = '<function 395>',
["lines"] = '<function 396>',
["open"] = '<function 397>',
["output"] = '<function 398>',
["popen"] = '<function 399>',
["read"] = '<function 400>',
["stderr"] = '<userdata 1>',
["stdin"] = '<userdata 2>',
["stdout"] = '<userdata 3>',
["tmpfile"] = '<function 401>',
["type"] = '<function 402>',
["write"] = '<function 403>'
},
["ipairs"] = '<function 404>',
["load"] = '<function 405>',
["loadfile"] = '<function 406>',
["loadstring"] = '<function 405>',
["math"] = {
["abs"] = '<function 407>',
["acos"] = '<function 408>',
["asin"] = '<function 409>',
["atan"] = '<function 410>',
["atan2"] = '<function 411>',
["ceil"] = '<function 412>',
["cos"] = '<function 413>',
["cosh"] = '<function 414>',
["deg"] = '<function 415>',
["exp"] = '<function 416>',
["floor"] = '<function 417>',
["fmod"] = '<function 418>',
["frexp"] = '<function 419>',
["huge"] = '<number inf>',
["ldexp"] = '<function 420>',
["log"] = '<function 421>',
["log10"] = '<function 422>',
["max"] = '<function 423>',
["min"] = '<function 424>',
["modf"] = '<function 425>',
["pi"] = 3.1415926535898,
["pow"] = '<function 426>',
["rad"] = '<function 427>',
["random"] = '<function 428>',
["randomseed"] = '<function 429>',
["sin"] = '<function 430>',
["sinh"] = '<function 431>',
["sqrt"] = '<function 432>',
["tan"] = '<function 433>',
["tanh"] = '<function 434>'
},
["message"] = '<function 435>',
["module"] = '<function 436>',
["new_dialog"] = '<function 437>',
["next"] = '<function 438>',
["open_capture_file"] = '<function 439>',
["os"] = {
["clock"] = '<function 440>',
["date"] = '<function 441>',
["difftime"] = '<function 442>',
["execute"] = '<function 443>',
["exit"] = '<function 444>',
["getenv"] = '<function 445>',
["remove"] = '<function 446>',
["rename"] = '<function 447>',
["setlocale"] = '<function 448>',
["time"] = '<function 449>',
["tmpname"] = '<function 450>'
},
["package"] = {
["config"] = '<filtered>',
["cpath"] = '<filtered>',
["loaded"] = '<filtered>',
["loaders"] = {
[1] = '<function 451>',
[2] = '<function 452>',
[3] = '<function 453>',
[4] = '<function 454>' },
["loadlib"] = '<function 455>',
["path"] = '<filtered>',
["preload"] = {},
["prepend_path"] = '<function 456>',
["searchers"] = '<table 33>',
["searchpath"] = '<function 457>',
["seeall"] = '<function 458>'
},
["pairs"] = '<function 459>',
["pcall"] = '<function 460>',
["persconffile_path"] = '<function 37>',
["prefs_changed"] = {},
["print"] = '<function 461>',
["rawequal"] = '<function 462>',
["rawget"] = '<function 463>',
["rawlen"] = '<function 464>',
["rawset"] = '<function 465>',
["register_filehandler"] = '<function 466>',
["register_menu"] = '<function 467>',
["register_postdissector"] = '<function 468>',
["register_stat_cmd_arg"] = '<function 469>',
["reload"] = '<function 470>',
["report_failure"] = '<function 471>',
["require"] = '<function 472>',
["retap_packets"] = '<function 473>',
["run_user_scripts_when_superuser"] = '<filtered>',
["running_superuser"] = '<filtered>',
["select"] = '<function 474>',
["set_color_filter_slot"] = '<function 475>',
["set_filter"] = '<function 476>',
["setmetatable"] = '<function 477>',
["string"] = {
["byte"] = '<function 478>',
["char"] = '<function 479>',
["dump"] = '<function 480>',
["find"] = '<function 481>',
["format"] = '<function 482>',
["gmatch"] = '<function 483>',
["gsub"] = '<function 484>',
["len"] = '<function 485>',
["lower"] = '<function 486>',
["match"] = '<function 487>',
["rep"] = '<function 488>',
["reverse"] = '<function 489>',
["sub"] = '<function 490>',
["upper"] = '<function 491>'
},
["table"] = {
["concat"] = '<function 492>',
["insert"] = '<function 493>',
["maxn"] = '<function 494>',
["pack"] = '<function 495>',
["remove"] = '<function 496>',
["sort"] = '<function 497>',
["unpack"] = '<function 498>'
},
["tonumber"] = '<function 499>',
["tostring"] = '<function 500>',
["type"] = '<function 501>',
["typeof"] = '<function 502>',
["unpack"] = '<function 498>',
["warn"] = '<function 503>',
["wtap"] = {
["APPLE_IP_OVER_IEEE1394"] = 62,
["ARCNET"] = 8,
["ARCNET_LINUX"] = 9,
["ASCEND"] = 16,
["ATM_PDUS"] = 13,
["ATM_PDUS_UNTRUNCATED"] = 14,
["ATM_RFC1483"] = 10,
["AX25"] = 148,
["AX25_KISS"] = 147,
["BACNET_MS_TP"] = 63,
["BACNET_MS_TP_WITH_PHDR"] = 143,
["BER"] = 90,
["BLUETOOTH_BREDR_BB"] = 160,
["BLUETOOTH_H4"] = 41,
["BLUETOOTH_H4_WITH_PHDR"] = 99,
["BLUETOOTH_HCI"] = 102,
["BLUETOOTH_LE_LL"] = 154,
["BLUETOOTH_LE_LL_WITH_PHDR"] = 161,
["BLUETOOTH_LINUX_MONITOR"] = 159,
["CAN20B"] = 109,
["CATAPULT_DCT2000"] = 89,
["CHDLC"] = 28,
["CHDLC_WITH_PHDR"] = 40,
["CISCO_IOS"] = 29,
["COSINE"] = 34,
["DBUS"] = 146,
["DOCSIS"] = 33,
["DPNSS"] = 117,
["DVBCI"] = 132,
["ENC"] = 38,
["EPON"] = 172,
["ERF"] = 98,
["ETHERNET"] = 1,
["FDDI"] = 5,
["FDDI_BITSWAPPED"] = 6,
["FIBRE_CHANNEL_FC2"] = 121,
["FIBRE_CHANNEL_FC2_WITH_FRAME_DELIMS"] = 122,
["FLEXRAY"] = 106,
["FRELAY"] = 26,
["FRELAY_WITH_PHDR"] = 27,
["GCOM_SERIAL"] = 78,
["GCOM_TIE1"] = 77,
["GPRS_LLC"] = 66,
["GSM_UM"] = 116,
["HHDLC"] = 32,
["I2C"] = 112,
["IEEE802_15_4"] = 104,
["IEEE802_15_4_NOFCS"] = 127,
["IEEE802_15_4_NONASK_PHY"] = 113,
["IEEE802_16_MAC_CPS"] = 93,
["IEEE_802_11"] = 20,
["IEEE_802_11_AVS"] = 24,
["IEEE_802_11_NETMON"] = 126,
["IEEE_802_11_PRISM"] = 21,
["IEEE_802_11_RADIOTAP"] = 23,
["IEEE_802_11_WITH_RADIO"] = 22,
["INFINIBAND"] = 150,
["IPMB"] = 103,
["IPMI_TRACE"] = 173,
["IPNET"] = 124,
["IP_OVER_FC"] = 18,
["IP_OVER_IB_PCAP"] = 180,
["IP_OVER_IB_SNOOP"] = 137,
["IRDA"] = 44,
["ISDN"] = 17,
["IXVERIWAVE"] = 144,
["JPEG_JFIF"] = 123,
["JUNIPER_ATM1"] = 67,
["JUNIPER_ATM2"] = 68,
["JUNIPER_CHDLC"] = 86,
["JUNIPER_ETHER"] = 83,
["JUNIPER_FRELAY"] = 85,
["JUNIPER_GGSN"] = 87,
["JUNIPER_MLFR"] = 82,
["JUNIPER_MLPPP"] = 81,
["JUNIPER_PPP"] = 84,
["JUNIPER_PPPOE"] = 76,
["JUNIPER_SVCS"] = 151,
["JUNIPER_VP"] = 91,
["K12"] = 80,
["LAPB"] = 12,
["LAPD"] = 131,
["LAYER1_EVENT"] = 110,
["LIN"] = 107,
["LINUX_ATM_CLIP"] = 11,
["LINUX_LAPD"] = 88,
["LOCALTALK"] = 30,
["LOGCAT"] = 163,
["LOGCAT_BRIEF"] = 164,
["LOGCAT_LONG"] = 170,
["LOGCAT_PROCESS"] = 165,
["LOGCAT_TAG"] = 166,
["LOGCAT_THREAD"] = 167,
["LOGCAT_THREADTIME"] = 169,
["LOGCAT_TIME"] = 168,
["MIME"] = 134,
["MOST"] = 108,
["MPEG"] = 96,
["MPEG_2_TS"] = 138,
["MTP2"] = 42,
["MTP2_WITH_PHDR"] = 75,
["MTP3"] = 43,
["MUX27010"] = 133,
["NETANALYZER"] = 135,
["NETANALYZER_TRANSPARENT"] = 136,
["NETLINK"] = 158,
["NETTL_ETHERNET"] = 71,
["NETTL_FDDI"] = 73,
["NETTL_RAW_ICMP"] = 64,
["NETTL_RAW_ICMPV6"] = 65,
["NETTL_RAW_IP"] = 70,
["NETTL_RAW_TELNET"] = 94,
["NETTL_TOKEN_RING"] = 72,
["NETTL_UNKNOWN"] = 74,
["NETTL_X25"] = 79,
["NFC_LLCP"] = 140,
["NFLOG"] = 141,
["NSTRACE_1_0"] = 119,
["NSTRACE_2_0"] = 120,
["NSTRACE_3_0"] = 162,
["NULL"] = 15,
["OLD_PFLOG"] = 31,
["PACKETLOGGER"] = 118,
["PER_PACKET"] = -1,
["PFLOG"] = 39,
["PKTAP"] = 171,
["PPI"] = 97,
["PPP"] = 4,
["PPP_ETHER"] = 139,
["PPP_WITH_PHDR"] = 19,
["RAW_IP"] = 7,
["RAW_IP4"] = 129,
["RAW_IP6"] = 130,
["RAW_IPFIX"] = 128,
["REDBACK"] = 69,
["RTAC_SERIAL"] = 153,
["SCCP"] = 101,
["SCTP"] = 149,
["SDH"] = 145,
["SDLC"] = 36,
["SITA"] = 100,
["SLIP"] = 3,
["SLL"] = 25,
["SOCKETCAN"] = 125,
["STANAG_4607"] = 156,
["STANAG_5066_D_PDU"] = 157,
["SYMANTEC"] = 61,
["TNEF"] = 114,
["TOKEN_RING"] = 2,
["TZSP"] = 37,
["UNKNOWN"] = 0,
["USB_FREEBSD"] = 92,
["USBPCAP"] = 152,
["USB_LINUX"] = 95,
["USB_LINUX_MMAPPED"] = 115,
["USER0"] = 45,
["USER1"] = 46,
["USER10"] = 55,
["USER11"] = 56,
["USER12"] = 57,
["USER13"] = 58,
["USER14"] = 59,
["USER15"] = 60,
["USER2"] = 47,
["USER3"] = 48,
["USER4"] = 49,
["USER5"] = 50,
["USER6"] = 51,
["USER7"] = 52,
["USER8"] = 53,
["USER9"] = 54,
["V5_EF"] = 142,
["WFLEET_HDLC"] = 35,
["WIRESHARK_UPPER_PDU"] = 156,
["X2E_SERIAL"] = 111,
["X2E_XORAYA"] = 105
},
["wtap_comments"] = {
["PER_INTERFACE"] = 2,
["PER_PACKET"] = 4,
["PER_SECTION"] = 1
},
["wtap_encaps"] = '<table 36>',
["wtap_filetypes"] = {
["5VIEWS"] = 9,
["AETHRA"] = 60,
["ASCEND"] = 26,
["BER"] = 12,
["BTSNOOP"] = 50,
["CAMINS"] = 64,
["CATAPULT_DCT2000"] = 14,
["COMMVIEW"] = 49,
["COSINE"] = 17,
["CSIDS"] = 18,
["DAINTREE_SNA"] = 54,
["DBS_ETHERWATCH"] = 19,
["DCT3TRACE"] = 52,
["ERF"] = 20,
["EYESDN"] = 21,
["HCIDUMP"] = 13,
["I4BTRACE"] = 25,
["IPFIX"] = 58,
["IPTRACE_1_0"] = 10,
["IPTRACE_2_0"] = 11,
["ISERIES"] = 23,
["ISERIES_UNICODE"] = 24,
["JPEG_JFIF"] = 57,
["K12"] = 40,
["K12TEXT"] = 47,
["LANALYZER"] = 34,
["LOGCAT"] = 67,
["LOGCAT_BRIEF"] = 68,
["LOGCAT_LONG"] = 74,
["LOGCAT_PROCESS"] = 69,
["LOGCAT_TAG"] = 70,
["LOGCAT_THREAD"] = 71,
["LOGCAT_THREADTIME"] = 73,
["LOGCAT_TIME"] = 72,
["MIME"] = 59,
["MPEG"] = 46,
["MPEG_2_TS"] = 61,
["NETSCALER_1_0"] = 55,
["NETSCALER_2_0"] = 56,
["NETSCALER_3_0"] = 66,
["NETSCREEN"] = 48,
["NETTL"] = 22,
["NETWORK_INSTRUMENTS"] = 33,
["NETXRAY_1_0"] = 16,
["NETXRAY_1_1"] = 31,
["NETXRAY_OLD"] = 15,
["NGSNIFFER_COMPRESSED"] = 30,
["NGSNIFFER_UNCOMPRESSED"] = 29,
["PACKETLOGGER"] = 53,
["PCAP"] = 1,
["PCAPNG"] = 2,
["PCAP_AIX"] = 4,
["PCAP_NOKIA"] = 6,
["PCAP_NSEC"] = 3,
["PCAP_SS990417"] = 7,
["PCAP_SS990915"] = 8,
["PCAP_SS991029"] = 5,
["PEEKCLASSIC_V56"] = 43,
["PEEKCLASSIC_V7"] = 44,
["PEEKTAGGED"] = 45,
["PPPDUMP"] = 35,
["RADCOM"] = 36,
["SHOMITI"] = 38,
["SNOOP"] = 37,
["STANAG_4607"] = 65,
["TNEF"] = 51,
["TOSHIBA"] = 41,
["TSPREC_CSEC"] = 2,
["TSPREC_DSEC"] = 1,
["TSPREC_MSEC"] = 3,
["TSPREC_NSEC"] = 9,
["TSPREC_SEC"] = 0,
["TSPREC_USEC"] = 6,
["UNKNOWN"] = 0,
["VISUAL_NETWORKS"] = 42,
["VMS"] = 39,
["VWR_80211"] = 62,
["VWR_ETH"] = 63
},
["wtap_presence_flags"] = {
["CAP_LEN"] = 2,
["COMMENTS"] = 8,
["DROP_COUNT"] = 16,
["INTERFACE_ID"] = 4,
["PACK_FLAGS"] = 32,
["TS"] = 1
},
["wtap_rec_types"] = {
["FT_SPECIFIC_EVENT"] = 1,
["FT_SPECIFIC_REPORT"] = 2,
["PACKET"] = 0
},
["xpcall"] = '<function 504>'
}