<?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.scm">
    <title>gmane.network.wireshark.scm</title>
    <link>http://permalink.gmane.org/gmane.network.wireshark.scm</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.scm/7208"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.network.wireshark.scm/7207"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.network.wireshark.scm/7206"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.network.wireshark.scm/7205"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.network.wireshark.scm/7204"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.network.wireshark.scm/7203"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.network.wireshark.scm/7202"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.network.wireshark.scm/7201"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.network.wireshark.scm/7200"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.network.wireshark.scm/7199"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.network.wireshark.scm/7198"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.network.wireshark.scm/7197"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.network.wireshark.scm/7196"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.network.wireshark.scm/7195"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.network.wireshark.scm/7194"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.network.wireshark.scm/7193"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.network.wireshark.scm/7192"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.network.wireshark.scm/7191"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.network.wireshark.scm/7190"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.network.wireshark.scm/7189"/>
      </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.scm/7208">
    <title>rev 25669: /trunk/ /trunk/: capture-pcap-util.c</title>
    <link>http://permalink.gmane.org/gmane.network.wireshark.scm/7208</link>
    <description>http://anonsvn.wireshark.org/viewvc/viewvc.cgi?view=rev&amp;revision=25669

User: wmeier
Date: 2008/07/04 05:52 AM

Log:
 Fix benign usage of incorrect symbol in #ifdef

Directory: /trunk/
  Changes    Path                   Action
  +1 -1      capture-pcap-util.c    Modified
</description>
    <dc:creator>wmeier-IZ8446WsY0/dtAWm4Da02A&lt; at &gt;public.gmane.org</dc:creator>
    <dc:date>2008-07-04T12:52:19</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.network.wireshark.scm/7207">
    <title>rev 25668: /trunk/ /trunk/: acinclude.m4 capture-pcap-util.c capture-wpcap.c</title>
    <link>http://permalink.gmane.org/gmane.network.wireshark.scm/7207</link>
    <description>http://anonsvn.wireshark.org/viewvc/viewvc.cgi?view=rev&amp;revision=25668

User: guy
Date: 2008/07/03 08:33 PM

Log:
 If we have pcap_free_datalinks(), use it.  If not, then, on Windows,
 just leak the list returned by pcap_list_datalinks(), as there's no
 guarantee that if you have a library built with one version of the
 MSVC++ run-time library, and it returns a pointer to allocated data, you
 can free that data from a program linked with another version of the
 MSVC++ run-time library.  (This is not an issue on UN*X.)
 
 This should fix bug 2677.

Directory: /trunk/
  Changes    Path                   Action
  +1 -1      acinclude.m4           Modified
  +25 -2     capture-pcap-util.c    Modified
  +26 -0     capture-wpcap.c        Modified
</description>
    <dc:creator>guy-IZ8446WsY0/dtAWm4Da02A&lt; at &gt;public.gmane.org</dc:creator>
    <dc:date>2008-07-04T03:33:04</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.network.wireshark.scm/7206">
    <title>rev 25667: /trunk/epan/dissectors/ /trunk/epan/dissectors/: packet-http.c</title>
    <link>http://permalink.gmane.org/gmane.network.wireshark.scm/7206</link>
    <description>http://anonsvn.wireshark.org/viewvc/viewvc.cgi?view=rev&amp;revision=25667

User: guy
Date: 2008/07/03 12:50 PM

Log:
 Get rid of #defines that are no longer being used (we now have a port
 range list preference for HTTP, which we initialize to the default list).

Directory: /trunk/epan/dissectors/
  Changes    Path             Action
  +0 -6      packet-http.c    Modified
</description>
    <dc:creator>guy-IZ8446WsY0/dtAWm4Da02A&lt; at &gt;public.gmane.org</dc:creator>
    <dc:date>2008-07-03T19:50:19</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.network.wireshark.scm/7205">
    <title>rev 25666: /trunk/ /trunk/: configure.in</title>
    <link>http://permalink.gmane.org/gmane.network.wireshark.scm/7205</link>
    <description>http://anonsvn.wireshark.org/viewvc/viewvc.cgi?view=rev&amp;revision=25666

User: morriss
Date: 2008/07/03 08:57 AM

Log:
 packet-pkcs12-template.c uses the libgcrypt symbol GCRY_CIPHER_RFC2268_40
 which, according to:
 
 http://lists.gnupg.org/pipermail/gnupg-devel/2004-February/020779.html
 
 is new to the 1.1.92 release of libgcrypt.  Bump our required version of
 libgcrypt from 1.1.42 to 1.1.92 .

