The following subsections show a graphical representation of the main protocol packets and how to generate them.
First we need to perform some setup to import the packet classes:
In [1]:
from pysap.SAPSNC import *
from IPython.display import display
In [2]:
p = SAPSNCFrame() / "Some content"
p.canvas_dump()
Out[2]: