aboutsummaryrefslogtreecommitdiffstats
path: root/epan/Makefile.am
AgeCommit message (Expand)AuthorFilesLines
2014-03-12Fix indent (Remove space and use tabs)Alexis La Goutte1-14/+14
2014-03-11Fix incorrect file in epan/Makefile.am when build with ENABLE_STATICAlexis La Goutte1-6/+0
2013-11-181.11.2 → 1.11.3.Gerald Combs1-1/+1
2013-11-17Move the epan/filesystem.c routines to wsutil; they're not specific toGuy Harris1-2/+1
2013-11-151.11.1 → 1.11.2.Gerald Combs1-1/+1
2013-10-29Make it so out-of-tree builds (autofoo and cmake) have access to the variousJeff Morriss1-1/+2
2013-10-19Don't link explicitly with libwmem, it's already in libwireshark and the symbolEvan Huus1-1/+0
2013-10-19Add OID unit tests. Bug 9294 (https://bugs.wireshark.org/bugzilla/show_bug.c...Michael Mann1-2/+9
2013-07-14Export tvb_free_chain() so that tvbtest can use it.Guy Harris1-3/+5
2013-07-14Fix tvbtest linking, move private structures to tvbuff_subsetJakub Zawadzki1-1/+1
2013-07-12Move the print modules into epan.Jeff Morriss1-0/+2
2013-06-21create libfiledissectors.a during the autotools buildMartin Kaiser1-1/+2
2013-06-05Change leading spaces to tabs so all plugin_src's are now the same.Chris Maynard1-42/+42
2013-04-30Move the contents of wsar_html/core to wsar_html. Create tag files forGerald Combs1-0/+1
2013-04-26Buildbot (via Twisted) sets a restrictive umask. Unset it before we runGerald Combs1-1/+1
2013-04-26Add some Doxygen checks.Gerald Combs1-0/+2
2013-04-26Update the main, epan, and ui Doxygen configuration files. Change theGerald Combs1-0/+3
2013-04-221.9.3 → 1.11.0.Gerald Combs1-1/+1
2013-04-07Requiescat in pace epan/dissectors/packet-rtps2.h.Guy Harris1-1/+0
2013-03-281.9.2 → 1.9.3.Gerald Combs1-1/+1
2013-03-181.9.1 → 1.9.2.Gerald Combs1-1/+1
2013-03-12From David Arnold:Jaap Keuter1-1/+1
2013-03-01Export libwireshark symbols using WS_DLL_PUBLIC defineBalint Reczey1-21/+4
2013-02-25Add dumpabi targets to CMake buildsBalint Reczey1-1/+1
2013-02-12Fix the grammar.h/grammar.c/grammar.lemon dependency so thatGilbert Ramirez1-3/+2
2013-02-09Put NODIST_ at the beginning of macro names, as was done for the pluginsGuy Harris1-4/+4
2013-02-05Don't distribute the results of running Lemon, as we distribute LemonGuy Harris1-6/+10
2013-02-04More silent build support.Gerald Combs1-5/+0
2013-02-04Prettify more build output.Gerald Combs1-1/+6
2013-02-01Add $(AM_V_GEN) in a few more places.Gerald Combs1-2/+2
2013-02-01Enable more build silence.Gerald Combs1-1/+1
2013-02-01Go far enough down a rabbit hole and you will encounter libtool. SeeGerald Combs1-1/+1
2013-02-01Change some "<x>.c : <y>.h" rules to "<x>.o : <y>.h" in order to fixGerald Combs1-1/+3
2013-01-30Fix a couple of dependencies.Gerald Combs1-3/+3
2013-01-29Use readlink instead of ls.Gerald Combs1-1/+1
2013-01-28make dumpabi target build with multiple digits in library version numbersBalint Reczey1-1/+1
2012-10-24Basic skeleton for wmem.Evan Huus1-3/+5
2012-09-08Make register_all_wiretap_modules() and register_all_codecs() static;Guy Harris1-1/+1
2012-09-07Include wspython if we *do* have libpy, not if we *don't*.Guy Harris1-1/+1
2012-09-07Revert 44804 as it fails on most OSX and Windows buildbotsAnders Broman1-1/+1
2012-09-07From pi-rho via https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=7403 :Jeff Morriss1-1/+1
2012-06-28Update Free Software Foundation address.Jakub Zawadzki1-1/+1
2012-06-08Forward-port r43165 and r43168 from trunk-1.6.Gerald Combs1-14/+22
2012-06-04There doesn't appear to be a way to convey the message "This library isGerald Combs1-1/+1
2012-04-061.7.1 → 1.7.2.Gerald Combs1-1/+1
2012-04-04Add a "-build" argument to checkAPIs.pl. Use that argument when buildingJeff Morriss1-1/+1
2012-02-28OK, to heck with it - link reassemble_test with libwireshark. Trying toGuy Harris1-8/+8
2012-02-28reassemble_test now requires mark_frame_as_depended_upon(), so itGuy Harris1-1/+1
2012-01-19fix compile errors found by dumpabi targetBalint Reczey1-1/+6
2011-10-16From Eliot:Anders Broman1-0/+8