aboutsummaryrefslogtreecommitdiffstats
path: root/plugins
AgeCommit message (Expand)AuthorFilesLines
2006-05-14Use $(PLUGIN_NAME) wherever possible, so that we have a Makefile.nmakeguy1-5/+5
2006-05-02It looks like g_fopen() in the version of GLib that we ship with Windowsgerald1-4/+3
2006-04-27add some higher packet length valuesulfl1-2/+2
2006-04-26minor enhancementsulfl1-7/+18
2006-04-25Include non-dissector support files in the source.guy1-0/+1
2006-04-23Try using the new generic plugin Makefile.nmake.guy1-6/+9
2006-04-23Use the PLUGIN_NAME macro, to see if we can minimize the number ofguy1-4/+5
2006-04-23"irda", not "ira".guy1-3/+3
2006-04-23Resolve conflicts.guy1-4/+0
2006-04-23Registration routines can't be static - they're called from plugin.cguy1-1/+1
2006-04-23Add the objects built from DISSECTOR_SUPPORT_SRC.guy1-1/+3
2006-04-22Convert most other plugin dissectors to use the make-dissector-regguy85-909/+3215
2006-04-20(on behalf of the PROFIBUS Nutzerorganisation e.V. Deutschland):ulfl6-6/+1094
2006-04-20Rename "make-reg-dotc" to "make-dissector-reg", and do the same for theguy2-6/+6
2006-04-19Fix a typo.guy1-1/+1
2006-04-19Fix the register and register-handoff routines to have the standardguy1-2/+2
2006-04-19Handle 64bits signed/unsigned integers and get rid of some extra LF:s.etxrab1-12814/+945
2006-04-19register.c and register.obj are no longer used.guy1-3/+3
2006-04-19The rule makes plugin.c, not register.c.guy1-1/+1
2006-04-19Update comments.guy2-22/+27
2006-04-19Have make-reg-dotc and make-reg-dotc.py generate either a register.c forguy2-80/+26
2006-04-19From W.Borgert:etxrab3-6328/+3164
2006-04-18Fix Bug http://bugs.ethereal.com/bugzilla/show_bug.cgi?id=677 megaco.dll can ...etxrab1-67/+71
2006-04-17From W. Borgert:etxrab4-7480/+9268
2006-04-17Pull the plugin-specific code into "plugin.c", and generate aguy5-109/+237
2006-04-15Add some missing commands.etxrab1-1/+33
2006-04-05From Martin Mathieson:etxrab1-0/+60
2006-03-30Fix FieldInfo and add an attribute for the filter name.lego1-13/+56
2006-03-30TextWindow:lego1-4/+92
2006-03-30Continue to play whack-a-mole with null dereferences. Fixes CID 146.gerald1-2/+2
2006-03-30Undoing commit of private makefile in r17765jake1-13/+0
2006-03-30From Martin Mathieson:etxrab1-0/+13
2006-03-29Get elua to build on IA32jake1-1/+1
2006-03-28Fix compilation under Windows.gerald2-51/+51
2006-03-27elua_field.c was added to $MODULES but not to $OBJECTSlego1-0/+1
2006-03-27Major properties cleanupjake3-0/+0
2006-03-27Be more paranoid about dereferencing pointers (and improve readabilitygerald1-33/+56
2006-03-27This worked because I've edited elua_field.h as .c and the only thing in elua...lego1-4/+395
2006-03-27Improve Field Extraction by returning a handle to a field_info instead of jus...lego5-190/+14
2006-03-27Remove some unused #defines.gerald1-4/+0
2006-03-23Further refinements for Coverity CID 42. Make some "0"s (which were gerald1-137/+139
2006-03-20waste a couple of bytes per tcp conversation and make the tree for acked_pack...sahlberg4-0/+4
2006-03-19Add pinfo.lo and pinfo.hi been thise the lower and the higher between pinfo.s...lego1-9/+55
2006-03-16we don't need to "ban" the print call any longerulfl1-11/+0
2006-03-14coverity bug 43sahlberg1-1/+4
2006-03-13Use checkTextWindow instead of shiftTextWindow to fetch the window object fro...lego1-15/+38
2006-03-13Expert info is going to be used in runtime.lego1-67/+8
2006-03-12This time, should be the good one!lego1-0/+1
2006-03-12I Hope this workslego1-1/+4
2006-03-12Move make-init-lua.pl and family to plugins/lua and have init.lua installed i...lego3-1/+189