| Commit message (Expand) | Author | Age | Files | Lines |
* | Take a blind stab at adding oids_test to nmake | Evan Huus | 2013-10-20 | 1 | -1/+39 |
* | Add a routine to get application memory usage to epan. | Anders Broman | 2013-07-30 | 1 | -1/+1 |
* | Added more build artefacts to the clean target | Graham Bloice | 2013-07-28 | 1 | -1/+1 |
* | Build tvbtest the same way we build reassemble_test; see whether that | Guy Harris | 2013-07-14 | 1 | -8/+20 |
* | Move the print modules into epan. | Jeff Morriss | 2013-07-12 | 1 | -0/+3 |
* | makefile.nmake -> Makefile.nmake and minor whitespace (spaces -> tabs) changes. | Chris Maynard | 2013-06-25 | 1 | -3/+3 |
* | Add exntest.c and tvbtest.c to the set of test program source files. | Guy Harris | 2013-03-23 | 1 | -0/+6 |
* | Build reassembly_test.c *without* -DWS_BUILD_DLL, as it's not part of | Guy Harris | 2013-03-23 | 1 | -5/+36 |
* | Fix copy-paste error introduced in r48021 | Pascal Quantin | 2013-03-02 | 1 | -1/+1 |
* | Try to fix LNK4217 (locally defined symbol imported in function) and C4273 (i... | Pascal Quantin | 2013-03-02 | 1 | -3/+4 |
* | Export libwireshark symbols using WS_DLL_PUBLIC define | Balint Reczey | 2013-03-01 | 1 | -3/+3 |
* | Pull in a comment from the MATE plugin Makefile.nmake. | Guy Harris | 2013-02-09 | 1 | -1/+13 |
* | Put NODIST_ at the beginning of macro names, as was done for the plugins | Guy Harris | 2013-02-09 | 1 | -2/+2 |
* | dtd_parse.obj depends on dtd_grammar.h, but you can't build | Guy Harris | 2013-02-05 | 1 | -1/+2 |
* | dtd_parse.c includes dtd_grammar.h; make sure we build dtd_grammar.h | Guy Harris | 2013-02-05 | 1 | -1/+1 |
* | Don't distribute the results of running Lemon, as we distribute Lemon | Guy Harris | 2013-02-05 | 1 | -4/+4 |
* | Basic skeleton for wmem. | Evan Huus | 2012-10-24 | 1 | -6/+18 |
* | Fix the *test_install targets so they put the test tools in the right directo... | Jeff Morriss | 2012-05-16 | 1 | -3/+3 |
* | Add a "-build" argument to checkAPIs.pl. Use that argument when building | Jeff Morriss | 2012-04-04 | 1 | -1/+1 |
* | Another try: we're in epan here so getting to libwsutil and wiretap requires ... | Jeff Morriss | 2012-02-28 | 1 | -8/+8 |
* | Remove an extraneous backslash | Jeff Morriss | 2012-02-28 | 1 | -1/+1 |
* | OK, to heck with it - link reassemble_test with libwireshark. Trying to | Guy Harris | 2012-02-28 | 1 | -9/+19 |
* | reassemble_test now requires mark_frame_as_depended_upon(), so it | Guy Harris | 2012-02-28 | 1 | -0/+1 |
* | CVARSDLL hasn't been used (is undefined) for a while.... | Bill Meier | 2012-02-24 | 1 | -6/+6 |
* | Add *.sbr files to the clean target. | Anders Broman | 2012-01-29 | 1 | -1/+1 |
* | And fix distclean and maintainer-clean. | Stig Bjørlykke | 2011-08-31 | 1 | -2/+2 |
* | Fixed clean rule after crc move. | Stig Bjørlykke | 2011-08-31 | 1 | -1/+1 |
* | Second try to move crc routines to libwsutil. | Stig Bjørlykke | 2011-08-31 | 1 | -18/+6 |
* | Revert r38800, as the crc routines contains some tvb functions. | Stig Bjørlykke | 2011-08-30 | 1 | -6/+18 |
* | Move all crc routines to libwsutil. | Stig Bjørlykke | 2011-08-30 | 1 | -18/+6 |
* | Remove support for libpcre, we use GRegex in GLib. | Stig Bjørlykke | 2011-08-23 | 1 | -2/+1 |
* | Fix one more undefined reference to `EBCDIC_to_ASCII' | Jakub Zawadzki | 2011-07-03 | 1 | -0/+1 |
* | Fix: tvbuff.obj : error LNK2019: unresolved external symbol _EBCDIC_to_ASCII ... | Jakub Zawadzki | 2011-07-03 | 1 | -0/+1 |
* | Just as with autoconf, we need to include the Python cflags when | Guy Harris | 2011-06-11 | 1 | -1/+1 |
* | A bit of Windows makefiles rework and cleanup: | Bill Meier | 2011-02-02 | 1 | -4/+5 |
* | Oh yeah, there's a reason we don't put targets in Makefile.common: the first ... | Jeff Morriss | 2010-11-30 | 1 | -0/+3 |
* | Move some checkapi targets into Makefile.common | Jeff Morriss | 2010-11-29 | 1 | -3/+0 |
* | If the html dir exist remove it and its subdirectories. | Anders Broman | 2010-10-22 | 1 | -1/+1 |
* | Revert 34081 and 34093 in preparation for a cleaner fix. | Jeff Morriss | 2010-09-15 | 1 | -3/+3 |
* | From BBA via https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=5160 : | Jeff Morriss | 2010-09-10 | 1 | -3/+3 |
* | There shouldn't be any need to build stuff in the top-level directory | Guy Harris | 2010-07-15 | 1 | -1/+1 |
* | From Kovarththanan Rajaratnam via bug 3500: | Gerald Combs | 2010-06-01 | 1 | -6/+27 |
* | Move some code (including the optional objects) into libwsutil | Jeff Morriss | 2010-05-28 | 1 | -27/+4 |
* | Manifests are not needed when building with VC10. | Bill Meier | 2010-04-22 | 1 | -3/+3 |
* | Put the object file lists for various test programs into variables, and | Guy Harris | 2010-03-01 | 1 | -11/+25 |
* | tvbtest needs bytes_to_str() and bytes_to_str_punct(), and they're now | Guy Harris | 2010-02-27 | 1 | -1/+1 |
* | Add new to_str.o/obj dependency to reassemble_test target | Kovarththanan Rajaratnam | 2010-02-24 | 1 | -1/+1 |
* | Move make-sminmpec.pl to tools directory | Kovarththanan Rajaratnam | 2009-10-11 | 1 | -2/+2 |
* | Windows: remove all references to ICONV_DIR, because we use the statically li... | Kovarththanan Rajaratnam | 2009-08-27 | 1 | -3/+0 |
* | mkstemp cleanups. | Gerald Combs | 2009-07-02 | 1 | -5/+0 |