aboutsummaryrefslogtreecommitdiffstats
path: root/plugins/agentx
Commit message (Expand)AuthorAgeFilesLines
* Incorporate plugin dissector into build in collection.Jaap Keuter2009-02-228-1465/+0
* add missing mt.exe calls, to include manifest files into exe / dll filesUlf Lamping2009-02-021-0/+3
* proto_register/proto_reg_handoff; Various small cleanup and bug-fixingBill Meier2008-10-251-6/+3
* #include <emem.h> not req'dBill Meier2008-08-261-1/+0
* Allow checkapis target to work in out-of-tree builds (s#../../#$(top_srcdir)).Jeff Morriss2008-07-291-1/+1
* Add Makefile.common files for epan/dfilter and epan/ftypes.Guy Harris2008-07-021-0/+3
* Put printf into a separate "termoutput" API group. For most files,Guy Harris2008-07-011-1/+1
* Add support for "API groups" in checkAPIs.pl. Make the "prohibited"Gerald Combs2008-06-261-1/+1
* Move the file utility functions from wiretap to libwsutil so thatJeff Morriss2008-05-221-4/+4
* Make it possible to run checkapi on all plugins trough makefile.nmakeAnders Broman2008-05-051-0/+3
* Remove the pre-release flag from FILEFLAGS in the resource file.Jaap Keuter2008-03-291-2/+2
* Create proper dependancies for plugin.cJaap Keuter2008-03-011-1/+2
* Quote argument to test in plugins Makefiles, as proposed by Greg A. Woods.Stig Bjørlykke2008-02-271-1/+1
* If we have an SVN revision number, use it as the build number under WindowsGerald Combs2008-02-181-1/+1
* Rewrote some prohibited APIs in plugins/ (sprintf, strcpy, strcat).Stig Bjørlykke2008-02-051-2/+2
* The referenced sample files should be complete and correct.Jaap Keuter2007-12-122-0/+9
* Get rid of most of the legacy oid stuff.Anders Broman2007-11-011-1/+1
* Add .c.obj:: inference rule (to cause "batch compile") Bill Meier2007-08-271-0/+3
* Use $(PLUGIN_LDFLAGS) for LDFLAGS.Guy Harris2007-05-271-1/+1
* Clean up white space.Guy Harris2007-05-271-2/+3
* Get rid of trailing blank lines.Guy Harris2007-05-271-1/+0
* Add the make-dissector-reg scripts to the dependency list for each copyGerald Combs2007-04-051-1/+1
* Remove almost all of the casts I committed recently and in place ofStephen Fisher2007-03-281-1/+1
* Fix about 150 warnings new to gcc 4.0 in the error on warning directories.Stephen Fisher2007-03-231-1/+1
* From Sebastien Tandel:Stephen Fisher2007-03-231-1/+1
* Add -Werror when using GCC only to the Makefile.am of the baseStephen Fisher2007-03-221-0/+4
* set CFLAGS to block new warnings for all plugins (except for giop and h223, w...Ulf Lamping2007-03-211-1/+1
* -Add the compiler version to the plugin resourceJaap Keuter2007-02-262-3/+5
* clean should also remove generated plugin.c and manifest filesUlf Lamping2007-01-031-2/+3
* Add Windows version info resource.Jaap Keuter2006-12-194-9/+87
* change the signature for the get_pdu_len() function pointer passed to tcp_dis...Ronnie Sahlberg2006-10-311-1/+1
* put every python script name into "" so the call won't fail on Win32 native p...Ulf Lamping2006-10-291-1/+1
* remove plugin.c in distlcleanJörg Mayer2006-06-021-1/+2
* libethereal -> libwireshark. idl2eth -> idl2wrs. There are a _lot_ ofGerald Combs2006-05-311-3/+3
* name changeRonnie Sahlberg2006-05-213-6/+6
* Convert most other plugin dissectors to use the make-dissector-regGuy Harris2006-04-224-39/+158
* waste a couple of bytes per tcp conversation and make the tree for acked_pack...Ronnie Sahlberg2006-03-201-0/+1
* Fix a typo found by Guy.Gerald Combs2005-10-161-46/+46
* Don't write before the beginning of a buffer. Add an item to theGerald Combs2005-09-251-3/+2
* Move a comment to the right place.Gerald Combs2005-09-211-2/+1
* After doing "make maintainer-clean", "svn status --no-ignore | grep ^I"Jörg Mayer2005-07-101-0/+3
* Don't write a '\0' way the heck past the end of an array. Fixes bug 164.Gerald Combs2005-05-101-0/+3
* bugfix of a bug causing tethereal value output to fail:Ulf Lamping2005-03-271-0/+1
* bugfix of a bug causing tethereal value output to fail:Ulf Lamping2005-03-271-1/+4
* From Oleg Terletsky:Guy Harris2005-03-201-91/+47
* Call the "new-style init" routine for plugins a "register" routine, asGuy Harris2005-03-071-6/+6
* Preparations for dropping the old plugin api.Lars Roland2005-03-052-14/+5
* Make the "maintainer-clean" rules get rid of some additional generatedGuy Harris2005-02-141-0/+2
* Use tcp_dissect_pdus().Guy Harris2005-02-101-175/+106
* Use VB_ rather than V_ for the VarBind types, to avoid a collision withGuy Harris2005-02-101-39/+39