<?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://blog.gmane.org/gmane.network.wireshark.bugs">
    <title>gmane.network.wireshark.bugs</title>
    <link>http://blog.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/11143"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.network.wireshark.bugs/11142"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.network.wireshark.bugs/11141"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.network.wireshark.bugs/11140"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.network.wireshark.bugs/11139"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.network.wireshark.bugs/11138"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.network.wireshark.bugs/11137"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.network.wireshark.bugs/11136"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.network.wireshark.bugs/11135"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.network.wireshark.bugs/11134"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.network.wireshark.bugs/11133"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.network.wireshark.bugs/11132"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.network.wireshark.bugs/11131"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.network.wireshark.bugs/11130"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.network.wireshark.bugs/11129"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.network.wireshark.bugs/11128"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.network.wireshark.bugs/11127"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.network.wireshark.bugs/11126"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.network.wireshark.bugs/11125"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.network.wireshark.bugs/11124"/>
      </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/11143">
    <title>[Bug 2922] USB URB dissector denial of service</title>
    <link>http://permalink.gmane.org/gmane.network.wireshark.bugs/11143</link>
    <description>https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=2922


Gerald Combs &lt;gerald&lt; at &gt;wireshark.org&gt; changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
              Group|private                     |




--- Comment #2 from Gerald Combs &lt;gerald&lt; at &gt;wireshark.org&gt;  2008-10-07 13:32:42 PDT ---
Making public, with David's permission.


</description>
    <dc:creator>bugzilla-daemon&lt; at &gt;wireshark.org</dc:creator>
    <dc:date>2008-10-07T20:32:42</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.network.wireshark.bugs/11142">
    <title>[Bug 2924] Bluetooth HCI memory corruption</title>
    <link>http://permalink.gmane.org/gmane.network.wireshark.bugs/11142</link>
    <description>https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=2924


Gerald Combs &lt;gerald&lt; at &gt;wireshark.org&gt; changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
              Group|private                     |




--- Comment #6 from Gerald Combs &lt;gerald&lt; at &gt;wireshark.org&gt;  2008-10-07 13:32:20 PDT ---
Making public, with David's permission.


</description>
    <dc:creator>bugzilla-daemon&lt; at &gt;wireshark.org</dc:creator>
    <dc:date>2008-10-07T20:32:21</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.network.wireshark.bugs/11141">
    <title>[Bug 2935] New simulcrypt protocol dissector</title>
    <link>http://permalink.gmane.org/gmane.network.wireshark.bugs/11141</link>
    <description>https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=2935





--- Comment #9 from Bill Meier &lt;wmeier&lt; at &gt;newsguy.com&gt;  2008-10-07 11:15:20 PDT ---
First: Thanks for your effort so far on this dissector !

Some additional comments:

1.   I don't believe the 'if (..._tree)' for the various subtrees is req'd
     since proto_item_add_subtree will always return a non-null value 
     (as long as the parent is non-null)

2.  The following don't appear to be used:
   - mikey_tcp_port
   - proto_register(): 'int i = 0;'

3. pvaluedec is defined as a guint16 and is later calculated 
   as 100 * &lt;a guint16&gt;.
   This seems like a potential for overflow.

4. The 'if (...==-1)' in proto_register.... is not needed.

5. The code to build 'param_value' uses strcat and sprintf which are "memory
unsafe" functions and thus not allowed in Wireshark.

I suggest instead displaying the "param value" fields by using
FT_BYTES and BASE_HEX in the relevant hf[] entries. If you would rather have
the hex strings shown with spaces between each byte, then I guess you'll 
need to build param_value as now but instead maybe 
using g_strlcat &amp; g_snprintf.

