Bug 136798

Summary: net/scapy: Fix import of pcap files
Product: Ports & Packages Reporter: Aurélien Ansel <aurelien.ansel>
Component: Individual Port(s)Assignee: Dmitry Marakasov <amdmi3>
Status: Closed FIXED    
Severity: Affects Only Me    
Priority: Normal    
Version: Latest   
Hardware: Any   
OS: Any   
Attachments:
Description Flags
file.diff none

Description Aurélien Ansel 2009-07-15 17:40:01 UTC
Fix a Python import when importing of a pcap file in scapy.

Fix: Patch attached with submission follows:
How-To-Repeat: In scapy:
sniff(offline="a_pcap_file.pcap")
Comment 1 Dmitry Marakasov freebsd_committer freebsd_triage 2009-07-15 18:42:15 UTC
Responsible Changed
From-To: freebsd-ports-bugs->amdmi3

I'll take it.
Comment 2 Dmitry Marakasov freebsd_committer freebsd_triage 2009-07-15 23:59:48 UTC
State Changed
From-To: open->feedback

Awaiting maintainers feedback
Comment 3 dfilter service freebsd_committer freebsd_triage 2009-07-28 15:11:37 UTC
amdmi3      2009-07-28 14:11:27 UTC

  FreeBSD ports repository

  Modified files:
    net/scapy            Makefile 
  Added files:
    net/scapy/files      patch-scapy-sendrecv.py 
  Log:
  - Fix a Python import when importing of a pcap file in scapy
  
  PR:             136798, 136924
  Submitted by:   Aurélien Ansel <aurelien.ansel@netasq.com>
  Approved by:    VANHULLEBUS Yvan <vanhu@netasq.com> (maintainer via private email)
  
  Revision  Changes    Path
  1.9       +1 -1      ports/net/scapy/Makefile
  1.1       +11 -0     ports/net/scapy/files/patch-scapy-sendrecv.py (new)
_______________________________________________
cvs-all@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/cvs-all
To unsubscribe, send any mail to "cvs-all-unsubscribe@freebsd.org"
Comment 4 Dmitry Marakasov freebsd_committer freebsd_triage 2009-07-28 15:11:55 UTC
State Changed
From-To: feedback->closed

Committed. Thanks!