Lua: split up wslua files into class-based files
authorHadriel Kaplan <hadrielk@yahoo.com>
Tue, 7 Jul 2015 15:30:44 +0000 (11:30 -0400)
committerHadriel Kaplan <hadrielk@yahoo.com>
Sun, 12 Jul 2015 02:08:24 +0000 (02:08 +0000)
commit0caf0616ba53282cf4ef5587e13989a7aacc9588
tree298c5cb80751accd9076a6da6c2cd89ac31e9d87
parentec1e099dc0b1a1307df1c7f002905e7d38a5f2c7
Lua: split up wslua files into class-based files

The size of some of the wslua source files has grown large, and it's hard
to quickly find things. So split them up based on class name, as much as
seems reasonable. Also have the make-wsluarm.pl Perl script handle this.

Change-Id: Ib495ec5c2a4df90495c0a05504856288a0b09213
Reviewed-on: https://code.wireshark.org/review/9579
Petri-Dish: Hadriel Kaplan <hadrielk@yahoo.com>
Tested-by: Petri Dish Buildbot <buildbot-no-reply@wireshark.org>
Reviewed-by: Hadriel Kaplan <hadrielk@yahoo.com>
26 files changed:
doc/README.wslua
docbook/CMakeLists.txt
docbook/Makefile.common
docbook/make-wsluarm.pl
epan/wslua/CMakeLists.txt
epan/wslua/Makefile.am
epan/wslua/Makefile.nmake
epan/wslua/wslua.h
epan/wslua/wslua_address.c [new file with mode: 0644]
epan/wslua/wslua_byte_array.c [new file with mode: 0644]
epan/wslua/wslua_capture_info.c [new file with mode: 0644]
epan/wslua/wslua_column.c [new file with mode: 0644]
epan/wslua/wslua_dissector.c [new file with mode: 0644]
epan/wslua/wslua_file.c
epan/wslua/wslua_file_common.c [new file with mode: 0644]
epan/wslua/wslua_file_common.h [new file with mode: 0644]
epan/wslua/wslua_file_handler.c [new file with mode: 0644]
epan/wslua/wslua_frame_info.c [new file with mode: 0644]
epan/wslua/wslua_nstime.c [new file with mode: 0644]
epan/wslua/wslua_pinfo.c
epan/wslua/wslua_pinfo_common.h [new file with mode: 0644]
epan/wslua/wslua_pref.c [new file with mode: 0644]
epan/wslua/wslua_proto.c
epan/wslua/wslua_proto_expert.c [new file with mode: 0644]
epan/wslua/wslua_proto_field.c [new file with mode: 0644]
epan/wslua/wslua_tvb.c