aboutsummaryrefslogtreecommitdiffstats
path: root/plugins/agentx
AgeCommit message (Expand)AuthorFilesLines
2008-05-05Make it possible to run checkapi on all plugins trough makefile.nmakeAnders Broman1-0/+3
2008-03-29Remove the pre-release flag from FILEFLAGS in the resource file.Jaap Keuter1-2/+2
2008-03-01Create proper dependancies for plugin.cJaap Keuter1-1/+2
2008-02-27Quote argument to test in plugins Makefiles, as proposed by Greg A. Woods.Stig Bjørlykke1-1/+1
2008-02-18If we have an SVN revision number, use it as the build number under WindowsGerald Combs1-1/+1
2008-02-05Rewrote some prohibited APIs in plugins/ (sprintf, strcpy, strcat).Stig Bjørlykke1-2/+2
2007-12-12The referenced sample files should be complete and correct.Jaap Keuter2-0/+9
2007-11-01Get rid of most of the legacy oid stuff.Anders Broman1-1/+1
2007-08-27Add .c.obj:: inference rule (to cause "batch compile") Bill Meier1-0/+3
2007-05-27Use $(PLUGIN_LDFLAGS) for LDFLAGS.Guy Harris1-1/+1
2007-05-27Clean up white space.Guy Harris1-2/+3
2007-05-27Get rid of trailing blank lines.Guy Harris1-1/+0
2007-04-05Add the make-dissector-reg scripts to the dependency list for each copyGerald Combs1-1/+1
2007-03-28Remove almost all of the casts I committed recently and in place ofStephen Fisher1-1/+1
2007-03-23Fix about 150 warnings new to gcc 4.0 in the error on warning directories.Stephen Fisher1-1/+1
2007-03-23From Sebastien Tandel:Stephen Fisher1-1/+1
2007-03-22Add -Werror when using GCC only to the Makefile.am of the baseStephen Fisher1-0/+4
2007-03-21set CFLAGS to block new warnings for all plugins (except for giop and h223, w...Ulf Lamping1-1/+1
2007-02-26-Add the compiler version to the plugin resourceJaap Keuter2-3/+5
2007-01-03clean should also remove generated plugin.c and manifest filesUlf Lamping1-2/+3
2006-12-19Add Windows version info resource.Jaap Keuter4-9/+87
2006-10-31change the signature for the get_pdu_len() function pointer passed to tcp_dis...Ronnie Sahlberg1-1/+1
2006-10-29put every python script name into "" so the call won't fail on Win32 native p...Ulf Lamping1-1/+1
2006-06-02remove plugin.c in distlcleanJörg Mayer1-1/+2
2006-05-31libethereal -> libwireshark. idl2eth -> idl2wrs. There are a _lot_ ofGerald Combs1-3/+3
2006-05-21name changeRonnie Sahlberg3-6/+6
2006-04-22Convert most other plugin dissectors to use the make-dissector-regGuy Harris4-39/+158
2006-03-20waste a couple of bytes per tcp conversation and make the tree for acked_pack...Ronnie Sahlberg1-0/+1
2005-10-16Fix a typo found by Guy.Gerald Combs1-46/+46
2005-09-25Don't write before the beginning of a buffer. Add an item to theGerald Combs1-3/+2
2005-09-21Move a comment to the right place.Gerald Combs1-2/+1
2005-07-10After doing "make maintainer-clean", "svn status --no-ignore | grep ^I"Jörg Mayer1-0/+3
2005-05-10Don't write a '\0' way the heck past the end of an array. Fixes bug 164.Gerald Combs1-0/+3
2005-03-27bugfix of a bug causing tethereal value output to fail:Ulf Lamping1-0/+1
2005-03-27bugfix of a bug causing tethereal value output to fail:Ulf Lamping1-1/+4
2005-03-20From Oleg Terletsky:Guy Harris1-91/+47
2005-03-07Call the "new-style init" routine for plugins a "register" routine, asGuy Harris1-6/+6
2005-03-05Preparations for dropping the old plugin api.Lars Roland2-14/+5
2005-02-14Make the "maintainer-clean" rules get rid of some additional generatedGuy Harris1-0/+2
2005-02-10Use tcp_dissect_pdus().Guy Harris1-175/+106
2005-02-10Use VB_ rather than V_ for the VarBind types, to avoid a collision withGuy Harris1-39/+39
2005-02-10From Oleg Terletsky: AgentX support.Guy Harris5-0/+1353