Completed
mbuf kernel structure
Class Central Classrooms beta
YouTube videos curated by Class Central.
Classroom Contents
An Introduction to Traffic Analysis - A Pragmatic Approach
Automatically move to the next video in the Classroom when playback concludes
- 1 Intro
- 2 Why do we capture packets?
- 3 Obtaining Network Traffic
- 4 Network Interface Cards
- 5 FreeBSD Packet Processing
- 6 FreeBSD Processing cont.
- 7 mbuf kernel structure
- 8 Linux Frame Processing
- 9 sk_buff kernel structure
- 10 Keeping Up?
- 11 Capture Mechanisms/Sockets
- 12 tcpdump tests, average
- 13 libpcap buffer
- 14 FreeBSD, packet drops netstat
- 15 Linux, packet drops ifconfig
- 16 tcpdump/libpcap drops
- 17 Reporting & Stats
- 18 graphing with gnuplot
- 19 Packets Per Second
- 20 Gigabit Line Rate for UDP
- 21 trafgen config files
- 22 BPF Filters - 3
- 23 Capture SYN
- 24 IP Options: RR Example
- 25 Capture HTTP GET Method
- 26 netsniff-ng: a quick look
- 27 netsniff-ng: writing to disk
- 28 netsniff-ng: Creating filters
- 29 tcpdump & libpcap
- 30 Analysis