Directory: /trunk/
  Changes    Path            Action
  +1 -1      configure.in    Modified
</description>
    <dc:creator>morriss-IZ8446WsY0/dtAWm4Da02A&lt; at &gt;public.gmane.org</dc:creator>
    <dc:date>2008-07-03T15:57:42</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.network.wireshark.scm/7204">
    <title>rev 25665: /trunk/ /trunk/: Makefile.nmake</title>
    <link>http://permalink.gmane.org/gmane.network.wireshark.scm/7204</link>
    <description>http://anonsvn.wireshark.org/viewvc/viewvc.cgi?view=rev&amp;revision=25665

User: wmeier
Date: 2008/07/02 05:16 PM

Log:
 From: Kovarththanan Rajaratnam; Add Windows browse file makefile target

Directory: /trunk/
  Changes    Path              Action
  +9 -1      Makefile.nmake    Modified
</description>
    <dc:creator>wmeier-IZ8446WsY0/dtAWm4Da02A&lt; at &gt;public.gmane.org</dc:creator>
    <dc:date>2008-07-03T00:16:33</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.network.wireshark.scm/7203">
    <title>rev 25664: /trunk/ /trunk/epan/dissectors/: packet-rrc.c /trunk/asn1/rrc/: rrc.cnf</title>
    <link>http://permalink.gmane.org/gmane.network.wireshark.scm/7203</link>
    <description>http://anonsvn.wireshark.org/viewvc/viewvc.cgi?view=rev&amp;revision=25664

User: etxrab
Date: 2008/07/02 11:11 AM

Log:
 Revert previous change.

Directory: /trunk/epan/dissectors/
  Changes    Path            Action
  +6623 -5391 packet-rrc.c    Modified

Directory: /trunk/asn1/rrc/
  Changes    Path          Action
  +0 -6      rrc.cnf       Modified
</description>
    <dc:creator>etxrab-IZ8446WsY0/dtAWm4Da02A&lt; at &gt;public.gmane.org</dc:creator>
    <dc:date>2008-07-02T18:11:30</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.network.wireshark.scm/7202">
    <title>rev 25663: /trunk/ /trunk/epan/dissectors/: packet-rrc.c /trunk/asn1/rrc/: rrc.cnf</title>
    <link>http://permalink.gmane.org/gmane.network.wireshark.scm/7202</link>
    <description>http://anonsvn.wireshark.org/viewvc/viewvc.cgi?view=rev&amp;revision=25663

User: etxrab
Date: 2008/07/02 09:32 AM

Log:
 See if this gets rid of some unused code warnings...

Directory: /trunk/epan/dissectors/
  Changes    Path            Action
  +5391 -6623 packet-rrc.c    Modified

Directory: /trunk/asn1/rrc/
  Changes    Path          Action
  +9 -0      rrc.cnf       Modified
</description>
    <dc:creator>etxrab-IZ8446WsY0/dtAWm4Da02A&lt; at &gt;public.gmane.org</dc:creator>
    <dc:date>2008-07-02T16:32:53</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.network.wireshark.scm/7201">
    <title>rev 25662: /trunk/packaging/nsis/ /trunk/packaging/nsis/: Makefile.am</title>
    <link>http://permalink.gmane.org/gmane.network.wireshark.scm/7201</link>
    <description>http://anonsvn.wireshark.org/viewvc/viewvc.cgi?view=rev&amp;revision=25662

User: guy
Date: 2008/07/02 01:50 AM

Log:
 COPYING is already put into the tarball; we don't need to add it here.

Directory: /trunk/packaging/nsis/
  Changes    Path           Action
  +0 -1      Makefile.am    Modified
</description>
    <dc:creator>guy-IZ8446WsY0/dtAWm4Da02A&lt; at &gt;public.gmane.org</dc:creator>
    <dc:date>2008-07-02T08:50:21</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.network.wireshark.scm/7200">
    <title>rev 25661: /trunk/ /trunk/packaging/: Makefile.am /trunk/tools/: Makefile.am /trunk/: Makefile.am</title>
    <link>http://permalink.gmane.org/gmane.network.wireshark.scm/7200</link>
    <description>http://anonsvn.wireshark.org/viewvc/viewvc.cgi?view=rev&amp;revision=25661

User: guy
Date: 2008/07/02 12:12 AM

Log:
 Push EXTRA_DIST entries into the lowest-level Makefile.am available.

