wireshark/epan/wslua
Jeff Morriss a148a936b1 From Felix Kraemer: fix https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=5694 :
This patch adds the capability to create BACnet statistics trees. 
Find the respective menu items under 'Statistics->BACnet'.
Packets can be sorted by different criteria:
- Src/Dst IP adresses
- Instance ID
- Object Type
- Service

From me:
- Don't use C++/C99-style comments.
- Name variables for tick_stat_node() don't need to be static.
- Change updateBacnetInfoValue() to require 'data' to be ep_ allocated.  Change
  the couple of calls that did not send in ep_ allocated data to do so.
- Change one or two functions to be static.
- Do not use (memory-unsafe) g_sprintf().
- Use ep_strconcat() instead of leaking memory with g_strconcat().
- Put back one if(tree) that doesn't appear to do any harm.
- Remove variable declarations and #includes from the header file.

svn path=/trunk/; revision=36468
2011-04-05 02:18:28 +00:00
..
CMakeLists.txt Remaining fixes for 2010-05-28 11:48:29 +00:00
Makefile.am Drop init_wslua.h from EXTRA_DIST 2010-12-09 15:47:23 +00:00
Makefile.nmake A bit of Windows makefiles rework and cleanup: 2011-02-02 01:19:53 +00:00
console.lua Add a Manual entry to the Lua menu. 2011-01-31 21:13:20 +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 Put back a 'return' statement so GCC doesn't generate a warning... 2011-01-31 04:23:46 +00:00
lua_bitop.c Added Lua BitOp, made by Mike Pall. 2009-06-16 05:26:46 +00:00
make-init-lua.pl Remaining fixes for 2010-05-28 11:48:29 +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 From Felix Kraemer: fix https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=5694 : 2011-04-05 02:18:28 +00:00
template-init.lua Fix the check for disable_lua. 2010-06-18 15:25:41 +00:00
wslua.h Doxygen changes. 2010-08-28 19:27:19 +00:00
wslua_dumper.c Aw, man, I knew this code was parsed, but I missed the docbook part. Revert 34598 and 34599. 2010-10-21 12:41:15 +00:00
wslua_field.c Fix a number of msvc level 4 "Unreachable code" warnings by removing unneeded 2011-01-30 22:32:25 +00:00
wslua_gui.c Fix a number of msvc level 4 "Unreachable code" warnings by removing unneeded 2011-01-30 22:32:25 +00:00
wslua_listener.c Aw, man, I knew this code was parsed, but I missed the docbook part. Revert 34598 and 34599. 2010-10-21 12:41:15 +00:00
wslua_pinfo.c From David Carne: 2011-02-03 23:17:31 +00:00
wslua_proto.c Fix a number of msvc level 4 "Unreachable code" warnings by removing unneeded 2011-01-30 22:32:25 +00:00
wslua_tree.c Aw, man, I knew this code was parsed, but I missed the docbook part. Revert 34598 and 34599. 2010-10-21 12:41:15 +00:00
wslua_tvb.c Fix a number of msvc level 4 "Unreachable code" warnings by removing unneeded 2011-01-30 22:32:25 +00:00
wslua_util.c Fix a number of msvc level 4 "Unreachable code" warnings by removing unneeded 2011-01-30 22:32:25 +00:00