<?xml version="1.0" encoding="UTF-8"?>
<rdf:RDF xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns="http://purl.org/rss/1.0/" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:syn="http://purl.org/rss/1.0/modules/syndication/" xmlns:admin="http://webns.net/mvcb/">
  <channel rdf:about="http://permalink.gmane.org/gmane.network.wireshark.bugs">
    <title>gmane.network.wireshark.bugs</title>
    <link>http://permalink.gmane.org/gmane.network.wireshark.bugs</link>
    <description/>
    <syn:updatePeriod>hourly</syn:updatePeriod>
    <syn:updateFrequency>1</syn:updateFrequency>
    <syn:updateBase>1901-01-01T00:00+00:00</syn:updateBase>
    <items>
      <rdf:Seq>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.network.wireshark.bugs/10670"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.network.wireshark.bugs/10669"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.network.wireshark.bugs/10668"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.network.wireshark.bugs/10667"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.network.wireshark.bugs/10666"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.network.wireshark.bugs/10665"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.network.wireshark.bugs/10664"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.network.wireshark.bugs/10663"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.network.wireshark.bugs/10661"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.network.wireshark.bugs/10660"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.network.wireshark.bugs/10659"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.network.wireshark.bugs/10658"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.network.wireshark.bugs/10657"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.network.wireshark.bugs/10656"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.network.wireshark.bugs/10655"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.network.wireshark.bugs/10654"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.network.wireshark.bugs/10653"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.network.wireshark.bugs/10652"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.network.wireshark.bugs/10651"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.network.wireshark.bugs/10650"/>
      </rdf:Seq>
    </items>
    <image rdf:resource="http://gmane.org/img/gmane-25t.png"/>
    <textinput rdf:resource=""/>
  </channel>
  <image rdf:about="http://gmane.org/img/gmane-25t.png">
    <title>Gmane</title>
    <url>http://gmane.org/img/gmane-25t.png</url>
    <link>http://gmane.org</link>
  </image>
  <item rdf:about="http://permalink.gmane.org/gmane.network.wireshark.bugs/10670">
    <title>[Bug 2854] SCTP checksum and verification error</title>
    <link>http://permalink.gmane.org/gmane.network.wireshark.bugs/10670</link>
    <description>https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=2854


Michael Tüxen &lt;Michael.Tuexen&lt; at &gt;micmac.franken.de&gt; changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |Michael.Tuexen&lt; at &gt;micmac.franke
                   |                            |n.de




--- Comment #1 from Michael Tüxen &lt;Michael.Tuexen&lt; at &gt;micmac.franken.de&gt;  2008-09-06 05:57:38 PDT ---
I'm assuming that you are capturing traffic on the loopback device on FreeBSD.
1. The verification tag in the common header of the message containing the INIT
    chunk must be 0. This is required by RFC 4960.
2. When communicating over the loopback interface the checksum is not
    computed by the SCTP implementation for most of the packets to save
    CPU. This is FreeBSD specific and not covered by an RFC. However, Wireshark
    detects that this is not the correct checksum. Wireshark could be improved
to
    to not report the c</description>
    <dc:creator>bugzilla-daemon&lt; at &gt;wireshark.org</dc:creator>
    <dc:date>2008-09-06T12:57:38</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.network.wireshark.bugs/10669">
    <title>[Bug 2849] Bucket Leak Rate decoded incorrectly as bytes instead of bits</title>
    <link>http://permalink.gmane.org/gmane.network.wireshark.bugs/10669</link>
    <description>https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=2849


Anders Broman &lt;anders.broman&lt; at &gt;ericsson.com&gt; changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |RESOLVED
         Resolution|                            |FIXED




--- Comment #4 from Anders Broman &lt;anders.broman&lt; at &gt;ericsson.com&gt;  2008-09-06 04:45:31 PDT ---
Fix Committed revision 26147.


</description>
    <dc:creator>bugzilla-daemon&lt; at &gt;wireshark.org</dc:creator>
    <dc:date>2008-09-06T11:45:31</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.network.wireshark.bugs/10668">
    <title>[Bug 2854] New: SCTP checksum and verificationerror</title>
    <link>http://permalink.gmane.org/gmane.network.wireshark.bugs/10668</link>
    <description>https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=2854

           Summary: SCTP checksum and verification error
           Product: Wireshark
           Version: 1.0.2
          Platform: Other
        OS/Version: FreeBSD
            Status: NEW
          Severity: Normal
          Priority: Medium
         Component: Wireshark
        AssignedTo: wireshark-bugs&lt; at &gt;wireshark.org
        ReportedBy: stefan.lindskog&lt; at &gt;kau.se


