aboutsummaryrefslogtreecommitdiffstats
path: root/epan/epan.c
AgeCommit message (Expand)AuthorFilesLines
2011-06-16Constify a return value, to squelch a compiler warning.Guy Harris1-2/+2
2011-06-11Include <Python.h> to get the Python version number.Guy Harris1-1/+4
2010-09-23Revert 34191 and add some casts insteadJeff Morriss1-3/+3
2010-09-23Use gsize (size_t) in a couple of places to make the Win64 build happy.Jeff Morriss1-3/+3
2010-09-22When using a custom column, make it possible to select which occurrence to sh...Sake Blok1-1/+2
2010-07-15If we have neither libgnutls nor libgcrypt,Guy Harris1-1/+5
2010-07-15Move the code to get version information for libraries used byGuy Harris1-1/+132
2010-06-02From David Bond:Anders Broman1-1/+1
2010-04-03 From Yaniv Kaul: constify parametersBill Meier1-5/+5
2010-04-02Revert SVN #32360 until Windows compilation errors corrected.Bill Meier1-5/+5
2010-04-02From Yaniv Kaul: constify parametersBill Meier1-5/+5
2010-03-03Disable OID resolution and loading SMI modules by default.Balint Reczey1-1/+0
2010-01-28Fix various gcc -Wshadow warnings.Bill Meier1-6/+6
2009-12-21Switch to using a bundled version of the openSUSE Build Service packagesGerald Combs1-4/+0
2009-10-20Add emem_init() which initializes both the ep_ and se_ allocators; have allJeff Morriss1-2/+1
2009-09-08Add an option to col_fill_in() to allow us to disable column expression proce...Kovarththanan Rajaratnam1-2/+2
2009-09-08From : Didier GautheronAnders Broman1-2/+2
2009-09-06Split a bunch of init routines into init() and cleanup(). This allows us to f...Kovarththanan Rajaratnam1-2/+13
2009-08-25From Didier Gautheron:Anders Broman1-1/+12
2009-08-13Introduce epan_dissect_init()/epan_dissect_cleanup(). These are used to initi...Kovarththanan Rajaratnam1-6/+20
2009-08-11TRY_TO_FAKE_THIS_ITEM now fakes FT_PROTOCOL per default. If there are any use...Kovarththanan Rajaratnam1-0/+7
2009-07-27From Kovarththanan Rajaratnam:Anders Broman1-2/+2
2009-02-15Add a routine to report write errors to the list of failure-reportingGuy Harris1-2/+4
2008-12-19Rename geoip.[ch] to geoip_db.[ch] so we don't collide with GeoIP.h. RenameGerald Combs1-2/+2
2008-10-27Add support for the GeoIP library. Using different database files,Gerald Combs1-0/+7
2008-06-23Rename arguments not to collide with function names, to avoid warningsGuy Harris1-3/+4
2008-04-29Call se_free_all() in epan_cleanup() so that we will detect per-session (se_)Jeff Morriss1-0/+1
2007-11-30Next few improvements to speed up startup about 10%.Tomas Kukosa1-0/+3
2007-08-25get users of oid_resolv to use the new oids, rollout packet-snmp.cLuis Ontanon1-2/+2
2007-05-25Have editcap and capinfos loading the wiretap plugins.Luis Ontanon1-43/+1
2007-05-07Updated splash screen for Wireshark that shows the initialisation progress. Graeme Lunt1-3/+5
2007-01-02Add a WIRESHARK_RUN_FROM_BUILD_DIRECTORY environment variable on UN*X;Guy Harris1-23/+2
2006-11-30Add GPL disclaimer, which as been missing since forever.Gilbert Ramirez1-1/+17
2006-11-21We also need the memory allocation subsystem initialized in anythingGuy Harris1-0/+4
2006-11-21Call guids_init() in epan_init(), so anything that needs libwireshark -Guy Harris1-0/+4
2006-09-26Re-enable lua as the windows version is already there.Luis Ontanon1-1/+1
2006-09-26Complete the workarround of prev rev, temporarilly disabling lua from unix as...Luis Ontanon1-1/+1
2006-09-26Since there's no Lua headers in windows yet, as a temporary workarround just ...Luis Ontanon1-1/+1
2006-09-25Move the Lua interface into epan... (not a plugin anymore).Luis Ontanon1-0/+8
2006-08-10GnuTLS/libgcrypt initialization moved to epan.cTomas Kukosa1-0/+21
2006-06-13new function epan_get_version()Tomas Kukosa1-0/+5
2006-05-31libethereal -> libwireshark. idl2eth -> idl2wrs. There are a _lot_ ofGerald Combs1-3/+3
2006-05-21name changeRonnie Sahlberg1-1/+1
2005-12-06OBJECT IDENTIFIER name resolution moved to oid_resolv.cTomas Kukosa1-0/+3
2005-10-02add doxygen comments to column-utils.h and do a slight code cleanupUlf Lamping1-1/+1
2005-09-11I'm adding the "Expert Info" prototype now, as it seems to be in a state wher...Ulf Lamping1-0/+3
2005-08-13get rid of one more gmemchunkRonnie Sahlberg1-2/+0
2005-07-22EMEM : a simple and FAST api to allocate memory that will be automatically fr...Ronnie Sahlberg1-0/+4
2004-09-29Move the tap infrastructure to the epan directory.Guy Harris1-1/+1
2004-08-06From Albert Chin: rename resolv.{ch} to addr_resolv.{ch}, so that anGuy Harris1-1/+1