aboutsummaryrefslogtreecommitdiffstats
path: root/plugins
AgeCommit message (Expand)AuthorFilesLines
2006-04-27add some higher packet length valuesUlf Lamping1-2/+2
2006-04-26minor enhancementsUlf Lamping1-7/+18
2006-04-25Include non-dissector support files in the source.Guy Harris1-0/+1
2006-04-23Try using the new generic plugin Makefile.nmake.Guy Harris1-6/+9
2006-04-23Use the PLUGIN_NAME macro, to see if we can minimize the number ofGuy Harris1-4/+5
2006-04-23"irda", not "ira".Guy Harris1-3/+3
2006-04-23Resolve conflicts.Guy Harris1-4/+0
2006-04-23Registration routines can't be static - they're called from plugin.cGuy Harris1-1/+1
2006-04-23Add the objects built from DISSECTOR_SUPPORT_SRC.Guy Harris1-1/+3
2006-04-22Convert most other plugin dissectors to use the make-dissector-regGuy Harris85-909/+3215
2006-04-20(on behalf of the PROFIBUS Nutzerorganisation e.V. Deutschland):Ulf Lamping6-6/+1094
2006-04-20Rename "make-reg-dotc" to "make-dissector-reg", and do the same for theGuy Harris2-6/+6
2006-04-19Fix a typo.Guy Harris1-1/+1
2006-04-19Fix the register and register-handoff routines to have the standardGuy Harris1-2/+2
2006-04-19Handle 64bits signed/unsigned integers and get rid of some extra LF:s.Anders Broman1-12814/+945
2006-04-19register.c and register.obj are no longer used.Guy Harris1-3/+3
2006-04-19The rule makes plugin.c, not register.c.Guy Harris1-1/+1
2006-04-19Update comments.Guy Harris2-22/+27
2006-04-19Have make-reg-dotc and make-reg-dotc.py generate either a register.c forGuy Harris2-80/+26
2006-04-19From W.Borgert:Anders Broman3-6328/+3164
2006-04-18Fix Bug http://bugs.ethereal.com/bugzilla/show_bug.cgi?id=677 megaco.dll can ...Anders Broman1-67/+71
2006-04-17From W. Borgert:Anders Broman4-7480/+9268
2006-04-17Pull the plugin-specific code into "plugin.c", and generate aGuy Harris5-109/+237
2006-04-15Add some missing commands.Anders Broman1-1/+33
2006-04-05From Martin Mathieson:Anders Broman1-0/+60
2006-03-30Fix FieldInfo and add an attribute for the filter name.Luis Ontanon1-13/+56
2006-03-30TextWindow:Luis Ontanon1-4/+92
2006-03-30Continue to play whack-a-mole with null dereferences. Fixes CID 146.Gerald Combs1-2/+2
2006-03-30Undoing commit of private makefile in r17765Jaap Keuter1-13/+0
2006-03-30From Martin Mathieson:Anders Broman1-0/+13
2006-03-29Get elua to build on IA32Jaap Keuter1-1/+1
2006-03-28Fix compilation under Windows.Gerald Combs2-51/+51
2006-03-27elua_field.c was added to $MODULES but not to $OBJECTSLuis Ontanon1-0/+1
2006-03-27Major properties cleanupJaap Keuter3-0/+0
2006-03-27Be more paranoid about dereferencing pointers (and improve readabilityGerald Combs1-33/+56
2006-03-27This worked because I've edited elua_field.h as .c and the only thing in elua...Luis Ontanon1-4/+395
2006-03-27Improve Field Extraction by returning a handle to a field_info instead of jus...Luis Ontanon5-190/+14
2006-03-27Remove some unused #defines.Gerald Combs1-4/+0
2006-03-23Further refinements for Coverity CID 42. Make some "0"s (which were Gerald Combs1-137/+139
2006-03-20waste a couple of bytes per tcp conversation and make the tree for acked_pack...Ronnie Sahlberg4-0/+4
2006-03-19Add pinfo.lo and pinfo.hi been thise the lower and the higher between pinfo.s...Luis Ontanon1-9/+55
2006-03-16we don't need to "ban" the print call any longerUlf Lamping1-11/+0
2006-03-14coverity bug 43Ronnie Sahlberg1-1/+4
2006-03-13Use checkTextWindow instead of shiftTextWindow to fetch the window object fro...Luis Ontanon1-15/+38
2006-03-13Expert info is going to be used in runtime.Luis Ontanon1-67/+8
2006-03-12This time, should be the good one!Luis Ontanon1-0/+1
2006-03-12I Hope this worksLuis Ontanon1-1/+4
2006-03-12Move make-init-lua.pl and family to plugins/lua and have init.lua installed i...Luis Ontanon3-1/+189
2006-03-12reenable TreeItem,Luis Ontanon2-10/+16
2006-03-12Protocols are now invoked.Luis Ontanon1-9/+8