[Bug 735991] pcapparse: add support for IPv6

GStreamer (bugzilla.gnome.org) bugzilla at gnome.org
Thu Oct 9 07:45:45 PDT 2014


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

David Woodhouse <dwmw2> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |dwmw2 at infradead.org

--- Comment #7 from David Woodhouse <dwmw2 at infradead.org> 2014-10-09 14:45:42 UTC ---
The decode_network_layer() function should be static. I get this warning:
gstpcapparse.c: At top level:
gstpcapparse.c:507:10: warning: no previous prototype for
'decode_network_layer' [-Wmissing-prototypes]
 gboolean decode_network_layer



And the patch doesn't actually build:

gstpcapparse.c: In function 'gst_pcap_parse_init':
gstpcapparse.c:193:7: error: 'GstPcapParse' has no member named 'has_src_ip6'
   self->has_src_ip6 = FALSE;
       ^
gstpcapparse.c:194:7: error: 'GstPcapParse' has no member named 'has_dst_ip6'
   self->has_dst_ip6 = FALSE;
       ^
gstpcapparse.c: In function 'gst_pcap_parse_get_property':
gstpcapparse.c:283:39: error: 'GstPcapParse' has no member named 'src_ip6'
       get_ip6_address_as_string (&self->src_ip6, ip_str);
                                       ^
gstpcapparse.c:288:39: error: 'GstPcapParse' has no member named 'dst_ip6'
       get_ip6_address_as_string (&self->dst_ip6, ip_str);

-- 
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