Change return value checking to the true meaning of the spec:
[obnox/wireshark/wip.git] / plugins /
2006-05-14 guyUse $(PLUGIN_NAME) wherever possible, so that we have...
2006-05-02 geraldIt looks like g_fopen() in the version of GLib that...
2006-04-27 ulfladd some higher packet length values
2006-04-26 ulflminor enhancements
2006-04-25 guyInclude non-dissector support files in the source.
2006-04-23 guyTry using the new generic plugin Makefile.nmake.
2006-04-23 guyUse the PLUGIN_NAME macro, to see if we can minimize...
2006-04-23 guy"irda", not "ira".
2006-04-23 guyResolve conflicts.
2006-04-23 guyRegistration routines can't be static - they're called...
2006-04-23 guyAdd the objects built from DISSECTOR_SUPPORT_SRC.
2006-04-22 guyConvert most other plugin dissectors to use the make...
2006-04-20 ulfl(on behalf of the PROFIBUS Nutzerorganisation e.V....
2006-04-20 guyRename "make-reg-dotc" to "make-dissector-reg", and...
2006-04-19 guyFix a typo.
2006-04-19 guyFix the register and register-handoff routines to have...
2006-04-19 etxrabHandle 64bits signed/unsigned integers and get rid...
2006-04-19 guyregister.c and register.obj are no longer used.
2006-04-19 guyThe rule makes plugin.c, not register.c.
2006-04-19 guyUpdate comments.
2006-04-19 guyHave make-reg-dotc and make-reg-dotc.py generate either...
2006-04-19 etxrabFrom W.Borgert:
2006-04-18 etxrabFix Bug bugs.ethereal.com/bugzilla/show_bug.cgi?id...
2006-04-17 etxrabFrom W. Borgert:
2006-04-17 guyPull the plugin-specific code into "plugin.c", and...
2006-04-15 etxrabAdd some missing commands.
2006-04-05 etxrabFrom Martin Mathieson:
2006-03-30 legoFix FieldInfo and add an attribute for the filter...
2006-03-30 legoTextWindow:
2006-03-30 geraldContinue to play whack-a-mole with null dereferences...
2006-03-30 jakeUndoing commit of private makefile in r17765
2006-03-30 etxrabFrom Martin Mathieson:
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 geraldBe more paranoid about dereferencing pointers (and...
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-27 geraldRemove some unused #defines.
2006-03-23 geraldFurther refinements for Coverity CID 42. Make some...
2006-03-20 sahlbergwaste a couple of bytes per tcp conversation and make...
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-14 sahlbergcoverity bug 43
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 legoThis time, should be the good one!
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-11 lego Mark coverity CID 117 as a false positive.
2006-03-11 ulfl... and don't forget to include emem.h!
2006-03-11 ulflreplace g_malloc and alike by their corresponding ep_...
2006-03-10 ulflvarious code cleanup (e.g. remove unrequired length...
2006-03-09 etxrabAdd lua:s nmakefile.nmake to the distribution.
2006-03-09 sahlbergcoverity bug#42
2006-03-08 sahlbergfix coverity bug 122
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-21 jakeFix for bug 756. Handle CR as part of separator as...
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 geraldmgcp-plugin -> plugin-mgcp.
2006-02-14 jmayerExperiment with a somewhat generic packet-to-plugin...
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...
next