Build Information:
Compiled with GTK+ 2.12.1, with GLib 2.14.2, with libpcap 0.9.8, with libz
1.2.3, without POSIX capabilities, with libpcre 7.4, with SMI 0.4.5, with 
ADNS, without Lua, with GnuTLS 2.0.2, with Gcrypt 1.2.4, with Heimdal Kerberos,
without PortAudio, without AirPcap.

Running on FreeBSD 7.0-RELEASE, with libpcap version 0.9.8.

Built using gcc 4.2.1 20070719  [FreeBSD].
--
When capturing SCTP packets in FreeBSD 7.0-RELEASE using Wireshark 1.0.2, the
CRC32C checksum is 0x00000000 for all messages except when an INIT-ACK chunk is
sent and is reported to be “incorrect”. I</description>
    <dc:creator>bugzilla-daemon&lt; at &gt;wireshark.org</dc:creator>
    <dc:date>2008-09-06T11:35:49</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.network.wireshark.bugs/10667">
    <title>[Bug 2851] VC6 Build problem: wiretap/k12text.cincludes unistd.h</title>
    <link>http://permalink.gmane.org/gmane.network.wireshark.bugs/10667</link>
    <description>https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=2851


Anders Broman &lt;anders.broman&lt; at &gt;ericsson.com&gt; changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |anders.broman&lt; at &gt;ericsson.com




--- Comment #1 from Anders Broman &lt;anders.broman&lt; at &gt;ericsson.com&gt;  2008-09-06 04:20:05 PDT ---
Hi,
What version of flex do you use(flex -V)?
/Anders


</description>
    <dc:creator>bugzilla-daemon&lt; at &gt;wireshark.org</dc:creator>
    <dc:date>2008-09-06T11:20:06</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.network.wireshark.bugs/10666">
    <title>[Bug 1528] unable to load ulog pcap dumps</title>
    <link>http://permalink.gmane.org/gmane.network.wireshark.bugs/10666</link>
    <description>https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=1528





--- Comment #14 from Jaap Keuter &lt;jaap.keuter&lt; at &gt;xs4all.nl&gt;  2008-09-05 23:05:06 PDT ---
The netfilter bugzilla now reports:
Comment #1 from kernel&lt; at &gt;linuxace.com  2008-09-06 02:28
This has been fixed in the current ulogd snapshot

So, this should trickle down into the distributions from upstream.


</description>
    <dc:creator>bugzilla-daemon&lt; at &gt;wireshark.org</dc:creator>
    <dc:date>2008-09-06T06:05:12</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.network.wireshark.bugs/10665">
    <title>[Bug 2850] Add support for Exchange DS RFR protocol</title>
    <link>http://permalink.gmane.org/gmane.network.wireshark.bugs/10665</link>
    <description>https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=2850


Julien Kerihuel &lt;j.kerihuel&lt; at &gt;openchange.org&gt; changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
   Attachment #2216|review_for_checkin?         |
               Flag|                            |




</description>
    <dc:creator>bugzilla-daemon&lt; at &gt;wireshark.org</dc:creator>
    <dc:date>2008-09-05T13:07:00</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.network.wireshark.bugs/10664">
    <title>[Bug 2852] VC6 Build problem: wsutil/str_util.csymbols not exported</title>
    <link>http://permalink.gmane.org/gmane.network.wireshark.bugs/10664</link>
    <description>https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=2852


Guy Harris &lt;guy&lt; at &gt;alum.mit.edu&gt; changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|guy&lt; at &gt;alum.mit.edu            |




</description>
    <dc:creator>bugzilla-daemon&lt; at &gt;wireshark.org</dc:creator>
    <dc:date>2008-09-05T03:24:45</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.network.wireshark.bugs/10663">
    <title>[Bug 2853] VC6 Build problem: packet-k12.c missinginclude</title>
    <link>http://permalink.gmane.org/gmane.network.wireshark.bugs/10663</link>
    <description>https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=2853


