aboutsummaryrefslogtreecommitdiffstats
path: root/epan/epan.c
AgeCommit message (Expand)AuthorFilesLines
2011-10-02Added register action for loading Lua plugins.stig1-1/+1
2011-09-06Whitespace cleanup.stig1-2/+2
2011-08-23Remove support for libpcre, we use GRegex in GLib.stig1-17/+0
2011-07-11More GLIB_CHECK_VERSION cleanups. Update the minimum GLib/GTK+ versionsgerald1-2/+0
2011-06-16Constify a return value, to squelch a compiler warning.guy1-2/+2
2011-06-11Include <Python.h> to get the Python version number.guy1-1/+4
2010-09-23Revert 34191 and add some casts insteadmorriss1-3/+3
2010-09-23Use gsize (size_t) in a couple of places to make the Win64 build happy.morriss1-3/+3
2010-09-22When using a custom column, make it possible to select which occurrence to sh...sake1-1/+2
2010-07-15If we have neither libgnutls nor libgcrypt,guy1-1/+5
2010-07-15Move the code to get version information for libraries used byguy1-1/+132
2010-06-02From David Bond:etxrab1-1/+1
2010-04-03 From Yaniv Kaul: constify parameterswmeier1-5/+5
2010-04-02Revert SVN #32360 until Windows compilation errors corrected.wmeier1-5/+5
2010-04-02From Yaniv Kaul: constify parameterswmeier1-5/+5
2010-03-03Disable OID resolution and loading SMI modules by default.rbalint1-1/+0
2010-01-28Fix various gcc -Wshadow warnings.wmeier1-6/+6
2009-12-21Switch to using a bundled version of the openSUSE Build Service packagesgerald1-4/+0
2009-10-20Add emem_init() which initializes both the ep_ and se_ allocators; have allmorriss1-2/+1
2009-09-08Add an option to col_fill_in() to allow us to disable column expression proce...krj1-2/+2
2009-09-08From : Didier Gautheronetxrab1-2/+2
2009-09-06Split a bunch of init routines into init() and cleanup(). This allows us to f...krj1-2/+13
2009-08-25From Didier Gautheron:etxrab1-1/+12
2009-08-13Introduce epan_dissect_init()/epan_dissect_cleanup(). These are used to initi...krj1-6/+20
2009-08-11TRY_TO_FAKE_THIS_ITEM now fakes FT_PROTOCOL per default. If there are any use...krj1-0/+7
2009-07-27From Kovarththanan Rajaratnam:etxrab1-2/+2
2009-02-15Add a routine to report write errors to the list of failure-reportingguy1-2/+4
2008-12-19Rename geoip.[ch] to geoip_db.[ch] so we don't collide with GeoIP.h. Renamegerald1-2/+2
2008-10-27Add support for the GeoIP library. Using different database files,gerald1-0/+7
2008-06-23Rename arguments not to collide with function names, to avoid warningsguy1-3/+4
2008-04-29Call se_free_all() in epan_cleanup() so that we will detect per-session (se_)morriss1-0/+1
2007-11-30Next few improvements to speed up startup about 10%.kukosa1-0/+3
2007-08-25get users of oid_resolv to use the new oids, rollout packet-snmp.clego1-2/+2
2007-05-25Have editcap and capinfos loading the wiretap plugins.lego1-43/+1
2007-05-07Updated splash screen for Wireshark that shows the initialisation progress. gal1-3/+5
2007-01-02Add a WIRESHARK_RUN_FROM_BUILD_DIRECTORY environment variable on UN*X;guy1-23/+2
2006-11-30Add GPL disclaimer, which as been missing since forever.gram1-1/+17
2006-11-21We also need the memory allocation subsystem initialized in anythingguy1-0/+4
2006-11-21Call guids_init() in epan_init(), so anything that needs libwireshark -guy1-0/+4
2006-09-26Re-enable lua as the windows version is already there.lego1-1/+1
2006-09-26Complete the workarround of prev rev, temporarilly disabling lua from unix as...lego1-1/+1
2006-09-26Since there's no Lua headers in windows yet, as a temporary workarround just ...lego1-1/+1
2006-09-25Move the Lua interface into epan... (not a plugin anymore).lego1-0/+8
2006-08-10GnuTLS/libgcrypt initialization moved to epan.ckukosa1-0/+21
2006-06-13new function epan_get_version()kukosa1-0/+5
2006-05-31libethereal -> libwireshark. idl2eth -> idl2wrs. There are a _lot_ ofgerald1-3/+3
2006-05-21name changesahlberg1-1/+1
2005-12-06OBJECT IDENTIFIER name resolution moved to oid_resolv.ckukosa1-0/+3
2005-10-02add doxygen comments to column-utils.h and do a slight code cleanupulfl1-1/+1
2005-09-11I'm adding the "Expert Info" prototype now, as it seems to be in a state wher...ulfl1-0/+3