aboutsummaryrefslogtreecommitdiffstats
path: root/epan/epan.c
AgeCommit message (Expand)AuthorFilesLines
2016-03-21Remove ADNS supportJoão Valverde1-8/+0
2016-01-04Don't walk the entire protocol tree to extract the value of one field.Guy Harris1-1/+7
2015-12-13Create the capture dissector hash table before registering capture dissectors.Guy Harris1-1/+1
2015-12-13Create a way to register "capture" dissectors.Michael Mann1-0/+3
2015-11-02wsgcrypt.h checks internally if we HAVE_LIBGCRYPTMartin Kaiser1-2/+0
2015-10-29EPAN: fix indent (use tab)Alexis La Goutte1-37/+37
2015-10-28epan_init(): make 'status' volatile (to avoid might-be-clobbered warnings).Jeff Morriss1-1/+1
2015-10-28Catch REPORT_DISSECTOR_BUG() calls in dissector registration routines.Guy Harris1-13/+43
2015-03-20Reduce epan dependence on dissectors by having print module "cache" the proto...Michael Mann1-0/+2
2015-02-04emem is dead! Long live wmem!Michael Mann1-7/+1
2014-12-18Add support for multifields in custom columnMichal Labedzki1-2/+2
2014-06-23Have individual programs get libpcap and libz version info.Guy Harris1-2/+2
2014-06-16More Python-bindings removal.Jeff Morriss1-14/+0
2014-05-25Add support for dissecting non-packet records.Guy Harris1-6/+8
2014-05-24Allow wtap_read() and wtap_seek_read() to return records other than packets.Guy Harris1-2/+2
2014-05-02wmem: add new simple block allocator, use it in packet-scope.Jakub Zawadzki1-1/+1
2014-04-04Remember to destroy the pinfo pool cacheEvan Huus1-0/+6
2014-03-20Revert "Allow pcapng interface options to be available to dissectors."Anders Broman1-9/+0
2014-03-20Allow pcapng interface options to be available to dissectors.Christopher Kilgour1-0/+9
2014-03-04Remove all $Id$ from top of fileAlexis La Goutte1-2/+0
2014-02-25Fix bug 6357: Lua all_field_infos() broken within tap/listenerHadriel Kaplan1-1/+16
2014-01-08TFShark (Terminal Fileshark) v.001. Bug 9607 (https://bugs.wireshark.org/bug...Michael Mann1-0/+29
2013-12-10Fix epan building with undefined HAVE_PLUGINSJakub Zawadzki1-0/+2
2013-12-05Initialize the error-reporting routines before scanning for plugins, asGuy Harris1-9/+1
2013-12-03Dissectors should not use dfilter.h, don't include it.Jakub Zawadzki1-0/+2
2013-12-02Move most of the plugin code from epan to wsutil and remove allGuy Harris1-0/+14
2013-11-23Create the ability to have packet scoped "proto" data. Bug 9470 (https://bug...Michael Mann1-0/+2
2013-11-04Effectively remove the tree memory pool and port some of its behaviour to theEvan Huus1-4/+18
2013-10-23Add Lua cleanup on shutdown, to help with memory leak detection. Bug 5575 (...Michael Mann1-0/+3
2013-10-202nd try to fix recent test failures.Jakub Zawadzki1-0/+2
2013-10-20Reintroduce back epan_dissect_reset(), proto_tree_reset()Jakub Zawadzki1-2/+33
2013-10-20Move resetting packet_info structure from dissect_packet() to epan_dissect_in...Jakub Zawadzki1-2/+2
2013-10-19From beroset@mindspring.com:Anders Broman1-1/+0
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