Guy Harris &lt;guy&lt; at &gt;alum.mit.edu&gt; changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|guy&lt; at &gt;alum.mit.edu            |




</description>
    <dc:creator>bugzilla-daemon&lt; at &gt;wireshark.org</dc:creator>
    <dc:date>2008-09-05T03:19:34</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.network.wireshark.bugs/10661">
    <title>[Bug 2852] VC6 Build problem: wsutil/str_util.csymbols not exported</title>
    <link>http://permalink.gmane.org/gmane.network.wireshark.bugs/10661</link>
    <description>https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=2852


Guy Harris &lt;guy&lt; at &gt;alum.mit.edu&gt; changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
   Attachment #2218|review_for_checkin-         |
               Flag|                            |




</description>
    <dc:creator>bugzilla-daemon&lt; at &gt;wireshark.org</dc:creator>
    <dc:date>2008-09-05T03:13:50</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.network.wireshark.bugs/10660">
    <title>[Bug 2852] VC6 Build problem: wsutil/str_util.csymbols not exported</title>
    <link>http://permalink.gmane.org/gmane.network.wireshark.bugs/10660</link>
    <description>https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=2852


Guy Harris &lt;guy&lt; at &gt;alum.mit.edu&gt; changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |guy&lt; at &gt;alum.mit.edu
             Status|NEW                         |RESOLVED
         Resolution|                            |FIXED




</description>
    <dc:creator>bugzilla-daemon&lt; at &gt;wireshark.org</dc:creator>
    <dc:date>2008-09-05T03:13:22</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.network.wireshark.bugs/10659">
    <title>[Bug 2853] VC6 Build problem: packet-k12.c missinginclude</title>
    <link>http://permalink.gmane.org/gmane.network.wireshark.bugs/10659</link>
    <description>https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=2853


Guy Harris &lt;guy&lt; at &gt;alum.mit.edu&gt; changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
   Attachment #2219|review_for_checkin?         |
               Flag|                            |




--- Comment #2 from Guy Harris &lt;guy&lt; at &gt;alum.mit.edu&gt;  2008-09-04 20:12:55 PDT ---
(From update of attachment 2219)
Fix checked in before bug submitted.


</description>
    <dc:creator>bugzilla-daemon&lt; at &gt;wireshark.org</dc:creator>
    <dc:date>2008-09-05T03:12:56</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.network.wireshark.bugs/10658">
    <title>[Bug 2853] VC6 Build problem: packet-k12.c missinginclude</title>
    <link>http://permalink.gmane.org/gmane.network.wireshark.bugs/10658</link>
    <description>https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=2853


Guy Harris &lt;guy&lt; at &gt;alum.mit.edu&gt; changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |RESOLVED
         Resolution|                            |FIXED




--- Comment #1 from Guy Harris &lt;guy&lt; at &gt;alum.mit.edu&gt;  2008-09-04 20:12:24 PDT ---
Fixed in r26135.


</description>
    <dc:creator>bugzilla-daemon&lt; at &gt;wireshark.org</dc:creator>
    <dc:date>2008-09-05T03:12:24</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.network.wireshark.bugs/10657">
    <title>[Bug 2852] VC6 Build problem: wsutil/str_util.csymbols not exported</title>
    <link>http://permalink.gmane.org/gmane.network.wireshark.bugs/10657</link>
    <description>https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=2852


Guy Harris &lt;guy&lt; at &gt;alum.mit.edu&gt; changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
   Attachment #2218|review_for_checkin?         |review_for_checkin-
               Flag|                            |




--- Comment #2 from Guy Harris &lt;guy&lt; at &gt;alum.mit.edu&gt;  2008-09-04 20:10:43 PDT ---
(From update of attachment 2218)
Fix checked in before bug received.


</description>
    <dc:creator>bugzilla-daemon&lt; at &gt;wireshark.org</dc:creator>
    <dc:date>2008-09-05T03:10:47</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.network.wireshark.bugs/10656">
    <title>[Bug 2852] VC6 Build problem: wsutil/str_util.csymbols not exported</title>
    <link>http://permalink.gmane.org/gmane.network.wireshark.bugs/10656</link>
    <description>https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=2852


Guy Harris &lt;guy&lt; at &gt;alum.mit.edu&gt; changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
            Summary|VC6 Build problem:          |VC6 Build problem:
                   |wsutils/str_util.c symbols  |wsutil/str_util.c symbols
                   |not exported                |not exported




