| Commit message (Expand) | Author | Age | Files | Lines |
* | Incorporate plugin dissector into build in collection. | Jaap Keuter | 2009-02-22 | 8 | -1465/+0 |
* | add missing mt.exe calls, to include manifest files into exe / dll files | Ulf Lamping | 2009-02-02 | 1 | -0/+3 |
* | proto_register/proto_reg_handoff; Various small cleanup and bug-fixing | Bill Meier | 2008-10-25 | 1 | -6/+3 |
* | #include <emem.h> not req'd | Bill Meier | 2008-08-26 | 1 | -1/+0 |
* | Allow checkapis target to work in out-of-tree builds (s#../../#$(top_srcdir)). | Jeff Morriss | 2008-07-29 | 1 | -1/+1 |
* | Add Makefile.common files for epan/dfilter and epan/ftypes. | Guy Harris | 2008-07-02 | 1 | -0/+3 |
* | Put printf into a separate "termoutput" API group. For most files, | Guy Harris | 2008-07-01 | 1 | -1/+1 |
* | Add support for "API groups" in checkAPIs.pl. Make the "prohibited" | Gerald Combs | 2008-06-26 | 1 | -1/+1 |
* | Move the file utility functions from wiretap to libwsutil so that | Jeff Morriss | 2008-05-22 | 1 | -4/+4 |
* | Make it possible to run checkapi on all plugins trough makefile.nmake | Anders Broman | 2008-05-05 | 1 | -0/+3 |
* | Remove the pre-release flag from FILEFLAGS in the resource file. | Jaap Keuter | 2008-03-29 | 1 | -2/+2 |
* | Create proper dependancies for plugin.c | Jaap Keuter | 2008-03-01 | 1 | -1/+2 |
* | Quote argument to test in plugins Makefiles, as proposed by Greg A. Woods. | Stig Bjørlykke | 2008-02-27 | 1 | -1/+1 |
* | If we have an SVN revision number, use it as the build number under Windows | Gerald Combs | 2008-02-18 | 1 | -1/+1 |
* | Rewrote some prohibited APIs in plugins/ (sprintf, strcpy, strcat). | Stig Bjørlykke | 2008-02-05 | 1 | -2/+2 |
* | The referenced sample files should be complete and correct. | Jaap Keuter | 2007-12-12 | 2 | -0/+9 |
* | Get rid of most of the legacy oid stuff. | Anders Broman | 2007-11-01 | 1 | -1/+1 |
* | Add .c.obj:: inference rule (to cause "batch compile") | Bill Meier | 2007-08-27 | 1 | -0/+3 |
* | Use $(PLUGIN_LDFLAGS) for LDFLAGS. | Guy Harris | 2007-05-27 | 1 | -1/+1 |
* | Clean up white space. | Guy Harris | 2007-05-27 | 1 | -2/+3 |
* | Get rid of trailing blank lines. | Guy Harris | 2007-05-27 | 1 | -1/+0 |
* | Add the make-dissector-reg scripts to the dependency list for each copy | Gerald Combs | 2007-04-05 | 1 | -1/+1 |
* | Remove almost all of the casts I committed recently and in place of | Stephen Fisher | 2007-03-28 | 1 | -1/+1 |
* | Fix about 150 warnings new to gcc 4.0 in the error on warning directories. | Stephen Fisher | 2007-03-23 | 1 | -1/+1 |
* | From Sebastien Tandel: | Stephen Fisher | 2007-03-23 | 1 | -1/+1 |
* | Add -Werror when using GCC only to the Makefile.am of the base | Stephen Fisher | 2007-03-22 | 1 | -0/+4 |
* | set CFLAGS to block new warnings for all plugins (except for giop and h223, w... | Ulf Lamping | 2007-03-21 | 1 | -1/+1 |
* | -Add the compiler version to the plugin resource | Jaap Keuter | 2007-02-26 | 2 | -3/+5 |
* | clean should also remove generated plugin.c and manifest files | Ulf Lamping | 2007-01-03 | 1 | -2/+3 |
* | Add Windows version info resource. | Jaap Keuter | 2006-12-19 | 4 | -9/+87 |
* | change the signature for the get_pdu_len() function pointer passed to tcp_dis... | Ronnie Sahlberg | 2006-10-31 | 1 | -1/+1 |
* | put every python script name into "" so the call won't fail on Win32 native p... | Ulf Lamping | 2006-10-29 | 1 | -1/+1 |
* | remove plugin.c in distlclean | Jörg Mayer | 2006-06-02 | 1 | -1/+2 |
* | libethereal -> libwireshark. idl2eth -> idl2wrs. There are a _lot_ of | Gerald Combs | 2006-05-31 | 1 | -3/+3 |
* | name change | Ronnie Sahlberg | 2006-05-21 | 3 | -6/+6 |
* | Convert most other plugin dissectors to use the make-dissector-reg | Guy Harris | 2006-04-22 | 4 | -39/+158 |
* | waste a couple of bytes per tcp conversation and make the tree for acked_pack... | Ronnie Sahlberg | 2006-03-20 | 1 | -0/+1 |
* | Fix a typo found by Guy. | Gerald Combs | 2005-10-16 | 1 | -46/+46 |
* | Don't write before the beginning of a buffer. Add an item to the | Gerald Combs | 2005-09-25 | 1 | -3/+2 |
* | Move a comment to the right place. | Gerald Combs | 2005-09-21 | 1 | -2/+1 |
* | After doing "make maintainer-clean", "svn status --no-ignore | grep ^I" | Jörg Mayer | 2005-07-10 | 1 | -0/+3 |
* | Don't write a '\0' way the heck past the end of an array. Fixes bug 164. | Gerald Combs | 2005-05-10 | 1 | -0/+3 |
* | bugfix of a bug causing tethereal value output to fail: | Ulf Lamping | 2005-03-27 | 1 | -0/+1 |
* | bugfix of a bug causing tethereal value output to fail: | Ulf Lamping | 2005-03-27 | 1 | -1/+4 |
* | From Oleg Terletsky: | Guy Harris | 2005-03-20 | 1 | -91/+47 |
* | Call the "new-style init" routine for plugins a "register" routine, as | Guy Harris | 2005-03-07 | 1 | -6/+6 |
* | Preparations for dropping the old plugin api. | Lars Roland | 2005-03-05 | 2 | -14/+5 |
* | Make the "maintainer-clean" rules get rid of some additional generated | Guy Harris | 2005-02-14 | 1 | -0/+2 |
* | Use tcp_dissect_pdus(). | Guy Harris | 2005-02-10 | 1 | -175/+106 |
* | Use VB_ rather than V_ for the VarBind types, to avoid a collision with | Guy Harris | 2005-02-10 | 1 | -39/+39 |