Coggle requires JavaScript to display documents.
__init__(level=NOTSET)
logging.getLogger(name=None)
logging.getLoggerClass()
logging.debug(msg, *args, **kwargs)
logging.basicConfig(**kwargs)
a = rdpcap("/spare/captures/isakmp.cap")
a[423].pdfdump(layer_shift=1)
a[423].psdump("/tmp/isakmp_pkt.eps",layer_shift=1)