[Bug 738206] New: pcapparse can't handle LINKTYPE_RAW

GStreamer (bugzilla.gnome.org) bugzilla at gnome.org
Thu Oct 9 01:11:21 PDT 2014


https://bugzilla.gnome.org/show_bug.cgi?id=738206
  GStreamer | gst-plugins-bad | 1.4.3

           Summary: pcapparse can't handle LINKTYPE_RAW
    Classification: Platform
           Product: GStreamer
           Version: 1.4.3
        OS/Version: Linux
            Status: UNCONFIRMED
          Severity: normal
          Priority: Normal
         Component: gst-plugins-bad
        AssignedTo: gstreamer-bugs at lists.freedesktop.org
        ReportedBy: dwmw2 at infradead.org
         QAContact: gstreamer-bugs at lists.freedesktop.org
     GNOME version: ---


Created an attachment (id=288098)
 View: https://bugzilla.gnome.org/attachment.cgi?id=288098
 Review: https://bugzilla.gnome.org/review?bug=738206&attachment=288098

Add support for LINKTYPE_RAW

I used tcpdump to capture some VPN traffic. pcapparse couldn't handle it
because it doesn't understand LINKTYPE_RAW (101).

Strictly speaking, these numbers aren't DLT_*; they are LINKTYPE_* because
libpcap translates from internal OS-specific DLT_ numbering to the portable
LINKTYPE_ number space when writing files. The patch fixes that too.

-- 
Configure bugmail: https://bugzilla.gnome.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the QA contact for the bug.
You are the assignee for the bug.


More information about the gstreamer-bugs mailing list