scapy icon indicating copy to clipboard operation
scapy copied to clipboard

doc: unpack result to access TracerouteResult

Open isidroas opened this issue 7 months ago • 0 comments

Fixes:

>>> a.world_trace()
AttributeError: 'tuple' object has no attribute 'world_trace'

Checklist:

  • [X] If you are new to Scapy: I have checked CONTRIBUTING.md (esp. section submitting-pull-requests)
  • [ ] I squashed commits belonging together
  • [ ] I added unit tests or explained why they are not relevant
  • [ ] I executed the regression tests (using cd test && ./run_tests or tox)
  • [ ] If the PR is still not finished, please create a Draft Pull Request

isidroas avatar Jun 05 '25 09:06 isidroas