wireshark/epan/wslua
Stephen Fisher 6d8d2854c8 From Sake Blok:
Fix for bug #491: Unexpected frame.time_delta behavior

This patch ... fixes bug 491. It does this by changing the
behaviour of the frame.time_delta field so it reflects the delta
time between captured packets (tshark already did this).  To keep
the delta time between displayed packets, the field 
frame.time_delta_displayed is created.


svn path=/trunk/; revision=21154
2007-03-23 18:08:17 +00:00
..
Makefile.am From Sebastien Tandel: 2007-03-23 17:49:59 +00:00
Makefile.nmake add "treat warnings as errors" flag(s) 2007-03-22 22:54:00 +00:00
console.lua + browser_open_url() 2006-12-27 01:46:42 +00:00
dtd_gen.lua Several changes: 2006-10-17 18:20:44 +00:00
init_wslua.c - Fix the name of the disable_lua variable. 2006-12-22 05:48:57 +00:00
make-init-lua.pl * rename REGISTER_STAT_GROUP_E -> register_stat_group_t 2006-09-27 17:12:42 +00:00
make-reg.pl - Make sure that the registration files are created whenever there's a change 2006-10-03 14:27:45 +00:00
make-taps.pl fix warnings 2007-03-22 22:47:37 +00:00
taps - Fix the name of the disable_lua variable. 2006-12-22 05:48:57 +00:00
template-init.lua A few more ethereal --> wireshark 2007-01-26 01:34:29 +00:00
wslua.h do not return before ENDTRY when handling an exception, this would leave the fat stack without the top and cause the dereferencing of a null pointer later on when popping in the next ENDTRY. 2007-03-04 16:00:05 +00:00
wslua_dumper.c packet_info.c and packet.c 2007-03-21 00:48:46 +00:00
wslua_field.c fix Bug 1370 2007-03-08 23:00:28 +00:00
wslua_gui.c fix bug 1320 2007-01-21 17:05:33 +00:00
wslua_listener.c get rid of an unused variable. 2006-12-23 03:53:13 +00:00
wslua_pinfo.c From Sake Blok: 2007-03-23 18:08:17 +00:00
wslua_proto.c do not return before ENDTRY when handling an exception, this would leave the fat stack without the top and cause the dereferencing of a null pointer later on when popping in the next ENDTRY. 2007-03-04 16:00:05 +00:00
wslua_tree.c Have Lua disabled by default. 2006-10-24 13:16:57 +00:00
wslua_tvb.c Fix docbook documentation 2007-01-27 02:33:21 +00:00
wslua_util.c Fix docbook documentation 2007-01-27 02:33:21 +00:00