See the glib reference for info on g_strlcat &amp;etc 
(http://library.gnome.org/devel/glib/2.16/glib-String-Utility-Functions.html)

(There may be a simpler way which someone else can suggest).

Note: for future reference I suggest reviewing the doc/README.developer
document (if you haven't already done so) which discusses such things as not
using strcat &amp; etc.

6. With respect to proto_reg_handoff:

   As you note in comment #7, the code involving tcp_port and global_tcp port
   is similar to that used in other dissectors. It needs one additional line 
   to be OK:

  if (!initialized) {
    simulcrypt_handle = create_dissector_handle(dissect_simulcrypt, ...
    dissector_add("tcp.port", global_simulcrypt_tcp_port, ...
    initialized = TRUE;
  }

---

   The code which seems unneeded is:
               
if(!strcmp(tab_ecm_inter[i].protocol_name,CA_SYSTEM_ID_MIKEY_PROTO))
  {
    tab_ecm_inter[i].ca_system_id=ca_system_id_mikey;
    tab_ecm_inter[i].ecmg_port=-1;
  }
datagram_handle=find_dissector(tab_ecm_inter[i].protocol_name);
dissector_delete("tcp.port", tcp_port, datagram_handle);

Let try to explain:
a. As far as I can tell, The simulcrypt dissector never actually registers 
   a handle for tab_ecm_inter[i].protocol_name on tcp_port and thus 
   a dissector_delete is not required. 
   (In actuality, altho the Wirehark documentation may not 
   be clear, all that dissector delete really does is to deregister *whatever*
   handle is currently registered on the specified tcp port; 
   the 'handle' argument is currently ignored).
   So: the find_dissector() ... delete_dissector lines are not required.

b. ecmg_port is being used elsewhere to apparently determine when a
   sub-dissector should be called (find_dissector &amp; etc).

   I would note that I think it's the case that find_dissector need 
   be called only once during proto_reg_handoff for each of the protocols in
   tab_ecm_inter[] (with the handle being stored in another variable 
   in tab_ecm_inter.

   I'm not sure when ecm_port needs to be initialized to -1; maybe for each new
   capture via an init function registered using 'register_init_routine' ? 
   (The registered init function will be called each time a capture file 
   dissection is done).

   Please let me know if I'm missing something


</description>
    <dc:creator>bugzilla-daemon&lt; at &gt;wireshark.org</dc:creator>
    <dc:date>2008-10-07T18:15:25</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.network.wireshark.bugs/11140">
    <title>[Bug 2913] packet-dcm, improved DICOM Tag support,misc fixes</title>
    <link>http://permalink.gmane.org/gmane.network.wireshark.bugs/11140</link>
    <description>https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=2913


David &lt;david_aggeler&lt; at &gt;hispeed.ch&gt; changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
   Attachment #2316|export_object_dicom.c       |export_object_dicom.c diff
        description|comment spelling            |




</description>
    <dc:creator>bugzilla-daemon&lt; at &gt;wireshark.org</dc:creator>
    <dc:date>2008-10-07T17:23:29</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.network.wireshark.bugs/11139">
    <title>[Bug 2913] packet-dcm, improved DICOM Tag support,misc fixes</title>
    <link>http://permalink.gmane.org/gmane.network.wireshark.bugs/11139</link>
    <description>https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=2913


David &lt;david_aggeler&lt; at &gt;hispeed.ch&gt; changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
   Attachment #2315|packet-dcm.h Corrected      |packet-dcm.h diff
        description|comment                     |




</description>
    <dc:creator>bugzilla-daemon&lt; at &gt;wireshark.org</dc:creator>
    <dc:date>2008-10-07T17:23:06</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.network.wireshark.bugs/11138">
    <title>[Bug 2913] packet-dcm, improved DICOM Tag support,misc fixes</title>
    <link>http://permalink.gmane.org/gmane.network.wireshark.bugs/11138</link>
    <description>https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=2913


David &lt;david_aggeler&lt; at &gt;hispeed.ch&gt; changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
   Attachment #2314|packet-dcm.c Tag Support    |packet-dcm.c diff
        description|                            |




</description>
    <dc:creator>bugzilla-daemon&lt; at &gt;wireshark.org</dc:creator>
    <dc:date>2008-10-07T17:22:23</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.network.wireshark.bugs/11137">
    <title>[Bug 2935] New simulcrypt protocol dissector</title>
    <link>http://permalink.gmane.org/gmane.network.wireshark.bugs/11137</link>
    <description>https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=2935





--- Comment #8 from Bill Meier &lt;wmeier&lt; at &gt;newsguy.com&gt;  2008-10-07 07:41:45 PDT ---
It just so happens I've been looking at the original patch in more depth; I'll
post some additional comments in an hour or so. To save you some effort,  I
suggest holding off on uploading &amp; etc until you've had a chance to review my
new comments.


</description>
    <dc:creator>bugzilla-daemon&lt; at &gt;wireshark.org</dc:creator>
    <dc:date>2008-10-07T14:41:46</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.network.wireshark.bugs/11136">
    <title>[Bug 2935] New simulcrypt protocol dissector</title>
    <link>http://permalink.gmane.org/gmane.network.wireshark.bugs/11136</link>
    <description>https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=2935





--- Comment #7 from David Castleford &lt;david.castleford&lt; at &gt;orange-ftgroup.com&gt;  2008-10-07 07:14:57 PDT ---
(In reply to comment #5)
OK

OK

Indeed, fixed, thanks.

Correct, removed.
Guess not, put things in .c only
see void proto_reg_handoff_simulcrypt(void) that handles table registering
ca_system_id value and corresponding ecmg (tcp) port used to update values when
preferences are changed.

If preferences are not initialized, default tcp port is set:
(dissector_add("tcp.port", global_simulcrypt_tcp_port, simulcrypt_handle);)

, otherwise dissector_delete the current port: 
dissector_delete("tcp.port", tcp_port, simulcrypt_handle);

and dissector_add the port set in preferences:
dissector_add("tcp.port", global_simulcrypt_tcp_port, simulcrypt_handle);

I believe it works (I used example from existing dissectors).

I have to check the dissector still compiles and works, I'll then make a diff
file and upload to replace the initial version.
Thanks for your help (all of you)


</description>
    <dc:creator>bugzilla-daemon&lt; at &gt;wireshark.org</dc:creator>
    <dc:date>2008-10-07T14:14:58</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.network.wireshark.bugs/11135">
    <title>[Bug 2935] New simulcrypt protocol dissector</title>
    <link>http://permalink.gmane.org/gmane.network.wireshark.bugs/11135</link>
    <description>https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=2935





--- Comment #6 from David Castleford &lt;david.castleford&lt; at &gt;orange-ftgroup.com&gt;  2008-10-07 06:59:38 PDT ---
(In reply to comment #4)
OK

OK

OK, added for messagetypenames, for parametertypenames value 0 is covered by
SIMULCRYPT_DVB_RESERVED = 0x0000

OK, used NULL
good catch, it's version, set to NULL now
OK, 1 byte so set to 8
thanks, have done so, much nicer code. 
will reply to other comments, recompile and check things still work, create new
diff file and upload patch


</description>
    <dc:creator>bugzilla-daemon&lt; at &gt;wireshark.org</dc:creator>
    <dc:date>2008-10-07T13:59:40</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.network.wireshark.bugs/11134">
    <title>[Bug 2944] LLC GPRS - "Unnumbered Information" should be " Unconfirmed Information"</title>
    <link>http://permalink.gmane.org/gmane.network.wireshark.bugs/11134</link>
    <description>https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=2944


Jaap Keuter &lt;jaap.keuter&lt; at &gt;xs4all.nl&gt; changed:

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




--- Comment #2 from Jaap Keuter &lt;jaap.keuter&lt; at &gt;xs4all.nl&gt;  2008-10-07 00:30:06 PDT ---
Fixed in revision 26369.


</description>
    <dc:creator>bugzilla-daemon&lt; at &gt;wireshark.org</dc:creator>
    <dc:date>2008-10-07T07:30:07</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.network.wireshark.bugs/11133">
    <title>[Bug 1967] Not able to add to Protocol or Information column from a plugin</title>
    <link>http://permalink.gmane.org/gmane.network.wireshark.bugs/11133</link>
    <description>https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=1967





--- Comment #7 from Jaap Keuter &lt;jaap.keuter&lt; at &gt;xs4all.nl&gt;  2008-10-07 00:05:28 PDT ---
Frank, is there any news? Otherwise we're closing this bug.


</description>
    <dc:creator>bugzilla-daemon&lt; at &gt;wireshark.org</dc:creator>
    <dc:date>2008-10-07T07:05:29</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.network.wireshark.bugs/11132">
    <title>[Bug 2638] XOT PVC Setup reported as Invalid/shortX.25 packet</title>
    <link>http://permalink.gmane.org/gmane.network.wireshark.bugs/11132</link>
    <description>https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=2638


Jaap Keuter &lt;jaap.keuter&lt; at &gt;xs4all.nl&gt; changed:

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




--- Comment #4 from Jaap Keuter &lt;jaap.keuter&lt; at &gt;xs4all.nl&gt;  2008-10-06 23:53:46 PDT ---
Fixed in revision 26368.


</description>
    <dc:creator>bugzilla-daemon&lt; at &gt;wireshark.org</dc:creator>
    <dc:date>2008-10-07T06:53:47</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.network.wireshark.bugs/11131">
    <title>[Bug 2944] LLC GPRS - "Unnumbered Information" should be " Unconfirmed Information"</title>
    <link>http://permalink.gmane.org/gmane.network.wireshark.bugs/11131</link>
    <description>https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=2944


Wong Khai Thye &lt;khaithye&lt; at &gt;yahoo.com.sg&gt; changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
         OS/Version|Windows 2000                |All
           Platform|PC                          |All




--- Comment #1 from Wong Khai Thye &lt;khaithye&lt; at &gt;yahoo.com.sg&gt;  2008-10-06 23:38:56 PDT ---
Bug should be in "packet-gprs-llc.c".


</description>
    <dc:creator>bugzilla-daemon&lt; at &gt;wireshark.org</dc:creator>
    <dc:date>2008-10-07T06:38:56</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.network.wireshark.bugs/11130">
    <title>[Bug 2944] New: LLC GPRS - "Unnumbered Information" should be " Unconfirmed Information"</title>
    <link>http://permalink.gmane.org/gmane.network.wireshark.bugs/11130</link>
    <description>https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=2944

           Summary: LLC GPRS - "Unnumbered Information" should be
                    "Unconfirmed Information"
           Product: Wireshark
           Version: 1.0.3
          Platform: PC
        OS/Version: Windows 2000
            Status: NEW
          Severity: Minor
          Priority: Low
         Component: Wireshark
        AssignedTo: wireshark-bugs&lt; at &gt;wireshark.org
        ReportedBy: khaithye&lt; at &gt;yahoo.com.sg


Created an attachment (id=2322)
 --&gt; (https://bugs.wireshark.org/bugzilla/attachment.cgi?id=2322)
Example of a GPRS LLC UI frame

Build Information:
Shark 1.0.3 (SVN Rev 26134)

Copyright 1998-2008 Gerald Combs &lt;gerald&lt; at &gt;wireshark.org&gt; and contributors.
This is free software; see the source for copying conditions. There is NO
warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.

Compiled with GLib 2.14.6, with WinPcap (version unknown), with libz 1.2.3,
without POSIX capabilities, with libpcre 7.0, with SMI 0.4.8, with ADNS, with
Lua 5.1, with GnuTLS 2.3.8, with Gcrypt 1.4.1, with MIT Kerberos.

Running on Windows 2000 Service Pack 4, build 2195, with WinPcap version 4.0.2
(packet.dll version 4.0.0.1040), based on libpcap version 0.9.5.

Built using Microsoft Visual C++ 6.0 build 8804

--
In the decoding of GPRS LLC layer, the UI format is erroneously decoded as
"Unnumbered Information", but according to ETSI 04.64, it should be
"Unconfirmed Information".  The term "unnumbered" is misleading, because there
is an N(U) in this layer for UI format (so, it's actually numbered).

Following is an example:
MS-SGSN LLC (Mobile Station - Serving GPRS Support Node Logical Link Control) 
SAPI: GPRS Mobility Management
    FCS: 0x21c14e (correct)
    Address field  SAPI: LLGMM
        0... .... = Protocol Discriminator_bit: OK
        .0.. .... = Command/Response bit: DownLink/UpLink = Response/Command
        .... 0001 = SAPI: GPRS Mobility Management (1)
    Unnumbered Information format - UI, N(U) = 0
        110. .... .... .... = UI format: 0x0006
        ...0 0... .... .... = Spare bits: 0x0000
        .... .000 0000 00.. = N(U): 0
        .... .... .... ..0. = E bit:  non encrypted frame
        .... .... .... ...1 = PM bit: FCS covers the frame header and
information fields


</description>
    <dc:creator>bugzilla-daemon&lt; at &gt;wireshark.org</dc:creator>
    <dc:date>2008-10-07T06:36:40</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.network.wireshark.bugs/11129">
    <title>[Bug 2855] Empty GPRS LLC S frames cause truncateddata exception</title>
    <link>http://permalink.gmane.org/gmane.network.wireshark.bugs/11129</link>
    <description>https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=2855


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

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




--- Comment #4 from Anders Broman &lt;anders.broman&lt; at &gt;ericsson.com&gt;  2008-10-06 22:55:53 PDT ---
Or should we include r25854 as well?
"Log:
 From   Vincent Helfre  :
 GPRS LLC CRC24 badly calculated for non protected frames 
https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=2290". I'll close it again
as it's fixed in trunk any way.


</description>
    <dc:creator>bugzilla-daemon&lt; at &gt;wireshark.org</dc:creator>
    <dc:date>2008-10-07T05:55:54</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.network.wireshark.bugs/11128">
    <title>[Bug 2855] Empty GPRS LLC S frames cause truncateddata exception</title>
    <link>http://permalink.gmane.org/gmane.network.wireshark.bugs/11128</link>
    <description>https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=2855


Gerald Combs &lt;gerald&lt; at &gt;wireshark.org&gt; changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |gerald&lt; at &gt;wireshark.org
             Status|RESOLVED                    |REOPENED
         Resolution|FIXED                       |




--- Comment #3 from Gerald Combs &lt;gerald&lt; at &gt;wireshark.org&gt;  2008-10-06 14:10:54 PDT ---
The fix for this patch (r26160) is on the pending list for 1.0.4. However, it
appears to depend on r25854. Is this bug present in 1.0.3? If not, we can skip
including r26160 in 1.0.4.


</description>
    <dc:creator>bugzilla-daemon&lt; at &gt;wireshark.org</dc:creator>
    <dc:date>2008-10-06T21:10:54</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.network.wireshark.bugs/11127">
    <title>[Bug 2631] B.A.T.M.A.N. Advanced dissector</title>
    <link>http://permalink.gmane.org/gmane.network.wireshark.bugs/11127</link>
    <description>https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=2631


Sven Eckelmann &lt;sven.eckelmann&lt; at &gt;gmx.de&gt; changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
   Attachment #2298|review_for_checkin?         |
               Flag|                            |
Attachment #2298 is|0                           |1
           obsolete|                            |
   Attachment #2321|                            |review_for_checkin?
               Flag|                            |




--- Comment #29 from Sven Eckelmann &lt;sven.eckelmann&lt; at &gt;gmx.de&gt;  2008-10-06 14:03:08 PDT ---
Created an attachment (id=2321)
 --&gt; (https://bugs.wireshark.org/bugzilla/attachment.cgi?id=2321)
B.A.T.M.A.N Advanced dissector

- Move proto_* functions to the end of packet-batadv.c
- Fix patching against current trunk


</description>
    <dc:creator>bugzilla-daemon&lt; at &gt;wireshark.org</dc:creator>
    <dc:date>2008-10-06T21:03:09</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.network.wireshark.bugs/11126">
    <title>[Bug 2933] B.A.T.M.A.N. dissector consists of manysource files</title>
    <link>http://permalink.gmane.org/gmane.network.wireshark.bugs/11126</link>
    <description>https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=2933





--- Comment #3 from Sven Eckelmann &lt;sven.eckelmann&lt; at &gt;gmx.de&gt;  2008-10-06 13:51:15 PDT ---
Thx, looks fine


</description>
    <dc:creator>bugzilla-daemon&lt; at &gt;wireshark.org</dc:creator>
    <dc:date>2008-10-06T20:51:15</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.network.wireshark.bugs/11125">
    <title>[Bug 2631] B.A.T.M.A.N. Advanced dissector</title>
    <link>http://permalink.gmane.org/gmane.network.wireshark.bugs/11125</link>
    <description>https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=2631


Sven Eckelmann &lt;sven.eckelmann&lt; at &gt;gmx.de&gt; changed:

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




--- Comment #28 from Sven Eckelmann &lt;sven.eckelmann&lt; at &gt;gmx.de&gt;  2008-10-06 13:41:04 PDT ---
Sry, but you closed the wrong bug. r26362 belongs to bug 2933


</description>
    <dc:creator>bugzilla-daemon&lt; at &gt;wireshark.org</dc:creator>
    <dc:date>2008-10-06T20:41:05</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.network.wireshark.bugs/11124">
    <title>[Bug 2631] B.A.T.M.A.N. Advanced dissector</title>
    <link>http://permalink.gmane.org/gmane.network.wireshark.bugs/11124</link>
    <description>https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=2631


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

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




--- Comment #27 from Anders Broman &lt;anders.broman&lt; at &gt;ericsson.com&gt;  2008-10-06 13:28:14 PDT ---
Hopfully covered by revision 26362. If not a new patch against current SVN
would be apreciated.


</description>
    <dc:creator>bugzilla-daemon&lt; at &gt;wireshark.org</dc:creator>
    <dc:date>2008-10-06T20:28:15</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.network.wireshark.bugs/11123">
    <title>[Bug 2933] B.A.T.M.A.N. dissector consists of manysource files</title>
    <link>http://permalink.gmane.org/gmane.network.wireshark.bugs/11123</link>
    <description>https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=2933


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

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |anders.broman&lt; at &gt;ericsson.com
             Status|NEW                         |RESOLVED
         Resolution|                            |FIXED




--- Comment #2 from Anders Broman &lt;anders.broman&lt; at &gt;ericsson.com&gt;  2008-10-06 13:26:13 PDT ---
Committed revision 26362.
Well a balance between many files and to large ones, that is.


</description>
    <dc:creator>bugzilla-daemon&lt; at &gt;wireshark.org</dc:creator>
    <dc:date>2008-10-06T20:26:14</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>
