MCPcopy Create free account
hub / github.com/secdev/scapy / html_info_line

Function html_info_line

scapy/tools/UTscapy.py:650–655  ·  view source on GitHub ↗
(test_campaign)

Source from the content-addressed store, hash-verified

648
649
650def html_info_line(test_campaign):
651 filename = test_campaign.filename
652 if filename is None:
653 return """Run %s by <a href="http://www.secdev.org/projects/UTscapy/">UTscapy</a><br>""" % time.ctime() # noqa: E501
654 else:
655 return """Run %s from [%s] by <a href="http://www.secdev.org/projects/UTscapy/">UTscapy</a><br>""" % (time.ctime(), filename) # noqa: E501
656
657
658def latex_info_line(test_campaign):

Callers 1

campaign_to_HTMLFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…