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
console.lua
dtd_gen.lua
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
make-init-lua.pl
make-reg.pl
make-taps.pl
Makefile.am
Makefile.nmake
taps
template-init.lua
wslua.h
wslua_dumper.c
wslua_field.c
wslua_gui.c
wslua_listener.c
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
wslua_tvb.c
wslua_util.c