wireshark/epan/wslua
Guy Harris ce6430e35e Eliminate an unneded member of a wtap_dumper.
The only place the time stamp precision is used is in the libpcap code,
where it determines whether to write out microsecond-precision or
nanosecond-precision time stamps; we can determine that by looking at
the type/subtype field, which is also part of that structure, so do
that.

We weren't setting it consistently - we were only setting it in libpcap
and a few other capture file writers, and not in other capture file
writers - and none of the writers other than libpcap used it.

Change-Id: If53779cf4823ca936b8bf3e8a7dbcfea5850e652
Reviewed-on: https://code.wireshark.org/review/21171
Reviewed-by: Guy Harris <guy@alum.mit.edu>
2017-04-18 00:18:34 +00:00
..
.editorconfig
CMakeLists.txt cmake: make WERROR_COMMON_FLAGS a normal string 2016-09-30 20:08:02 +00:00
Makefile.am Remove Nmake build system 2016-06-15 19:21:57 +00:00
console.lua
dtd_gen.lua
init_wslua.c cmake,wslua,wsutil: load files from run/ instead of source tree 2016-12-20 13:16:57 +00:00
init_wslua.h
lrexlib.c
lrexlib.h
lrexlib_algo.h
lrexlib_glib.c
lrexlib_glib_f.c
lua_bitop.c
lua_bitop.h
make-init-lua.pl Lua: Add absolute time base values 2017-03-15 18:44:44 +00:00
make-reg.pl
make-taps.pl
taps
template-init.lua Lua: Merge sep and str tables into base 2017-03-15 17:32:30 +00:00
wslua.h Clean up handling of enabled/disabled protocols/heuristic dissectors. 2017-04-08 20:40:08 +00:00
wslua_address.c lua: Added support for FT_IPv6 fields 2016-10-25 19:18:35 +00:00
wslua_byte_array.c wslua: fix errors in documentation, add notational conventions 2016-10-18 04:09:14 +00:00
wslua_capture_info.c Eliminate an unneded member of a wtap_dumper. 2017-04-18 00:18:34 +00:00
wslua_column.c wslua: Drop unused "push_code" macro parameter 2016-06-14 18:32:51 +00:00
wslua_dir.c cmake,wslua,wsutil: load files from run/ instead of source tree 2016-12-20 13:16:57 +00:00
wslua_dissector.c Convert range API to always use wmem memory. 2017-01-07 00:44:10 +00:00
wslua_dumper.c wslua: Drop unused "push_code" macro parameter 2016-06-14 18:32:51 +00:00
wslua_field.c wslua: fix errors in documentation, add notational conventions 2016-10-18 04:09:14 +00:00
wslua_file.c wslua: fix wslua file test failure 2016-10-02 16:47:54 +00:00
wslua_file_common.c
wslua_file_common.h
wslua_file_handler.c lua: improve FileHandler:[seek_]read behavior and documentation 2017-03-07 05:38:54 +00:00
wslua_frame_info.c Use ws_g_warning in wslua. 2016-07-26 17:15:26 +00:00
wslua_gui.c Use ws_g_warning in wslua. 2016-07-26 17:15:26 +00:00
wslua_int64.c wslua: Drop unused "push_code" macro parameter 2016-06-14 18:32:51 +00:00
wslua_internals.c wslua: prepare for split class/instance (meta)methods 2016-10-18 20:41:34 +00:00
wslua_listener.c Use ws_g_warning in wslua. 2016-07-26 17:15:26 +00:00
wslua_nstime.c wslua: Drop unused "push_code" macro parameter 2016-06-14 18:32:51 +00:00
wslua_pinfo.c wslua: prepare for split class/instance (meta)methods 2016-10-18 20:41:34 +00:00
wslua_pinfo_common.h
wslua_pref.c Convert range API to always use wmem memory. 2017-01-07 00:44:10 +00:00
wslua_proto.c Add an API to let a postdissector specify fields whose values it needs. 2017-04-12 04:31:19 +00:00
wslua_proto_expert.c Add PI_DEPRECATED expert info group 2016-08-05 13:59:25 +00:00
wslua_proto_field.c Lua: Add absolute time base values 2017-03-15 18:44:44 +00:00
wslua_struct.c wslua: fix documentation of Struct.fromhex 2017-02-27 12:48:47 +00:00
wslua_tree.c lua: Allow FT_ETHER protofields to be inserted in TreeItems. 2016-11-22 13:26:19 +00:00
wslua_tvb.c Rename tvb_new_subset() to tvb_new_subset_length_caplen(). 2017-01-10 06:19:37 +00:00
wslua_util.c cmake,wslua,wsutil: load files from run/ instead of source tree 2016-12-20 13:16:57 +00:00