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 947864 Details for
Bug 1147600
[abrt] wireshark-gnome: gen_linktype(): wireshark killed by SIGABRT
[?]
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]
Proposed fix
fix_gen_linktype_nflog.patch (text/plain), 1.95 KB, created by
Peter Hatina
on 2014-10-17 11:51:45 UTC
(
hide
)
Description:
Proposed fix
Filename:
MIME Type:
Creator:
Peter Hatina
Created:
2014-10-17 11:51:45 UTC
Size:
1.95 KB
patch
obsolete
>commit c744a3cfd911f23be10344b35ffc5b7c4f0454c6 >Author: Peter Hatina <phatina@redhat.com> >Date: Fri Oct 17 13:44:45 2014 +0200 > > fix missing DLT_NFLOG case in gen_linktype() > >diff --git a/0005-get-linktype-nflog.patch b/0005-get-linktype-nflog.patch >new file mode 100644 >index 0000000..d4580aa >--- /dev/null >+++ b/0005-get-linktype-nflog.patch >@@ -0,0 +1,18 @@ >+diff --git a/gencode.c b/gencode.c >+index 7bb07fb..d58ea30 100644 >+--- a/gencode.c >++++ b/gencode.c >+@@ -3410,6 +3410,13 @@ gen_linktype(proto) >+ >+ case DLT_AX25_KISS: >+ bpf_error("AX.25 link-layer type filtering not implemented"); >++ >++ case DLT_NFLOG: >++ /* Using the fixed-size NFLOG header it is possible to tell only >++ * the address family of the packet, other meaningful data is >++ * either missing or behind TLVs. >++ */ >++ bpf_error("NFLOG link-layer type filtering not implemented"); >+ } >+ >+ /* >diff --git a/libpcap.spec b/libpcap.spec >index a6e4954..c6bb853 100644 >--- a/libpcap.spec >+++ b/libpcap.spec >@@ -1,7 +1,7 @@ > Name: libpcap > Epoch: 14 > Version: 1.5.3 >-Release: 2%{?dist} >+Release: 3%{?dist} > Summary: A system-independent interface for user-level packet capture > Group: Development/Libraries > License: BSD with advertising >@@ -14,6 +14,7 @@ Patch0001: 0001-man-tcpdump-and-tcpslice-have-manpages-in-man8.patch > Patch0002: 0002-pcap-config-mitigate-multilib-conflict.patch > Patch0003: 0003-pcap-linux-apparently-ctc-interfaces-on-s390-has-eth.patch > Patch0004: 0004-pcap-linux-don-t-use-TPACKETV3-for-memory-mmapped-ca.patch >+Patch0005: 0005-get-linktype-nflog.patch > > %description > Libpcap provides a portable framework for low-level network >@@ -83,6 +84,9 @@ rm -f $RPM_BUILD_ROOT%{_libdir}/libpcap.a > %{_mandir}/man5/pcap*.5* > > %changelog >+* Fri Oct 17 2014 Peter Hatina <phatina@redhat.com> - 14:1.5.3-3 >+- fix missing DLT_NFLOG case in gen_linktype() >+ > * Mon Sep 29 2014 Michal Sekletar <msekleta@redhat.com> - 14:1.5.3-2 > - disable TPACKET_V3 support (#1131500) >
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 Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 1147600
:
942357
|
942358
|
942359
|
942360
|
942361
|
942362
|
942363
|
942364
|
942365
|
942366
| 947864