ethereal to wireshark changes
[metze/wireshark/wip.git] / plugins /
2006-06-17 Ronnie Sahlbergethereal to wireshark changes
2006-06-16 Guy HarrisSquelch a (valid) compiler warning.
2006-06-13 Ulf Lamping (on behalf of the PROFIBUS Nutzerorganisation e.V...
2006-06-12 Ulf Lampinguse FT_GUID instead of FT_STRING at appropriate fields
2006-06-02 Jörg Mayerremove plugin.c in distlclean
2006-05-31 Gerald CombsTethereal/tethereal -> TShark/tshark.
2006-05-31 Gerald Combslibethereal -> libwireshark. idl2eth -> idl2wrs. ...
2006-05-29 Anders BromanEthereal->Wireshark
2006-05-28 Anders BromanEthereal->Wireshark
2006-05-23 Anders BromanFrom Martin Mathieson:
2006-05-22 Ronnie Sahlbergethereal->wireshark updates
2006-05-21 Ronnie Sahlbergname change
2006-05-14 Guy HarrisUse $(PLUGIN_NAME) wherever possible, so that we have...
2006-05-02 Gerald CombsIt looks like g_fopen() in the version of GLib that...
2006-04-27 Ulf Lampingadd some higher packet length values
2006-04-26 Ulf Lampingminor enhancements
2006-04-25 Guy HarrisInclude non-dissector support files in the source.
2006-04-23 Guy HarrisTry using the new generic plugin Makefile.nmake.
2006-04-23 Guy HarrisUse the PLUGIN_NAME macro, to see if we can minimize...
2006-04-23 Guy Harris"irda", not "ira".
2006-04-23 Guy HarrisResolve conflicts.
2006-04-23 Guy HarrisRegistration routines can't be static - they're called...
2006-04-23 Guy HarrisAdd the objects built from DISSECTOR_SUPPORT_SRC.
2006-04-22 Guy HarrisConvert most other plugin dissectors to use the make...
2006-04-20 Ulf Lamping(on behalf of the PROFIBUS Nutzerorganisation e.V....
2006-04-20 Guy HarrisRename "make-reg-dotc" to "make-dissector-reg", and...
2006-04-19 Guy HarrisFix a typo.
2006-04-19 Guy HarrisFix the register and register-handoff routines to have...
2006-04-19 Anders BromanHandle 64bits signed/unsigned integers and get rid...
2006-04-19 Guy Harrisregister.c and register.obj are no longer used.
2006-04-19 Guy HarrisThe rule makes plugin.c, not register.c.
2006-04-19 Guy HarrisUpdate comments.
2006-04-19 Guy HarrisHave make-reg-dotc and make-reg-dotc.py generate either...
2006-04-19 Anders BromanFrom W.Borgert:
2006-04-18 Anders BromanFix Bug bugs.ethereal.com/bugzilla/show_bug.cgi?id...
2006-04-17 Anders BromanFrom W. Borgert:
2006-04-17 Guy HarrisPull the plugin-specific code into "plugin.c", and...
2006-04-15 Anders BromanAdd some missing commands.
2006-04-05 Anders BromanFrom Martin Mathieson:
2006-03-30 Luis OntanonFix FieldInfo and add an attribute for the filter...
2006-03-30 Luis OntanonTextWindow:
2006-03-30 Gerald CombsContinue to play whack-a-mole with null dereferences...
2006-03-30 Jaap KeuterUndoing commit of private makefile in r17765
2006-03-30 Anders BromanFrom Martin Mathieson:
2006-03-29 Jaap KeuterGet elua to build on IA32
2006-03-28 Gerald CombsFix compilation under Windows.
2006-03-27 Luis Ontanonelua_field.c was added to $MODULES but not to $OBJECTS
2006-03-27 Jaap KeuterMajor properties cleanup
2006-03-27 Gerald CombsBe more paranoid about dereferencing pointers (and...
2006-03-27 Luis OntanonThis worked because I've edited elua_field.h as .c...
2006-03-27 Luis OntanonImprove Field Extraction by returning a handle to a...
2006-03-27 Gerald CombsRemove some unused #defines.
2006-03-23 Gerald CombsFurther refinements for Coverity CID 42. Make some...
2006-03-20 Ronnie Sahlbergwaste a couple of bytes per tcp conversation and make...
2006-03-19 Luis OntanonAdd pinfo.lo and pinfo.hi been thise the lower and...
2006-03-16 Ulf Lampingwe don't need to "ban" the print call any longer
2006-03-14 Ronnie Sahlbergcoverity bug 43
2006-03-13 Luis OntanonUse checkTextWindow instead of shiftTextWindow to fetch...
2006-03-13 Luis OntanonExpert info is going to be used in runtime.
2006-03-12 Luis OntanonThis time, should be the good one!
2006-03-12 Luis OntanonI Hope this works
2006-03-12 Luis OntanonMove make-init-lua.pl and family to plugins/lua and...
2006-03-12 Luis Ontanonreenable TreeItem,
2006-03-12 Luis OntanonProtocols are now invoked.
2006-03-11 Luis OntanonRemove debug code...
2006-03-11 Luis OntanonProtocols register OK.
2006-03-11 Luis Ontanon Mark coverity CID 117 as a false positive.
2006-03-11 Ulf Lamping... and don't forget to include emem.h!
2006-03-11 Ulf Lampingreplace g_malloc and alike by their corresponding ep_...
2006-03-10 Ulf Lampingvarious code cleanup (e.g. remove unrequired length...
2006-03-09 Anders BromanAdd lua:s nmakefile.nmake to the distribution.
2006-03-09 Ronnie Sahlbergcoverity bug#42
2006-03-08 Ronnie Sahlbergfix coverity bug 122
2006-03-07 Luis OntanonRemove strhash test code from lua...
2006-03-07 Luis Ontanon- merge SubTree, ProtoTree and ProtoItem into a single...
2006-03-05 Luis Ontanon+ retap_packets()
2006-03-05 Luis Ontanon+ retap_packets()
2006-03-02 Luis Ontanon- make them work as the got broken while docommenting...
2006-03-02 Luis Ontanon- remove some warnings from the windows compile
2006-03-01 Gerald CombsAdd Lua support by default for Win32. Fix some compila...
2006-02-27 Luis Ontanon- Some more comments
2006-02-25 Luis OntanonThe semantics of luaL_checkudata() change between 5...
2006-02-25 Luis Ontanon- elua_proto
2006-02-24 Luis OntanonI changed some vanames and did not compile...
2006-02-23 Luis Ontanon- More "docOMMentation" of the API
2006-02-23 Jörg MayerDelete docs in maintainer-clean target
2006-02-22 Luis OntanonForgot...
2006-02-22 Luis Ontanon- More documentation embeded in the source code.
2006-02-22 Jörg Mayerelua_register.h wasn't built automatically
2006-02-21 Luis Ontanon- rename all the c files
2006-02-21 Jaap KeuterFix for bug 756. Handle CR as part of separator as...
2006-02-19 Luis Ontanon- Use lua 5.1
2006-02-18 Luis Ontanonrename plugin.c to lua_plugin.c
2006-02-18 Luis OntanonAdd dual version
2006-02-18 Luis OntanonPrepare for lua 5.1
2006-02-17 Luis Ontanon- Make sure the right globals are set before invoking...
2006-02-17 Luis Ontanon- avoid the user been flooded with report_error windows...
2006-02-17 Luis Ontanon- pass the tvb too to tap packet callbacks
2006-02-16 Luis OntanonHave Field extractors being defined while reading the...
2006-02-15 Luis OntanonProtect The tree and The tvb from being used outside...
next