TFShark (Terminal Fileshark) v.001. Bug 9607 (https://bugs.wireshark.org/bugzilla...
[metze/wireshark/wip.git] / epan / epan.c
2014-01-08 Michael MannTFShark (Terminal Fileshark) v.001. Bug 9607 (https...
2013-12-10 Jakub ZawadzkiFix epan building with undefined HAVE_PLUGINS
2013-12-05 Guy HarrisInitialize the error-reporting routines before scanning...
2013-12-03 Jakub ZawadzkiDissectors should not use dfilter.h, don't include it.
2013-12-02 Guy HarrisMove most of the plugin code from epan to wsutil and...
2013-11-23 Michael MannCreate the ability to have packet scoped "proto" data...
2013-11-04 Evan HuusEffectively remove the tree memory pool and port some...
2013-10-23 Michael MannAdd Lua cleanup on shutdown, to help with memory leak...
2013-10-20 Jakub Zawadzki2nd try to fix recent test failures.
2013-10-20 Jakub ZawadzkiReintroduce back epan_dissect_reset(), proto_tree_reset()
2013-10-20 Jakub ZawadzkiMove resetting packet_info structure from dissect_packe...
2013-10-19 Anders BromanFrom beroset@mindspring.com:
2013-08-13 Evan HuusAs suggested in https://bugs.wireshark.org/bugzilla...
2013-08-13 Evan HuusCreate the dissector hash table in only one place,...
2013-08-07 Jeff MorrissEnsure we have both _initialize() and a corresponding...
2013-08-01 Jakub ZawadzkiRemove fdata->opt_comment, add pkt_comment to pinfo
2013-08-01 Anders BromanUse glibs hastables rather than home grown variants...
2013-07-22 Jakub ZawadzkiAbuse epan_t more: add callback to get interface name.
2013-07-21 Jakub ZawadzkiFix: epan.c:155: warning: assignment discards qualifier...
2013-07-21 Jakub ZawadzkiAdd helper function to epan_session which can be used...
2013-07-21 Jakub Zawadzkitry to fix: epan.c:141: error: invalid application...
2013-07-21 Jakub ZawadzkiSome work on multi file dissection
2013-07-15 Jeff MorrissMove report_err.{h,c} from epan into wsutil: there...
2013-07-11 Jakub Zawadzkipacket dissection now takes pointer to tvb instead...
2013-05-24 Michael MannAdd expert info configuration framework. Bug 2412...
2013-05-22 Guy HarrisTurn "packet_is_ssl()" into a general "does the packet...
2013-03-24 Anders BromanDon't load the hosts file in epan_init, it's loaded...
2013-02-25 Michael MannBugfix Lua pinfo.cols.protocol not holding value in...
2013-02-21 Martin Kaiserinclude the wsutil/wsgcrypt.h instead of including...
2012-12-19 Evan HuusDispatch all allocator creations through a single funct...
2012-12-18 Evan HuusRename allocator_glib to allocator_simple, since the...
2012-12-18 Evan HuusUse 'new' instead of 'create' a consistent manner.
2012-12-02 Evan HuusActually destroy the pool in epan_dissect_cleanup....
2012-12-02 Evan HuusCreate a wmem pool in pinfo and use it for some address...
2012-11-03 Jakub ZawadzkiManually revert r45669
2012-11-03 Evan HuusAdd wmem scopes for packet and file lifetimes. The...
2012-10-27 Evan HuusCreate init and cleanup functions for wmem as a whole.
2012-10-20 Jakub ZawadzkiMove ep_free_all() *AFTER* packet dissection.
2012-10-20 Jakub ZawadzkiIntroduce epan_dissect_run_with_taps() which run dissec...
2012-10-20 Jakub Zawadzki- Allow reseting edt with new function epan_dissect_res...
2012-10-16 Jakub ZawadzkiAdd wtap_pseudo_header union to wtap_pkthdr structure.
2012-10-11 Anders BromanFrom Bartosz Brachaczek:
2012-10-10 Jakub ZawadzkiRevert changes to ep_ allocator, revert edt ref-counting.
2012-10-08 Evan HuusEDT structures now own their ep_ memory pools. This...
2012-09-20 Jeff MorrissWe always HAVE_CONFIG_H so don't bother checking whethe...
2012-08-28 Pascal QuantinRemove useless include (GeoIP initialization was remove...
2012-08-10 Gerald CombsMake the corresponding packet_info available to each...
2012-07-08 Guy HarrisFrom Evan Huus:
2012-06-28 Jakub ZawadzkiUpdate Free Software Foundation address.
2012-06-25 Anders BromanFrom Tony Trinh:
2012-04-26 Anders BromanRefcount edt.s as we may have atleast two "active"...
2012-04-03 Jakub ZawadzkiFix dependent_frames memleak.
2012-02-28 Jeff MorrissFix https://bugs.wireshark.org/bugzilla/show_bug.cgi...
2011-12-21 Bill MeierRemove no longer relevant comment about incrementing...
2011-10-02 Stig BjørlykkeAdded register action for loading Lua plugins.
2011-09-06 Stig BjørlykkeWhitespace cleanup.
2011-08-23 Stig BjørlykkeRemove support for libpcre, we use GRegex in GLib.
2011-07-11 Gerald CombsMore GLIB_CHECK_VERSION cleanups. Update the minimum...
2011-06-16 Guy HarrisConstify a return value, to squelch a compiler warning.
2011-06-11 Guy HarrisInclude <Python.h> to get the Python version number.
2010-09-23 Jeff MorrissRevert 34191 and add some casts instead
2010-09-23 Jeff MorrissUse gsize (size_t) in a couple of places to make the...
2010-09-22 Sake BlokWhen using a custom column, make it possible to select...
2010-07-15 Guy HarrisIf we have neither libgnutls nor libgcrypt,
2010-07-15 Guy HarrisMove the code to get version information for libraries...
2010-06-02 Anders BromanFrom David Bond:
2010-04-03 Bill Meier From Yaniv Kaul: constify parameters
2010-04-02 Bill MeierRevert SVN #32360 until Windows compilation errors...
2010-04-02 Bill MeierFrom Yaniv Kaul: constify parameters
2010-03-03 Balint ReczeyDisable OID resolution and loading SMI modules by default.
2010-01-28 Bill MeierFix various gcc -Wshadow warnings.
2009-12-21 Gerald CombsSwitch to using a bundled version of the openSUSE Build...
2009-10-20 Jeff MorrissAdd emem_init() which initializes both the ep_ and...
2009-09-08 Kovarththanan Raja... Add an option to col_fill_in() to allow us to disable...
2009-09-08 Anders BromanFrom : Didier Gautheron
2009-09-06 Kovarththanan Raja... Split a bunch of init routines into init() and cleanup...
2009-08-25 Anders BromanFrom Didier Gautheron:
2009-08-13 Kovarththanan Raja... Introduce epan_dissect_init()/epan_dissect_cleanup...
2009-08-11 Kovarththanan Raja... TRY_TO_FAKE_THIS_ITEM now fakes FT_PROTOCOL per default...
2009-07-27 Anders BromanFrom Kovarththanan Rajaratnam:
2009-02-15 Guy HarrisAdd a routine to report write errors to the list of...
2008-12-19 Gerald CombsRename geoip.[ch] to geoip_db.[ch] so we don't collide...
2008-10-27 Gerald CombsAdd support for the GeoIP library. Using different...
2008-06-23 Guy HarrisRename arguments not to collide with function names...
2008-04-29 Jeff MorrissCall se_free_all() in epan_cleanup() so that we will...
2007-11-30 Tomas KukosaNext few improvements to speed up startup about 10%.
2007-08-25 Luis Ontanonget users of oid_resolv to use the new oids, rollout...
2007-05-25 Luis OntanonHave editcap and capinfos loading the wiretap plugins.
2007-05-07 Graeme LuntUpdated splash screen for Wireshark that shows the...
2007-01-02 Guy HarrisAdd a WIRESHARK_RUN_FROM_BUILD_DIRECTORY environment...
2006-11-30 Gilbert RamirezAdd GPL disclaimer, which as been missing since forever.
2006-11-21 Guy HarrisWe also need the memory allocation subsystem initialize...
2006-11-21 Guy HarrisCall guids_init() in epan_init(), so anything that...
2006-09-26 Luis OntanonRe-enable lua as the windows version is already there.
2006-09-26 Luis OntanonComplete the workarround of prev rev, temporarilly...
2006-09-26 Luis OntanonSince there's no Lua headers in windows yet, as a tempo...
2006-09-25 Luis OntanonMove the Lua interface into epan... (not a plugin anymore).
2006-08-10 Tomas KukosaGnuTLS/libgcrypt initialization moved to epan.c
2006-06-13 Tomas Kukosanew function epan_get_version()
2006-05-31 Gerald Combslibethereal -> libwireshark. idl2eth -> idl2wrs. ...
next