--- Comment #1 from Guy Harris &lt;guy&lt; at &gt;alum.mit.edu&gt;  2008-09-04 20:09:55 PDT ---
Fixed in r26133.


</description>
    <dc:creator>bugzilla-daemon&lt; at &gt;wireshark.org</dc:creator>
    <dc:date>2008-09-05T03:09:59</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.network.wireshark.bugs/10655">
    <title>[Bug 2853] New: VC6 Build problem: packet-k12.cmissing include</title>
    <link>http://permalink.gmane.org/gmane.network.wireshark.bugs/10655</link>
    <description>https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=2853

           Summary: VC6 Build problem: packet-k12.c missing include
           Product: Wireshark
           Version: SVN
          Platform: PC
        OS/Version: Windows XP
            Status: NEW
          Severity: Major
          Priority: Medium
         Component: Wireshark
        AssignedTo: wireshark-bugs&lt; at &gt;wireshark.org
        ReportedBy: Neil&lt; at &gt;littlebriars.co.uk



Neil Piercy &lt;Neil&lt; at &gt;littlebriars.co.uk&gt; changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
   Attachment #2219|                            |review_for_checkin?
               Flag|                            |


Created an attachment (id=2219)
 --&gt; (https://bugs.wireshark.org/bugzilla/attachment.cgi?id=2219)
Patch to fix

Build Information:
Paste the COMPLETE build information from "Help-&gt;About Wireshark", "wireshark
-v", or "tshark -v".
--
VC6 build of SVN failed due to packet-k12.c having w</description>
    <dc:creator>bugzilla-daemon&lt; at &gt;wireshark.org</dc:creator>
    <dc:date>2008-09-04T22:43:38</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.network.wireshark.bugs/10654">
    <title>[Bug 2852] New: VC6 Build problem: wsutils/str_util.c symbols not exported</title>
    <link>http://permalink.gmane.org/gmane.network.wireshark.bugs/10654</link>
    <description>https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=2852

           Summary: VC6 Build problem: wsutils/str_util.c symbols not
                    exported
           Product: Wireshark
           Version: SVN
          Platform: PC
        OS/Version: Windows XP
            Status: NEW
          Severity: Major
          Priority: Medium
         Component: Wireshark
        AssignedTo: wireshark-bugs&lt; at &gt;wireshark.org
        ReportedBy: Neil&lt; at &gt;littlebriars.co.uk



Neil Piercy &lt;Neil&lt; at &gt;littlebriars.co.uk&gt; changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
   Attachment #2218|                            |review_for_checkin?
               Flag|                            |


Created an attachment (id=2218)
 --&gt; (https://bugs.wireshark.org/bugzilla/attachment.cgi?id=2218)
Patch to fix

Build Information:
Paste the COMPLETE build information from "Help-&gt;About Wireshark", "wireshark
-v", or "tshark -v".
--
Building SVN on VC6 f</description>
    <dc:creator>bugzilla-daemon&lt; at &gt;wireshark.org</dc:creator>
    <dc:date>2008-09-04T22:38:29</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.network.wireshark.bugs/10653">
    <title>[Bug 2851] New: VC6 Build problem: wiretap/k12text.c includes unistd.h</title>
    <link>http://permalink.gmane.org/gmane.network.wireshark.bugs/10653</link>
    <description>https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=2851

           Summary: VC6 Build problem: wiretap/k12text.c includes unistd.h
           Product: Wireshark
           Version: SVN
          Platform: PC
        OS/Version: Windows XP
            Status: NEW
          Severity: Major
          Priority: Medium
         Component: Wireshark
        AssignedTo: wireshark-bugs&lt; at &gt;wireshark.org
        ReportedBy: Neil&lt; at &gt;littlebriars.co.uk



Neil Piercy &lt;Neil&lt; at &gt;littlebriars.co.uk&gt; changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
   Attachment #2217|                            |review_for_checkin?
               Flag|                            |


Created an attachment (id=2217)
 --&gt; (https://bugs.wireshark.org/bugzilla/attachment.cgi?id=2217)
Patch to fix

Build Information:
Paste the COMPLETE build information from "Help-&gt;About Wireshark", "wireshark
-v", or "tshark -v".
--
Building SVN with VC6 fails on wiretap/k12tex</description>
    <dc:creator>bugzilla-daemon&lt; at &gt;wireshark.org</dc:creator>
    <dc:date>2008-09-04T22:31:53</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.network.wireshark.bugs/10652">
    <title>[Bug 2850] Add support for Exchange DS RFR protocol</title>
    <link>http://permalink.gmane.org/gmane.network.wireshark.bugs/10652</link>
    <description>https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=2850


Julien Kerihuel &lt;j.kerihuel&lt; at &gt;openchange.org&gt; changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
   Attachment #2216|                            |review_for_checkin?
               Flag|                            |




--- Comment #1 from Julien Kerihuel &lt;j.kerihuel&lt; at &gt;openchange.org&gt;  2008-09-04 14:19:53 PDT ---
Created an attachment (id=2216)
 --&gt; (https://bugs.wireshark.org/bugzilla/attachment.cgi?id=2216)
sample wireshark capture exposing Exchange RFR protocol


</description>
    <dc:creator>bugzilla-daemon&lt; at &gt;wireshark.org</dc:creator>
    <dc:date>2008-09-04T21:19:53</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.network.wireshark.bugs/10651">
    <title>[Bug 2850] New: Add support for Exchange DS RFRprotocol</title>
    <link>http://permalink.gmane.org/gmane.network.wireshark.bugs/10651</link>
    <description>https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=2850

           Summary: Add support for Exchange DS RFR protocol
           Product: Wireshark
           Version: SVN
          Platform: PC
        OS/Version: All
            Status: NEW
          Severity: Enhancement
          Priority: Medium
         Component: Wireshark
        AssignedTo: wireshark-bugs&lt; at &gt;wireshark.org
        ReportedBy: j.kerihuel&lt; at &gt;openchange.org



Julien Kerihuel &lt;j.kerihuel&lt; at &gt;openchange.org&gt; changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
   Attachment #2215|                            |review_for_checkin?
               Flag|                            |


Created an attachment (id=2215)
 --&gt; (https://bugs.wireshark.org/bugzilla/attachment.cgi?id=2215)
patch for Exchange RFR protocol

Build Information:
SVN Rev 26135
--
Patch to implement decoding of Exchange RFR protocol.


</description>
    <dc:creator>bugzilla-daemon&lt; at &gt;wireshark.org</dc:creator>
    <dc:date>2008-09-04T21:18:18</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.network.wireshark.bugs/10650">
    <title>[Bug 2556] patch to support WSA, WSMP, WRSS packets</title>
    <link>http://permalink.gmane.org/gmane.network.wireshark.bugs/10650</link>
    <description>https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=2556





--- Comment #22 from Anders Broman &lt;anders.broman&lt; at &gt;ericsson.com&gt;  2008-09-04 13:58:21 PDT ---
A modified patch Committed in revision 26138 it still needs
adding of dissecting the bitfield(?) Provider Service Table Contents.

That should be done by adding bit by bit with proto_tree_add_item() I think.
/Anders


</description>
    <dc:creator>bugzilla-daemon&lt; at &gt;wireshark.org</dc:creator>
    <dc:date>2008-09-04T20:58:21</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.network.wireshark.bugs/10649">
    <title>[Bug 2849] Bucket Leak Rate decoded incorrectly as bytes instead of bits</title>
    <link>http://permalink.gmane.org/gmane.network.wireshark.bugs/10649</link>
    <description>https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=2849





--- Comment #3 from Konatus HU &lt;jinneemop&lt; at &gt;yahoo.com.cn&gt;  2008-09-04 12:49:22 PDT ---
Hi, the attachment is added. You will need to set
(Edit-&gt;Preferences-&gt;Protocols-&gt;FR) to (GPRS Network Service) to decode it. The
last octets of the BSSGP message FLOW-CONTROL-MS is decoded incorrectly.


</description>
    <dc:creator>bugzilla-daemon&lt; at &gt;wireshark.org</dc:creator>
    <dc:date>2008-09-04T19:49:22</dc:date>
  </item>
  <textinput rdf:about="http://search.gmane.org/?group=$group=gmane.network.wireshark.bugs">
    <title>Search Engine</title>
    <description>Search the mailing list at Gmane</description>
    <name>query</name>
    <link>http://search.gmane.org/?group=$group=gmane.network.wireshark.bugs</link>
  </textinput>
</rdf:RDF>
