aboutsummaryrefslogtreecommitdiffstats
path: root/packet-sll.h
AgeCommit message (Collapse)AuthorFilesLines
2001-11-20Make the capture routines take an additional argument giving the amountGuy Harris1-4/+3
of packet data captured. Make the "BYTES_ARE_IN_FRAME()" macro take a "captured length of the packet" argument. Add some length checks to capture routines. svn path=/trunk/; revision=4235
2001-01-13Actually call capture_sll() from the capture loop.Gilbert Ramirez1-0/+30
svn path=/trunk/; revision=2889