Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 383739 - dev-python/scapy-2.2.0: sendpfast results in traceback
Summary: dev-python/scapy-2.2.0: sendpfast results in traceback
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: [OLD] Library (show other bugs)
Hardware: All Linux
: Normal normal (vote)
Assignee: Mike Auty (RETIRED)
URL: http://trac.secdev.org/scapy/ticket/634
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2011-09-20 00:18 UTC by Scott
Modified: 2011-09-20 21:57 UTC (History)
1 user (show)

See Also:
Package list:
Runtime testing required: ---


Attachments
Patch to scapy to resolve issue (scapy-2.2.0-fix-sendpfast.patch,502 bytes, patch)
2011-09-20 00:19 UTC, Scott
Details | Diff
dev-python/scapy-2.2.0-r1.ebuild (scapy-2.2.0-r1.ebuild,1.04 KB, text/plain)
2011-09-20 00:21 UTC, Scott
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Scott 2011-09-20 00:18:59 UTC
The issue reported here is occurring.

http://trac.secdev.org/scapy/ticket/634

Reproducible: Always

Steps to Reproduce:
from scapy import all
.... (craft a packet)
sendpfast(pkt)
Actual Results:  
Traceback is produced

Expected Results:  
Function performs desired action
Comment 1 Scott 2011-09-20 00:19:38 UTC
Created attachment 287091 [details, diff]
Patch to scapy to resolve issue

This patch resolves the issue.
Comment 2 Scott 2011-09-20 00:21:01 UTC
Created attachment 287093 [details]
dev-python/scapy-2.2.0-r1.ebuild
Comment 3 Mike Auty (RETIRED) gentoo-dev 2011-09-20 21:57:43 UTC
Thanks very much, this has now been committed to the main tree.