aboutsummaryrefslogtreecommitdiffstats
path: root/epan/capture_dissectors.c
AgeCommit message (Expand)AuthorFilesLines
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