Cool Syntax and Weird Documentation - Fun with Scapy

I was looking for a way to parse TCP/IP packets in Python, when a friend recommended Scapy. Scapy is a nice python package that’s got a very cool interface using the “div” operator, and is used like so:


This is a companion discussion topic for the original entry at http://amir.rachum.com/blog/2012/07/18/cool-syntax-and-weird-documentation-fun-with-scapy/