aboutsummaryrefslogtreecommitdiffstats
path: root/epan/capture_dissectors.c
AgeCommit message (Expand)AuthorFilesLines
2019-07-26HTTPS (almost) everywhere.Guy Harris1-1/+1
2018-09-30Fix the type of the packet buffer argument to a capture dissector.Guy Harris1-2/+2
2018-05-16Qt: Implement the capture info dialog.Gerald Combs1-3/+3
2018-02-13more SPDX convertions.Dario Lombardo1-13/+1
2016-10-28Implement registration of capture dissectors by nameJoão Valverde1-10/+53
2016-06-21The C standard requires <stdlib.h> for getenv() and abort().Guy Harris1-0/+1
2016-06-21More helpful failure when registration fails.Joerg Mayer1-0/+7
2015-12-22Don't limit capture packet counts to a fixed set of protocols.Michael Mann1-0/+27
2015-12-17Create capture dissector "info" structure (capture_packet_info_t)Michael Mann1-2/+2
2015-12-14Create capture dissector tables.Michael Mann1-13/+58
2015-12-13Fix crash at startupPascal Quantin1-4/+4
2015-12-13Create a way to register "capture" dissectors.Michael Mann1-0/+85