aboutsummaryrefslogtreecommitdiffstats
path: root/epan/capture_dissectors.h
Commit message (Expand)AuthorAgeFilesLines
* Fix the type of the packet buffer argument to a capture dissector.Guy Harris2018-09-301-3/+3
* more SPDX convertions.Dario Lombardo2018-02-131-13/+1
* Put all the capture dissector structures into epan/capture_dissectors.h.Guy Harris2017-04-211-1/+11
* Implement registration of capture dissectors by nameJoão Valverde2016-10-281-2/+62
* Don't limit capture packet counts to a fixed set of protocols.Michael Mann2015-12-221-0/+4
* Create capture dissector "info" structure (capture_packet_info_t)Michael Mann2015-12-171-2/+2
* Create capture dissector tables.Michael Mann2015-12-141-4/+8
* Create a way to register "capture" dissectors.Michael Mann2015-12-131-0/+52