aboutsummaryrefslogtreecommitdiffstats
path: root/epan/epan.c
AgeCommit message (Expand)AuthorFilesLines
2012-12-19Dispatch all allocator creations through a single function using an enum toEvan Huus1-2/+1
2012-12-18Rename allocator_glib to allocator_simple, since the block allocator alsoEvan Huus1-2/+2
2012-12-18Use 'new' instead of 'create' a consistent manner.Evan Huus1-1/+1
2012-12-02Actually destroy the pool in epan_dissect_cleanup. There are many casesEvan Huus1-2/+1
2012-12-02Create a wmem pool in pinfo and use it for some address allocations.Evan Huus1-0/+6
2012-11-03Manually revert r45669Jakub Zawadzki1-14/+0
2012-11-03Add wmem scopes for packet and file lifetimes. The file lifetime scope isn'tEvan Huus1-0/+4
2012-10-27Create init and cleanup functions for wmem as a whole.Evan Huus1-1/+4
2012-10-20Move ep_free_all() *AFTER* packet dissection.Jakub Zawadzki1-6/+6
2012-10-20Introduce epan_dissect_run_with_taps() which run dissection with taps.Jakub Zawadzki1-0/+12
2012-10-20- Allow reseting edt with new function epan_dissect_reset(),Jakub Zawadzki1-0/+14
2012-10-16Add wtap_pseudo_header union to wtap_pkthdr structure.Jakub Zawadzki1-2/+2
2012-10-11From Bartosz Brachaczek:Anders Broman1-2/+6
2012-10-10Revert changes to ep_ allocator, revert edt ref-counting.Jakub Zawadzki1-4/+3
2012-10-08EDT structures now own their ep_ memory pools. This should finally cleanEvan Huus1-12/+15
2012-09-20We always HAVE_CONFIG_H so don't bother checking whether we have it or not.Jeff Morriss1-2/+0
2012-08-28Remove useless include (GeoIP initialization was removed from epan_init() in ...Pascal Quantin1-4/+0
2012-08-10Make the corresponding packet_info available to each tree item. ThisGerald Combs1-1/+1
2012-07-08From Evan Huus:Guy Harris1-4/+0
2012-06-28Update Free Software Foundation address.Jakub Zawadzki1-1/+1
2012-06-25From Tony Trinh:Anders Broman1-4/+4
2012-04-26Refcount edt.s as we may have atleast two "active" edt:s in certainAnders Broman1-3/+14
2012-04-03Fix dependent_frames memleak. Jakub Zawadzki1-0/+2
2012-02-28Fix https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=3315 -Jeff Morriss1-0/+2
2011-12-21Remove no longer relevant comment about incrementing tvb usage count to preve...Bill Meier1-3/+1
2011-10-02Added register action for loading Lua plugins.Stig Bjørlykke1-1/+1
2011-09-06Whitespace cleanup.Stig Bjørlykke1-2/+2
2011-08-23Remove support for libpcre, we use GRegex in GLib.Stig Bjørlykke1-17/+0
2011-07-11More GLIB_CHECK_VERSION cleanups. Update the minimum GLib/GTK+ versionsGerald Combs1-2/+0
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