aboutsummaryrefslogtreecommitdiffstats
path: root/epan/epan.c
AgeCommit message (Expand)AuthorFilesLines
2013-08-13As suggested in https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=9033Evan Huus1-4/+5
2013-08-13Create the dissector hash table in only one place, and specify that its valuesEvan Huus1-1/+2
2013-08-07Ensure we have both _initialize() and a corresponding _cleanup() routines forJeff Morriss1-4/+4
2013-08-01Remove fdata->opt_comment, add pkt_comment to pinfoJakub Zawadzki1-0/+9
2013-08-01Use glibs hastables rather than home grown variants for manuf an wka(well kno...Anders Broman1-0/+2
2013-07-22Abuse epan_t more: add callback to get interface name.Jakub Zawadzki1-0/+9
2013-07-21Fix: epan.c:155: warning: assignment discards qualifiers from pointer target ...Jakub Zawadzki1-1/+1
2013-07-21Add helper function to epan_session which can be used to get absolute timesta...Jakub Zawadzki1-0/+14
2013-07-21try to fix: epan.c:141: error: invalid application of 'sizeof' to incomplete ...Jakub Zawadzki1-1/+1
2013-07-21Some work on multi file dissectionJakub Zawadzki1-3/+25
2013-07-15Move report_err.{h,c} from epan into wsutil: there's nothing epan-specific th...Jeff Morriss1-1/+1
2013-07-11packet dissection now takes pointer to tvb instead of guint8 dataJakub Zawadzki1-4/+4
2013-05-24Add expert info configuration framework. Bug 2412 (https://bugs.wireshark.or...Michael Mann1-1/+3
2013-05-22Turn "packet_is_ssl()" into a general "does the packet whose dissectionGuy Harris1-0/+19
2013-03-24Don't load the hosts file in epan_init, it's loaded when opening a fileAnders Broman1-1/+1
2013-02-25Bugfix Lua pinfo.cols.protocol not holding value in postdissectorMichael Mann1-0/+3
2013-02-21include the wsutil/wsgcrypt.h instead of including gcrypt.h directlyMartin Kaiser1-1/+1
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