Login
[x]
Log in using an account from:
Fedora Account System
Red Hat Associate
Red Hat Customer
Or login using a Red Hat Bugzilla account
Forgot Password
Login:
Hide Forgot
Create an Account
Red Hat Bugzilla – Attachment 939633 Details for
Bug 1144784
psdump() and pdfdump() don't work
[?]
New
Simple Search
Advanced Search
My Links
Browse
Requests
Reports
Current State
Search
Tabular reports
Graphical reports
Duplicates
Other Reports
User Changes
Plotly Reports
Bug Status
Bug Severity
Non-Defaults
|
Product Dashboard
Help
Page Help!
Bug Writing Guidelines
What's new
Browser Support Policy
5.0.4.rh83 Release notes
FAQ
Guides index
User guide
Web Services
Contact
Legal
This site requires JavaScript to be enabled to function correctly, please enable it.
[PATCH 1/2] Add missing subprocess import
0001-Add-missing-subprocess-import.patch (text/plain), 718 bytes, created by
Lubomir Rintel
on 2014-09-20 18:36:53 UTC
(
hide
)
Description:
[PATCH 1/2] Add missing subprocess import
Filename:
MIME Type:
Creator:
Lubomir Rintel
Created:
2014-09-20 18:36:53 UTC
Size:
718 bytes
patch
obsolete
>From f546d93d5373ba6c99d33f6d110e04137baa5aa2 Mon Sep 17 00:00:00 2001 >From: Lubomir Rintel <lkundrak@v3.sk> >Date: Sat, 20 Sep 2014 20:31:18 +0200 >Subject: [PATCH 1/2] Add missing subprocess import > >It's used by psdump() and pdfdump(). >--- > scapy/packet.py | 1 + > 1 file changed, 1 insertion(+) > >diff --git a/scapy/packet.py b/scapy/packet.py >index b7c5f7f..21c511e 100644 >--- a/scapy/packet.py >+++ b/scapy/packet.py >@@ -15,6 +15,7 @@ from base_classes import BasePacket,Gen,SetGen,Packet_metaclass,NewDefaultValues > from volatile import VolatileValue > from utils import import_hexcap,tex_escape,colgen,get_temp_file > from error import Scapy_Exception,log_runtime >+import subprocess > > try: > import pyx >-- >1.9.3 >
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Raw
Actions:
View
Attachments on
bug 1144784
: 939633 |
939634