wireshark/epan/wslua
Guy Harris 4fde145bd2 Add an argument to abs_time_to_str() and abs_time_secs_to_str()
indicating whether the time should be shown as local time or UTC.  For
now, always pass FALSE, meaning "show as local time".

Clean up some stuff in the SNMP dissector, use abs_time_secs_to_str()
for times with one-second resolution, and update a comment in various
macros in the WSP dissector, while we're at it.

svn path=/trunk/; revision=31227
2009-12-10 22:19:29 +00:00
..
CMakeLists.txt cmake will now honor -Werror if configured (default: on) 2009-11-07 10:07:00 +00:00
Makefile.am Added init_wslua.h 2009-10-23 18:00:57 +00:00
Makefile.nmake Move th /MP flag setting to LOCAL_CFLAGS set in configure.nmake 2009-07-16 08:27:18 +00:00
console.lua Update Lua menu defines and put Lua functions in Tools. 2009-06-11 13:08:06 +00:00
dtd_gen.lua Update Lua menu defines and put Lua functions in Tools. 2009-06-11 13:08:06 +00:00
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 Added Lua BitOp, made by Mike Pall. 2009-06-16 05:26:46 +00:00
make-init-lua.pl luis.ontanon@gmail.com => luis@ontanon.org 2008-08-05 21:03:46 +00:00
make-reg.pl Move luaopen_bit() to wslua.h 2009-09-29 11:27:26 +00:00
make-taps.pl luis.ontanon@gmail.com => luis@ontanon.org 2008-08-05 21:03:46 +00:00
taps Enable Lua tcp tap userdata. 2009-06-09 14:51:00 +00:00
template-init.lua From Márton Németh: 2008-04-25 19:04:52 +00:00
wslua.h Give a warning for illegal preference name. 2009-11-22 22:13:11 +00:00
wslua_dumper.c This patch introduces packet_add_new_data_source() which effectively deprecates add_new_data_source(). This is based on the following observation: 2009-08-15 06:38:10 +00:00
wslua_field.c Make more functions static. 2009-10-11 16:27:37 +00:00
wslua_gui.c Make more functions static. 2009-10-11 16:27:37 +00:00
wslua_listener.c Removed unused function tap_draw_cb_error_handler(). 2009-10-11 16:41:33 +00:00
wslua_pinfo.c Make more functions static. 2009-10-11 16:27:37 +00:00
wslua_proto.c Give a warning for illegal preference name. 2009-11-22 22:13:11 +00:00
wslua_tree.c From Beth via bug 4049: 2009-10-02 16:51:31 +00:00
wslua_tvb.c Make more functions static. 2009-10-11 16:27:37 +00:00
wslua_util.c Add an argument to abs_time_to_str() and abs_time_secs_to_str() 2009-12-10 22:19:29 +00:00