aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-pktap.c
AgeCommit message (Expand)AuthorFilesLines
2016-03-20Manually add protocol dependencies derived from find_dissector.Michael Mann1-1/+1
2016-01-16Have the pcap_pktdata dissector dissect the payload.Guy Harris1-8/+5
2016-01-16Don't export wtap_encap_dissector_table from packet-frame.c.Guy Harris1-2/+4
2015-12-17Create capture dissector "info" structure (capture_packet_info_t)Michael Mann1-2/+2
2015-12-14Create capture dissector tables.Michael Mann1-21/+14
2015-12-13Create a way to register "capture" dissectors.Michael Mann1-4/+11
2015-12-09new_register_dissector -> register_dissector for dissector directory.Michael Mann1-1/+1
2015-11-14register_dissector -> new_register_dissectorMichael Mann1-4/+5
2014-12-23Deleting unnecessary #includes from dissectors.Martin Mathieson1-1/+0
2014-12-21Cleanup use of #includes in non-generated epan/dissector/*.cBill Meier1-3/+0
2014-09-26Fix Dead Store (Dead assignement/Dead increment) warning found by ClangAlexis La Goutte1-1/+1
2014-09-25The length of the pktap header isn't fixed, it's a field in the header.Guy Harris1-1/+1
2014-04-21Fix gcc "warning: no previous prototype ... [-Wmissing-prototypes]"; Do some ...Bill Meier1-0/+3
2014-04-03Add a capture_pktap() routine and use it.Guy Harris1-0/+1
2014-04-01Add a dissector for Apple's PKTAP headers.Guy Harris1-0/+300