wireshark/epan/wslua
Guy Harris a8bc4a0d13 Rename the routines that handle dissector tables with unsigned integer
keys to have _uint in their names, to match the routines that handle
dissector tables with string keys.  (Using _port can confuse people into
thinking they're intended solely for use with TCP/UDP/etc. ports when,
in fact, they work better for things such as Ethernet types, where the
binding of particular values to particular protocols are a lot
stronger.)

svn path=/trunk/; revision=35224
2010-12-20 05:35:29 +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 Fix the Windows build 2010-05-28 13:09:12 +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 Move wslua_plugin_list to epan/plugins.c, that should fix the Solaris builds finally. 2010-12-10 10:37:03 +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 Enable Lua tcp tap userdata. 2009-06-09 14:51:00 +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 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_gui.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_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 Rename the routines that handle dissector tables with unsigned integer 2010-12-20 05:35:29 +00:00
wslua_proto.c Rename the routines that handle dissector tables with unsigned integer 2010-12-20 05:35:29 +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 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_util.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