aboutsummaryrefslogtreecommitdiffstats
path: root/epan/epan.c
Commit message (Expand)AuthorAgeFilesLines
* More GLIB_CHECK_VERSION cleanups. Update the minimum GLib/GTK+ versionsGerald Combs2011-07-111-2/+0
* Constify a return value, to squelch a compiler warning.Guy Harris2011-06-161-2/+2
* Include <Python.h> to get the Python version number.Guy Harris2011-06-111-1/+4
* Revert 34191 and add some casts insteadJeff Morriss2010-09-231-3/+3
* Use gsize (size_t) in a couple of places to make the Win64 build happy.Jeff Morriss2010-09-231-3/+3
* When using a custom column, make it possible to select which occurrence to sh...Sake Blok2010-09-221-1/+2
* If we have neither libgnutls nor libgcrypt,Guy Harris2010-07-151-1/+5
* Move the code to get version information for libraries used byGuy Harris2010-07-151-1/+132
* From David Bond:Anders Broman2010-06-021-1/+1
* From Yaniv Kaul: constify parametersBill Meier2010-04-031-5/+5
* Revert SVN #32360 until Windows compilation errors corrected.Bill Meier2010-04-021-5/+5
* From Yaniv Kaul: constify parametersBill Meier2010-04-021-5/+5
* Disable OID resolution and loading SMI modules by default.Balint Reczey2010-03-031-1/+0
* Fix various gcc -Wshadow warnings.Bill Meier2010-01-281-6/+6
* Switch to using a bundled version of the openSUSE Build Service packagesGerald Combs2009-12-211-4/+0
* Add emem_init() which initializes both the ep_ and se_ allocators; have allJeff Morriss2009-10-201-2/+1
* Add an option to col_fill_in() to allow us to disable column expression proce...Kovarththanan Rajaratnam2009-09-081-2/+2
* From : Didier GautheronAnders Broman2009-09-081-2/+2
* Split a bunch of init routines into init() and cleanup(). This allows us to f...Kovarththanan Rajaratnam2009-09-061-2/+13
* From Didier Gautheron:Anders Broman2009-08-251-1/+12
* Introduce epan_dissect_init()/epan_dissect_cleanup(). These are used to initi...Kovarththanan Rajaratnam2009-08-131-6/+20
* TRY_TO_FAKE_THIS_ITEM now fakes FT_PROTOCOL per default. If there are any use...Kovarththanan Rajaratnam2009-08-111-0/+7
* From Kovarththanan Rajaratnam:Anders Broman2009-07-271-2/+2
* Add a routine to report write errors to the list of failure-reportingGuy Harris2009-02-151-2/+4
* Rename geoip.[ch] to geoip_db.[ch] so we don't collide with GeoIP.h. RenameGerald Combs2008-12-191-2/+2
* Add support for the GeoIP library. Using different database files,Gerald Combs2008-10-271-0/+7
* Rename arguments not to collide with function names, to avoid warningsGuy Harris2008-06-231-3/+4
* Call se_free_all() in epan_cleanup() so that we will detect per-session (se_)Jeff Morriss2008-04-291-0/+1
* Next few improvements to speed up startup about 10%.Tomas Kukosa2007-11-301-0/+3
* get users of oid_resolv to use the new oids, rollout packet-snmp.cLuis Ontanon2007-08-251-2/+2
* Have editcap and capinfos loading the wiretap plugins.Luis Ontanon2007-05-251-43/+1
* Updated splash screen for Wireshark that shows the initialisation progress. Graeme Lunt2007-05-071-3/+5
* Add a WIRESHARK_RUN_FROM_BUILD_DIRECTORY environment variable on UN*X;Guy Harris2007-01-021-23/+2
* Add GPL disclaimer, which as been missing since forever.Gilbert Ramirez2006-11-301-1/+17
* We also need the memory allocation subsystem initialized in anythingGuy Harris2006-11-211-0/+4
* Call guids_init() in epan_init(), so anything that needs libwireshark -Guy Harris2006-11-211-0/+4
* Re-enable lua as the windows version is already there.Luis Ontanon2006-09-261-1/+1
* Complete the workarround of prev rev, temporarilly disabling lua from unix as...Luis Ontanon2006-09-261-1/+1
* Since there's no Lua headers in windows yet, as a temporary workarround just ...Luis Ontanon2006-09-261-1/+1
* Move the Lua interface into epan... (not a plugin anymore).Luis Ontanon2006-09-251-0/+8
* GnuTLS/libgcrypt initialization moved to epan.cTomas Kukosa2006-08-101-0/+21
* new function epan_get_version()Tomas Kukosa2006-06-131-0/+5
* libethereal -> libwireshark. idl2eth -> idl2wrs. There are a _lot_ ofGerald Combs2006-05-311-3/+3
* name changeRonnie Sahlberg2006-05-211-1/+1
* OBJECT IDENTIFIER name resolution moved to oid_resolv.cTomas Kukosa2005-12-061-0/+3
* add doxygen comments to column-utils.h and do a slight code cleanupUlf Lamping2005-10-021-1/+1
* I'm adding the "Expert Info" prototype now, as it seems to be in a state wher...Ulf Lamping2005-09-111-0/+3
* get rid of one more gmemchunkRonnie Sahlberg2005-08-131-2/+0
* EMEM : a simple and FAST api to allocate memory that will be automatically fr...Ronnie Sahlberg2005-07-221-0/+4
* Move the tap infrastructure to the epan directory.Guy Harris2004-09-291-1/+1