aboutsummaryrefslogtreecommitdiffstats
path: root/epan/Makefile.am
AgeCommit message (Collapse)AuthorFilesLines
2012-02-28OK, to heck with it - link reassemble_test with libwireshark. Trying toGuy Harris1-8/+8
selectively pick up particular object files is just too much of a mess. Alas, this requires that we add some additional symbols to the list exported by libwireshark; the DCE RPC ones shouldn't be global, but reassemble_test uses them, so.... Get rid of stubs in reassemble_test.c - they just stub out routines from libwireshark, but that's not necessary any more. svn path=/trunk/; revision=41223
2012-02-28reassemble_test now requires mark_frame_as_depended_upon(), so itGuy Harris1-1/+1
requires packet.c. (If it requires any more, we should just make it link with libwireshark in its entirety.) svn path=/trunk/; revision=41219
2012-01-19fix compile errors found by dumpabi targetBalint Reczey1-1/+6
svn path=/trunk/; revision=40595
2011-10-16From Eliot:Anders Broman1-0/+8
This patch adds the symbols to a filter expression, and should remove them if you are building without python. https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=6448 svn path=/trunk/; revision=39439
2011-08-31Second try to move crc routines to libwsutil.Stig Bjørlykke1-3/+3
This time keep the tvb routines in epan. Now we can use common crc routines outside epan. svn path=/trunk/; revision=38810
2011-08-30Revert r38800, as the crc routines contains some tvb functions.Stig Bjørlykke1-3/+3
svn path=/trunk/; revision=38803
2011-08-30Move all crc routines to libwsutil.Stig Bjørlykke1-3/+3
This way we can use the crc routines in wiretap. svn path=/trunk/; revision=38800
2011-07-03Fix one more undefined reference to `EBCDIC_to_ASCII'Jakub Zawadzki1-1/+1
svn path=/trunk/; revision=37883
2011-07-03Fix: tvbuff.obj : error LNK2019: unresolved external symbol _EBCDIC_to_ASCII ↵Jakub Zawadzki1-1/+1
referenced in function _tvb_get_ephemeral_string_enc Remove duplicated EBCDIC_to_ASCII from libwireshark.def svn path=/trunk/; revision=37879
2011-06-11Do the Python embedding similarly to other "default = yes, if available"Guy Harris1-1/+1
items. Add some quoting to the zlib tests, just in case the argument contains white space. Clean up capitalization of Lua and Python. Link programs that use libwireshark with the Python libraries, and build Epan with the Python cflags. svn path=/trunk/; revision=37652
2011-06-06Add links to libtool's recommendations for library versions.Gerald Combs1-0/+1
svn path=/trunk/; revision=37582
2011-06-06From Michael Mann:Anders Broman1-8/+1
I made 2 changes when merging the source into a single file: 1. Changed filtername to "siii" to match display filter fields (was quicker than changing all display filter fields to "sercosiii" 2. Converted the "ett_siii arrays" to a single value. Each subtree doesn't need its own ett_ value. https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=5990 svn path=/trunk/; revision=37574
2011-06-04Reorganize dumpabi targets to keep temporary filesBalint Reczey1-2/+3
svn path=/trunk/; revision=37540
2011-06-04Dump ABI using all header files related to libwiresharkBalint Reczey1-1/+6
svn path=/trunk/; revision=37538
2011-05-31Add dumpabi target to Makefiles in wsutil, epan and wiretap directories.Balint Reczey1-0/+10
We can use the dumped ABI description for comparing ABI changes between revisions. svn path=/trunk/; revision=37474
2011-05-13Make it work when we have pluginsJeff Morriss1-3/+1
svn path=/trunk/; revision=37125
2011-05-13Don't try to export the plugin symbols if we're not building with plugins.Jeff Morriss1-0/+10
svn path=/trunk/; revision=37124
2011-01-07declare_wslua.h is built, so we need to also search in the wslua build ↵Jeff Morriss1-3/+3
directory for it. (This fixes out-of-source-tree builds with Lua.) svn path=/trunk/; revision=35421
2010-12-09revert commit 35160 (filter out wlua_plugin_list from libwireshark.sym when ↵Balint Reczey1-6/+0
compiling without Lua) svn path=/trunk/; revision=35162
2010-12-08filter out wlua_plugin_list from libwireshark.sym when compiling without LuaBalint Reczey1-0/+6
svn path=/trunk/; revision=35160
2010-12-07Make libtool export only symbols listed in *.def filesBalint Reczey1-2/+4
svn path=/trunk/; revision=35145
2010-11-30Oh yeah, there's a reason we don't put targets in Makefile.common: the first ↵Jeff Morriss1-0/+3
target in a makefile is what you get when you just run make (without a target). Revert 35073 and 35069. svn path=/trunk/; revision=35075
2010-11-29Move some checkapi targets into Makefile.commonJeff Morriss1-3/+0
svn path=/trunk/; revision=35073
2010-06-30Add Visual C++ project files to the distribution.Gerald Combs1-0/+1
svn path=/trunk/; revision=33386
2010-05-29Remove a couple more references to the optional objects (that are now in wsutil)Jeff Morriss1-2/+2
svn path=/trunk/; revision=33015
2010-05-28Move some code (including the optional objects) into libwsutilJeff Morriss1-12/+0
svn path=/trunk/; revision=33012
2010-05-14Add Cmake stuff to the source distribution so more people can try it out.Jeff Morriss1-1/+2
svn path=/trunk/; revision=32807
2010-03-16This adds a new dissector plugin: INTERLINK. This protocol is used inUwe Girlich1-0/+1
(real and simulated) BMW cars for all kinds of gadget communication. My plugin only dissects the high level infrastructure and not any particular messages. It uses a heuristic dissector to detect INTERLINK packets. svn path=/trunk/; revision=32202
2010-02-27tvbtest needs bytes_to_str() and bytes_to_str_punct(), and they're nowGuy Harris1-1/+1
in to_str.c. svn path=/trunk/; revision=32040
2010-02-24Add new to_str.o/obj dependency to reassemble_test targetKovarththanan Rajaratnam1-1/+1
svn path=/trunk/; revision=31976
2009-10-11Move make-sminmpec.pl to tools directoryKovarththanan Rajaratnam1-3/+2
svn path=/trunk/; revision=30511
2009-08-21List the new DOCSIS dissector file here as well.Jaap Keuter1-0/+1
svn path=/trunk/; revision=29488
2009-08-07* Tue May 26 2009 cmorve69@yahoo.esJörg Mayer1-1/+3
- made it compile with --as-needed This patch was taken from the opensuse wireshark.spec file. No thanks go to the author and the package maintainers of this package for not sending this upstream - it would have made it into 1.2.0. svn path=/trunk/; revision=29326
2009-05-29python binding for wireshark (first commit)Sebastien Tandel1-5/+16
* ability to write dissectors with python for wireshark. documentation (http://wiki.wireshark.org/Python) svn path=/trunk/; revision=28529
2009-03-18Create an "epan/crc" directory for CRC code. Add crc-16-plain.[ch],Gerald Combs1-5/+5
generated from pycrc. The command line used to generate the file is in epan/crc/Makefile.common. I used "plain" to distinguish it from CCITT, USB, and other 16-bit CRCs. Integrate the new CRC code into our infrastructure. Add crc16_plain_tvb_offset() to epan/crc16.[ch] and use it in plugins/profinet/packet-pn-rt.c. This _should_ work correctly, but hasn't been tested. svn path=/trunk/; revision=27790
2009-02-22Incorporate plugin dissector into build in collection.Jaap Keuter1-1/+0
svn path=/trunk/; revision=27505
2009-02-22Incorporate plugin dissector into build in collection.Jaap Keuter1-1/+0
svn path=/trunk/; revision=27503
2009-02-22Incorporate plugin dissector into build in collection.Jaap Keuter1-1/+0
svn path=/trunk/; revision=27502
2009-02-22Incorporate plugin dissector into build in collection.Jaap Keuter1-1/+0
svn path=/trunk/; revision=27501
2009-02-22Incorporate plugin dissector into build in collection.Jaap Keuter1-1/+0
svn path=/trunk/; revision=27499
2009-02-22Incorporate plugin dissector into build in collection.Jaap Keuter1-1/+0
svn path=/trunk/; revision=27497
2009-02-21Incorporate plugin dissector into build in collection.Jaap Keuter1-1/+0
svn path=/trunk/; revision=27492
2008-10-30From Marc Moussali:Anders Broman1-1/+1
Make it easier to add custom plugins. svn path=/trunk/; revision=26627
2008-10-27Add support for the GeoIP library. Using different database files,Gerald Combs1-2/+3
GeoIP can map IP addresses to Countries, Cities, AS numbers, ISPs, etc. If any library paths are defined AND any database files are found, corresponding columns are added to the endpoint tables in the GUI. To do: - Add columns to the conversation list - Add GeoIP info to "-z conv,..." - Create a default UAT file. svn path=/trunk/; revision=26571
2008-09-19(Temporarily?) Put libwireshark_la_DEPENDENCIES back: it seems to allow ↵Jeff Morriss1-0/+7
inet_aton.c to get built if it is needed (not sure why). There should be a better way to deal with this. svn path=/trunk/; revision=26231
2008-09-16Link libwireshark and wiretap against libwsutil. That was the original intentJeff Morriss1-7/+3
of adding libwsutil but somehow I missed it/got it wrong. This should solve https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=1677#c18 Also remove the _DEPENDENCIES lines in epan and wiretap (as was done in the top-level Makefile in rev 25930) so that automake will automatically figure out the dependencies for us. Since the those 2 libraries now link against libwsutil, don't make every executable link against the library. (If this works I think we can significantly trim the list of libraries the executables link against and just let the libraries pull in what they need--which is, apparently, the point of the --as-needed flag: http://www.gentoo.org/proj/en/qa/asneeded.xml ). svn path=/trunk/; revision=26218
2008-08-26Give macros and libraries names that imply that clean dissectors are theGuy Harris1-6/+4
normal case, and dissectors with warnings are the exception; the ultimate goal is to have only clean dissectors. Move a bunch of now-cleaned-up dissectors into the "clean" category. Fix a comment. svn path=/trunk/; revision=26096
2008-08-08Add support for c-ares to the GNU toolchain.Gerald Combs1-1/+1
svn path=/trunk/; revision=25955
2008-07-18Remove iconv/libiconv checks from *NIX builds: GLIB-2 provides iconv ↵Jeff Morriss1-1/+1
replacements. svn path=/trunk/; revision=25765
2008-07-02Add Makefile.common files for epan/dfilter and epan/ftypes.Guy Harris1-0/+3
Add checkapi rules to Makefile.am files. svn path=/trunk/; revision=25656