Directory: /trunk/packaging/
  Changes    Path           Action
  +24 -0     Makefile.am    Modified

Directory: /trunk/tools/
  Changes    Path           Action
  +2 -1      Makefile.am    Modified

Directory: /trunk/
  Changes    Path           Action
  +0 -24     Makefile.am    Modified
</description>
    <dc:creator>guy-IZ8446WsY0/dtAWm4Da02A&lt; at &gt;public.gmane.org</dc:creator>
    <dc:date>2008-07-02T07:12:43</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.network.wireshark.scm/7199">
    <title>rev 25660: /trunk/ /trunk/doc/: Makefile.am/trunk/: Makefile.am</title>
    <link>http://permalink.gmane.org/gmane.network.wireshark.scm/7199</link>
    <description>http://anonsvn.wireshark.org/viewvc/viewvc.cgi?view=rev&amp;revision=25660

User: guy
Date: 2008/07/01 10:08 PM

Log:
 Put the EXTRA_DIST items for the doc directory in doc/Makefile.am (which
 doesn't need to be one of those items).

Directory: /trunk/doc/
  Changes    Path           Action
  +30 -0     Makefile.am    Modified

Directory: /trunk/
  Changes    Path           Action
  +0 -30     Makefile.am    Modified
</description>
    <dc:creator>guy-IZ8446WsY0/dtAWm4Da02A&lt; at &gt;public.gmane.org</dc:creator>
    <dc:date>2008-07-02T05:08:44</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.network.wireshark.scm/7198">
    <title>rev 25659: /trunk/epan/ /trunk/epan/dfilter/: Makefile.nmake /trunk/epan/ftypes/: Makefile.nmake</title>
    <link>http://permalink.gmane.org/gmane.network.wireshark.scm/7198</link>
    <description>http://anonsvn.wireshark.org/viewvc/viewvc.cgi?view=rev&amp;revision=25659

User: guy
Date: 2008/07/01 07:18 PM

Log:
 Include the new Makefile.common file.

Directory: /trunk/epan/dfilter/
  Changes    Path              Action
  +2 -0      Makefile.nmake    Modified

Directory: /trunk/epan/ftypes/
  Changes    Path              Action
  +2 -0      Makefile.nmake    Modified
</description>
    <dc:creator>guy-IZ8446WsY0/dtAWm4Da02A&lt; at &gt;public.gmane.org</dc:creator>
    <dc:date>2008-07-02T02:18:53</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.network.wireshark.scm/7197">
    <title>rev 25658: /trunk/wiretap/ /trunk/wiretap/:Makefile.nmake</title>
    <link>http://permalink.gmane.org/gmane.network.wireshark.scm/7197</link>
    <description>http://anonsvn.wireshark.org/viewvc/viewvc.cgi?view=rev&amp;revision=25658

User: guy
Date: 2008/07/01 07:00 PM

Log:
 This directory needs some checkapi love; it's not yet ready for that to
 be a default part of the build process, now that we're doing some more
 checking.

Directory: /trunk/wiretap/
  Changes    Path              Action
  +1 -1      Makefile.nmake    Modified
</description>
    <dc:creator>guy-IZ8446WsY0/dtAWm4Da02A&lt; at &gt;public.gmane.org</dc:creator>
    <dc:date>2008-07-02T02:00:29</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.network.wireshark.scm/7196">
    <title>rev 25657: /trunk/ /trunk/: Makefile.am</title>
    <link>http://permalink.gmane.org/gmane.network.wireshark.scm/7196</link>
    <description>http://anonsvn.wireshark.org/viewvc/viewvc.cgi?view=rev&amp;revision=25657

User: guy
Date: 2008/07/01 06:53 PM

Log:
 Combine the cd and the make on one lien for the checkapi rules;
 otherwise, the cd runs independently of the make, and the make runs in
 the current directory and thus runs another "make checkapi" (forkbomb
 los!).

Directory: /trunk/
  Changes    Path           Action
  +11 -23    Makefile.am    Modified
</description>
    <dc:creator>guy-IZ8446WsY0/dtAWm4Da02A&lt; at &gt;public.gmane.org</dc:creator>
    <dc:date>2008-07-02T01:53:30</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.network.wireshark.scm/7195">
    <title>rev 25656: /trunk/ /trunk/plugins/agentx/: Makefile.am /trunk/plugins/artnet/: Makefile.am /trunk/plugins/asn1/: Makefile.am /trunk/plugins/ciscosm/: Makefile.am /trunk/codecs/: Makefile.am ...</title>
    <link>http://permalink.gmane.org/gmane.network.wireshark.scm/7195</link>
    <description>http://anonsvn.wireshark.org/viewvc/viewvc.cgi?view=rev&amp;revision=25656

User: guy
Date: 2008/07/01 06:44 PM

Log:
 Add Makefile.common files for epan/dfilter and epan/ftypes.
 
 Add checkapi rules to Makefile.am files.

Directory: /trunk/plugins/agentx/
  Changes    Path           Action
  +3 -0      Makefile.am    Modified

Directory: /trunk/plugins/artnet/
  Changes    Path           Action
  +3 -0      Makefile.am    Modified

Directory: /trunk/plugins/asn1/
  Changes    Path           Action
  +3 -0      Makefile.am    Modified

Directory: /trunk/plugins/ciscosm/
  Changes    Path           Action
  +3 -0      Makefile.am    Modified

Directory: /trunk/codecs/
  Changes    Path           Action
  +4 -0      Makefile.am    Modified

Directory: /trunk/epan/crypt/
  Changes    Path           Action
  +4 -0      Makefile.am    Modified

Directory: /trunk/epan/dfilter/
  Changes    Path               Action
  +7 -36     Makefile.am        Modified
  +80 -0     Makefile.common    Added
  +4 -37     Makefile.nm</description>
    <dc:creator>guy-IZ8446WsY0/dtAWm4Da02A&lt; at &gt;public.gmane.org</dc:creator>
    <dc:date>2008-07-02T01:44:33</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.network.wireshark.scm/7194">
    <title>rev 25655: /trunk/plugins/ /trunk/plugins/:Makefile.nmake</title>
    <link>http://permalink.gmane.org/gmane.network.wireshark.scm/7194</link>
    <description>http://anonsvn.wireshark.org/viewvc/viewvc.cgi?view=rev&amp;revision=25655

User: guy
Date: 2008/07/01 06:43 PM

Log:
 Get rid of a misleading comment (it says "no need to modify anything
 under here", right above a comment that tells you what you need to
 modify under there...).

Directory: /trunk/plugins/
  Changes    Path              Action
  +0 -5      Makefile.nmake    Modified
</description>
    <dc:creator>guy-IZ8446WsY0/dtAWm4Da02A&lt; at &gt;public.gmane.org</dc:creator>
    <dc:date>2008-07-02T01:43:50</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.network.wireshark.scm/7193">
    <title>rev 25654: /trunk/ /trunk/: Makefile.am</title>
    <link>http://permalink.gmane.org/gmane.network.wireshark.scm/7193</link>
    <description>http://anonsvn.wireshark.org/viewvc/viewvc.cgi?view=rev&amp;revision=25654

User: guy
Date: 2008/07/01 06:40 PM

Log:
 libwireshark.def is in the EXTRA_DIST in epan/Makefile.am; we don't need
 it in our EXTRA_DIST.

Directory: /trunk/
  Changes    Path           Action
  +0 -1      Makefile.am    Modified
</description>
    <dc:creator>guy-IZ8446WsY0/dtAWm4Da02A&lt; at &gt;public.gmane.org</dc:creator>
    <dc:date>2008-07-02T01:40:54</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.network.wireshark.scm/7192">
    <title>rev 25653: /trunk/ /trunk/plugins/agentx/: Makefile.nmake /trunk/plugins/artnet/: Makefile.nmake /trunk/plugins/asn1/: Makefile.nmake /trunk/plugins/ciscosm/: Makefile.nmake /trunk/codecs/: ...</title>
    <link>http://permalink.gmane.org/gmane.network.wireshark.scm/7192</link>
    <description>http://anonsvn.wireshark.org/viewvc/viewvc.cgi?view=rev&amp;revision=25653

User: guy
Date: 2008/07/01 02:13 PM

Log:
 Put printf into a separate "termoutput" API group.  For most files,
 check for it - but not for TShark plugins, as they are expected to
 print to the standard output.

Directory: /trunk/plugins/agentx/
  Changes    Path              Action
  +1 -1      Makefile.nmake    Modified

Directory: /trunk/plugins/artnet/
  Changes    Path              Action
  +1 -1      Makefile.nmake    Modified

Directory: /trunk/plugins/asn1/
  Changes    Path              Action
  +1 -1      Makefile.nmake    Modified

Directory: /trunk/plugins/ciscosm/
  Changes    Path              Action
  +1 -1      Makefile.nmake    Modified

Directory: /trunk/codecs/
  Changes    Path              Action
  +1 -1      Makefile.nmake    Modified

Directory: /trunk/epan/crypt/
  Changes    Path              Action
  +1 -1      Makefile.nmake    Modified

Directory: /trunk/epan/dfilter/
  Changes    Path              Action
  +1 </description>
    <dc:creator>guy-IZ8446WsY0/dtAWm4Da02A&lt; at &gt;public.gmane.org</dc:creator>
    <dc:date>2008-07-01T21:13:35</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.network.wireshark.scm/7191">
    <title>rev 25652: /trunk/epan/dissectors/ /trunk/epan/dissectors/: packet-iax2.c</title>
    <link>http://permalink.gmane.org/gmane.network.wireshark.scm/7191</link>
    <description>http://anonsvn.wireshark.org/viewvc/viewvc.cgi?view=rev&amp;revision=25652

User: etxrab
Date: 2008/07/01 02:05 PM

Log:
 Fix bug "iax2 dissector always reports retransmission bit to be false"
 https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=2666

Directory: /trunk/epan/dissectors/
  Changes    Path             Action
  +1 -1      packet-iax2.c    Modified
</description>
    <dc:creator>etxrab-IZ8446WsY0/dtAWm4Da02A&lt; at &gt;public.gmane.org</dc:creator>
    <dc:date>2008-07-01T21:05:46</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.network.wireshark.scm/7190">
    <title>rev 25651: /trunk/ /trunk/epan/dissectors/: packet-x509sat.c packet-x509sat.h /trunk/asn1/x509sat/: x509sat.cnf</title>
    <link>http://permalink.gmane.org/gmane.network.wireshark.scm/7190</link>
    <description>http://anonsvn.wireshark.org/viewvc/viewvc.cgi?view=rev&amp;revision=25651

User: etxrab
Date: 2008/07/01 01:53 PM

Log:
 Get rid of some unused code warnings. Hopefully without breaking anything.

Directory: /trunk/epan/dissectors/
  Changes    Path                Action
  +7 -25     packet-x509sat.c    Modified
  +1 -1      packet-x509sat.h    Modified

Directory: /trunk/asn1/x509sat/
  Changes    Path           Action
  +10 -7     x509sat.cnf    Modified
</description>
    <dc:creator>etxrab-IZ8446WsY0/dtAWm4Da02A&lt; at &gt;public.gmane.org</dc:creator>
    <dc:date>2008-07-01T20:53:23</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.network.wireshark.scm/7189">
    <title>rev 25650: /trunk/wiretap/ /trunk/wiretap/:Makefile.nmake</title>
    <link>http://permalink.gmane.org/gmane.network.wireshark.scm/7189</link>
    <description>http://anonsvn.wireshark.org/viewvc/viewvc.cgi?view=rev&amp;revision=25650

User: guy
Date: 2008/07/01 01:30 PM

Log:
 The intended argument for "-g" was presumably "abort", given Gerald's
 checkin comment (that Wiretap routines shouldn't abort the program).

Directory: /trunk/wiretap/
  Changes    Path              Action
  +1 -1      Makefile.nmake    Modified
</description>
    <dc:creator>guy-IZ8446WsY0/dtAWm4Da02A&lt; at &gt;public.gmane.org</dc:creator>
    <dc:date>2008-07-01T20:30:22</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.network.wireshark.scm/7188">
    <title>rev 25649: /trunk/wiretap/ /trunk/wiretap/:Makefile.nmake</title>
    <link>http://permalink.gmane.org/gmane.network.wireshark.scm/7188</link>
    <description>http://anonsvn.wireshark.org/viewvc/viewvc.cgi?view=rev&amp;revision=25649

User: guy
Date: 2008/07/01 01:28 PM

Log:
 Unless I've misread the GetOptions documentation, the "-g" flag to
 checkAPIs.pl takes a mandatory string argument, not an optional string
 argument.

Directory: /trunk/wiretap/
  Changes    Path              Action
  +1 -1      Makefile.nmake    Modified
</description>
    <dc:creator>guy-IZ8446WsY0/dtAWm4Da02A&lt; at &gt;public.gmane.org</dc:creator>
    <dc:date>2008-07-01T20:28:27</dc:date>
  </item>
  <textinput rdf:about="http://search.gmane.org/?group=$group=gmane.network.wireshark.scm">
    <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.scm</link>
  </textinput>
</rdf:RDF>
