mirror of
https://github.com/h3xduck/TripleCross.git
synced 2025-12-30 13:13:07 +08:00
ALmost completed cbpf explantion
This commit is contained in:
@@ -91,6 +91,33 @@
|
||||
pages={1}
|
||||
},
|
||||
|
||||
@article{bpf_bsd_origin_bpf_page5,
|
||||
title={The BSD Packet Filter: A New Architecture for User-level Packet Capture},
|
||||
author={Steven McCanne, Van Jacobson},
|
||||
institution={Lawrence Berkeley Laboratory},
|
||||
date={1992-12-19},
|
||||
url={https://www.tcpdump.org/papers/bpf-usenix93.pdf},
|
||||
pages={5}
|
||||
},
|
||||
|
||||
@article{bpf_bsd_origin_bpf_page7,
|
||||
title={The BSD Packet Filter: A New Architecture for User-level Packet Capture},
|
||||
author={Steven McCanne, Van Jacobson},
|
||||
institution={Lawrence Berkeley Laboratory},
|
||||
date={1992-12-19},
|
||||
url={https://www.tcpdump.org/papers/bpf-usenix93.pdf},
|
||||
pages={7}
|
||||
},
|
||||
|
||||
@article{bpf_bsd_origin_bpf_page8,
|
||||
title={The BSD Packet Filter: A New Architecture for User-level Packet Capture},
|
||||
author={Steven McCanne, Van Jacobson},
|
||||
institution={Lawrence Berkeley Laboratory},
|
||||
date={1992-12-19},
|
||||
url={https://www.tcpdump.org/papers/bpf-usenix93.pdf},
|
||||
pages={8}
|
||||
},
|
||||
|
||||
@online{ebpf_history_opensource,
|
||||
title={An intro to using eBPF to filter packets in the Linux kernel},
|
||||
date={2017-08-11},
|
||||
@@ -107,6 +134,12 @@
|
||||
url={https://gunkies.org/wiki/Index_register}
|
||||
}
|
||||
|
||||
@online{bpf_organicprogrammer_analysis,
|
||||
title={Write a Linux packet sniffer from scratch: part two- BPF},
|
||||
date={2022-03-28},
|
||||
url={https://organicprogrammer.com/2022/03/28/how-to-implement-libpcap-on-linux-with-raw-socket-part2/}
|
||||
}
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user