wireshark/epan/wslua
Guy Harris 500eb99cd9 Add a third date format, ABSOLUTE_TIME_DOY_UTC, to show UTC with the
date as YYYY/DDD, where DDD is a 1-origin day of year.  Move the formats
to a "time_fmt.h" file, included by the headers that use it.  Have
abs_time_to_str() and abs_time_secs_to_str() take the date format value,
rather than a Boolean "show this as UTC" flag, as an argument.  Document
the ABSOLUTE_TIME_ formats a bit better.  Use that format in the CCSDS
and VCDU dissectors, rather than having those dissectors do the
formatting themselves.

svn path=/trunk/; revision=32034
2010-02-27 19:01:27 +00:00
..
CMakeLists.txt cmake will now honor -Werror if configured (default: on) 2009-11-07 10:07:00 +00:00
console.lua
dtd_gen.lua
init_wslua.c Load lua scripts from subdirectories in the plugins folders. 2009-10-24 13:36:16 +00:00
init_wslua.h Load lua scripts in the plugins directory, both global and personal. 2009-10-23 17:52:18 +00:00
lua_bitop.c
make-init-lua.pl
make-reg.pl Move luaopen_bit() to wslua.h 2009-09-29 11:27:26 +00:00
make-taps.pl
Makefile.am Added init_wslua.h 2009-10-23 18:00:57 +00:00
Makefile.nmake
taps
template-init.lua
wslua.h Fix various gcc -Wshadow warnings. 2010-01-28 15:39:15 +00:00
wslua_dumper.c
wslua_field.c Handle FT_PROTOCOL as ByteArray when used in a Field extractor. 2010-02-22 19:22:28 +00:00
wslua_gui.c Make more functions static. 2009-10-11 16:27:37 +00:00
wslua_listener.c Fix various gcc -Wshadow warnings. 2010-01-28 15:39:15 +00:00
wslua_pinfo.c From Didier Gautheron: 2010-01-13 20:32:01 +00:00
wslua_proto.c Fix various gcc -Wshadow warnings. 2010-01-28 15:39:15 +00:00
wslua_tree.c Use correct length for FT_STRINGZ when adding the item to the tree. 2010-01-01 18:49:38 +00:00
wslua_tvb.c Made more generic concat meta method for TvbRange, Int64 and UInt64. 2010-01-07 12:40:23 +00:00
wslua_util.c Add a third date format, ABSOLUTE_TIME_DOY_UTC, to show UTC with the 2010-02-27 19:01:27 +00:00