aboutsummaryrefslogtreecommitdiffstats
path: root/epan/capture_dissectors.h
AgeCommit message (Expand)AuthorFilesLines
2018-09-30Fix the type of the packet buffer argument to a capture dissector.Guy Harris1-3/+3
2018-02-13more SPDX convertions.Dario Lombardo1-13/+1
2017-04-21Put all the capture dissector structures into epan/capture_dissectors.h.Guy Harris1-1/+11
2016-10-28Implement registration of capture dissectors by nameJoão Valverde1-2/+62
2015-12-22Don't limit capture packet counts to a fixed set of protocols.Michael Mann1-0/+4
2015-12-17Create capture dissector "info" structure (capture_packet_info_t)Michael Mann1-2/+2
2015-12-14Create capture dissector tables.Michael Mann1-4/+8
2015-12-13Create a way to register "capture" dissectors.Michael Mann1-0/+52