minor enhancements
[obnox/wireshark/wip.git] / plugins / lua /
2006-03-30 legoFix FieldInfo and add an attribute for the filter...
2006-03-30 legoTextWindow:
2006-03-29 jakeGet elua to build on IA32
2006-03-28 geraldFix compilation under Windows.
2006-03-27 legoelua_field.c was added to $MODULES but not to $OBJECTS
2006-03-27 jakeMajor properties cleanup
2006-03-27 legoThis worked because I've edited elua_field.h as .c...
2006-03-27 legoImprove Field Extraction by returning a handle to a...
2006-03-19 legoAdd pinfo.lo and pinfo.hi been thise the lower and...
2006-03-16 ulflwe don't need to "ban" the print call any longer
2006-03-13 legoUse checkTextWindow instead of shiftTextWindow to fetch...
2006-03-13 legoExpert info is going to be used in runtime.
2006-03-12 legoI Hope this works
2006-03-12 legoMove make-init-lua.pl and family to plugins/lua and...
2006-03-12 legoreenable TreeItem,
2006-03-12 legoProtocols are now invoked.
2006-03-11 legoRemove debug code...
2006-03-11 legoProtocols register OK.
2006-03-09 etxrabAdd lua:s nmakefile.nmake to the distribution.
2006-03-07 legoRemove strhash test code from lua...
2006-03-07 lego- merge SubTree, ProtoTree and ProtoItem into a single...
2006-03-05 lego+ retap_packets()
2006-03-05 lego+ retap_packets()
2006-03-02 lego- make them work as the got broken while docommenting...
2006-03-02 lego- remove some warnings from the windows compile
2006-03-01 geraldAdd Lua support by default for Win32. Fix some compila...
2006-02-27 lego- Some more comments
2006-02-25 legoThe semantics of luaL_checkudata() change between 5...
2006-02-25 lego- elua_proto
2006-02-24 legoI changed some vanames and did not compile...
2006-02-23 lego- More "docOMMentation" of the API
2006-02-23 jmayerDelete docs in maintainer-clean target
2006-02-22 legoForgot...
2006-02-22 lego- More documentation embeded in the source code.
2006-02-22 jmayerelua_register.h wasn't built automatically
2006-02-21 lego- rename all the c files
2006-02-19 lego- Use lua 5.1
2006-02-18 legorename plugin.c to lua_plugin.c
2006-02-18 legoAdd dual version
2006-02-18 legoPrepare for lua 5.1
2006-02-17 lego- Make sure the right globals are set before invoking...
2006-02-17 lego- avoid the user been flooded with report_error windows...
2006-02-17 lego- pass the tvb too to tap packet callbacks
2006-02-16 legoHave Field extractors being defined while reading the...
2006-02-15 legoProtect The tree and The tvb from being used outside...
2006-02-15 lego- protect proto_items and proto_trees from being used...
2006-02-15 lego- protect column, columns and pinfo from dereferencing...
2006-02-14 lego- fix a sure crash after an error in lua code lua_tap_draw.
2006-02-13 lego- disable print
2006-02-08 lego* DissectorTable.add does not allow to add lua protocol...
2006-02-08 jmayerInclude glib.h, so FALSE is defined when compiling...
2006-02-08 legoChanged how files are loaded.
2006-02-07 lrolandchanges to build lua plugin with MSVC6:
2006-02-07 legoinit_routines was moved back to globals.
2006-02-07 legoI Noticed a crash when registering a tap with filter...
2006-02-06 lego+ gui_enabled()
2006-02-06 jmayersvn eol-style and keywords
2006-02-06 legoLua uses the simple dialog
2006-02-05 legoAdd an example of tap,text window and menu usage
2006-02-05 lego* move all the tap functions to lua_tap
2006-02-05 legoAllow lua to register menu items
2006-02-04 legoPropset eol-style and Id for all
2006-02-04 legoGive lua a minimal gui.
2006-02-03 lego* packet-lua.h
2006-01-31 legoIt was hard.. but at the end I won (or at least i belie...
2006-01-29 jmayerWarning fixes: no ';' at the end of functions.
2006-01-29 lego* packet-lua.h
2006-01-28 lego* lua_pinfo.c
2006-01-28 lego* packet-lua.h
2006-01-26 lego* we need not to register the interesting fields via...
2006-01-26 lego * lua_tree.c
2006-01-25 legotwo bugs less
2006-01-25 legoOne step at a time
2006-01-25 legoAvoid crashing when given an object of the wrong usertype
2006-01-24 legoan Address class, changed the names of some classes...
2006-01-24 legoit wasn't a goo idea,
2006-01-24 lego I forgot the Licence!
2006-01-23 legoUse .la instead of .so as dependency in Makefiles
2006-01-23 legoAdd lua-5.0.2
2006-01-21 legoAnother iteration, new things aren't tested yet.
2006-01-20 jmayerAdd the commit message as README
2006-01-20 legoStarts to work so I check it in.