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