<feed xmlns='http://www.w3.org/2005/Atom'>
<title>tools/wireshark, branch wireshark-1.6.11</title>
<subtitle>WIP Patches to add a samsung-ipc dissector to Wireshark 
</subtitle>
<link rel='alternate' type='text/html' href='https://git.replicant.us/contrib/GNUtoo/tools/wireshark/'/>
<entry>
<title>Add a CVE ID.</title>
<updated>2012-10-02T15:53:18+00:00</updated>
<author>
<name>Gerald Combs</name>
<email>gerald@wireshark.org</email>
</author>
<published>2012-10-02T15:53:18+00:00</published>
<link rel='alternate' type='text/html' href='https://git.replicant.us/contrib/GNUtoo/tools/wireshark/commit/?id=1e4e4d8367fa997ff53878fc6067c9b494ae9e2d'/>
<id>1e4e4d8367fa997ff53878fc6067c9b494ae9e2d</id>
<content type='text'>
svn path=/trunk-1.6/; revision=45257
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
svn path=/trunk-1.6/; revision=45257
</pre>
</div>
</content>
</entry>
<entry>
<title>Build 1.6.11.</title>
<updated>2012-10-02T15:41:06+00:00</updated>
<author>
<name>Gerald Combs</name>
<email>gerald@wireshark.org</email>
</author>
<published>2012-10-02T15:41:06+00:00</published>
<link rel='alternate' type='text/html' href='https://git.replicant.us/contrib/GNUtoo/tools/wireshark/commit/?id=10e2277148658299ae40e605c7d2c3649f1b2225'/>
<id>10e2277148658299ae40e605c7d2c3649f1b2225</id>
<content type='text'>
svn path=/trunk-1.6/; revision=45255
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
svn path=/trunk-1.6/; revision=45255
</pre>
</div>
</content>
</entry>
<entry>
<title>Copy over revisions from the trunk:</title>
<updated>2012-10-01T23:47:22+00:00</updated>
<author>
<name>Gerald Combs</name>
<email>gerald@wireshark.org</email>
</author>
<published>2012-10-01T23:47:22+00:00</published>
<link rel='alternate' type='text/html' href='https://git.replicant.us/contrib/GNUtoo/tools/wireshark/commit/?id=6eb233bccebcd59a90c747fed392fa8068930e53'/>
<id>6eb233bccebcd59a90c747fed392fa8068930e53</id>
<content type='text'>
  ------------------------------------------------------------------------
  r45229 | morriss | 2012-10-01 00:14:03 -0700 (Mon, 01 Oct 2012) | 5 lines
  Changed paths:
     M /trunk/doc/wireshark.pod.template

  The -B option is no longer only available in Win32: remove the Win32
  restriction from the Synopsis.

  This is the man page for Wireshark, not Tshark (fix a cut-n-pasteo).
  ------------------------------------------------------------------------


Update the release notes.

svn path=/trunk-1.6/; revision=45248
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
  ------------------------------------------------------------------------
  r45229 | morriss | 2012-10-01 00:14:03 -0700 (Mon, 01 Oct 2012) | 5 lines
  Changed paths:
     M /trunk/doc/wireshark.pod.template

  The -B option is no longer only available in Win32: remove the Win32
  restriction from the Synopsis.

  This is the man page for Wireshark, not Tshark (fix a cut-n-pasteo).
  ------------------------------------------------------------------------


Update the release notes.

svn path=/trunk-1.6/; revision=45248
</pre>
</div>
</content>
</entry>
<entry>
<title>Copy over revisions from the trunk:</title>
<updated>2012-10-01T18:13:02+00:00</updated>
<author>
<name>Gerald Combs</name>
<email>gerald@wireshark.org</email>
</author>
<published>2012-10-01T18:13:02+00:00</published>
<link rel='alternate' type='text/html' href='https://git.replicant.us/contrib/GNUtoo/tools/wireshark/commit/?id=3e1ae0967a56aa2f1280c9c3b9233dea4cead253'/>
<id>3e1ae0967a56aa2f1280c9c3b9233dea4cead253</id>
<content type='text'>
  ------------------------------------------------------------------------
  r45142 | jake | 2012-09-25 14:02:13 -0700 (Tue, 25 Sep 2012) | 1 line
  Changed paths:
     M /trunk/doc/README.plugins
     A /trunk/plugins/Custom.m4.example
     A /trunk/plugins/Custom.make.example
     M /trunk/plugins/Custom.nmake.example
     M /trunk/plugins/Makefile.am

  Implement and document the Custom plugin system. Create relevant example files and add them to the distribution. Rewrite README.plugins to describe how to use this system.
  ------------------------------------------------------------------------
  r45150 | cmaynard | 2012-09-26 09:48:20 -0700 (Wed, 26 Sep 2012) | 4 lines
  Changed paths:
     M /trunk/epan/dissectors/packet-smb-common.c

  In get_unicode_or_ascii_string(), check if the length is odd/even, not the offset.  Fixes https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=5778 - Volume label field ... is not displayed correctly ...

  #BACKPORT(1.8, 1.6)
  ------------------------------------------------------------------------


Copy over with manual intervention:

  ------------------------------------------------------------------------
  r45111 | pascal | 2012-09-24 12:42:12 -0700 (Mon, 24 Sep 2012) | 3 lines
  Changed paths:
     M /trunk/epan/dissectors/packet-scsi.c

  From Steve Magnani via https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=7753 :
  Fix display of WRITE BUFFER and SEND DIAGNOSTIC fields in SCSI dissector
  ------------------------------------------------------------------------
  r45146 | cmaynard | 2012-09-25 20:30:48 -0700 (Tue, 25 Sep 2012) | 3 lines
  Changed paths:
     M /trunk/ipmap.html
     M /trunk/ui/gtk/hostlist_table.c

  Fix https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=5016 - No markers show up when maps are displayed.
  #BACKPORT(1.8, 1.6)
  ------------------------------------------------------------------------
  r45148 | cmaynard | 2012-09-26 05:54:46 -0700 (Wed, 26 Sep 2012) | 3 lines
  Changed paths:
     M /trunk/ui/gtk/hostlist_table.c

  Revision 45146 fixed only the first map.  This patch fixes all maps.
  #BACKPORT(1.6, 1.8)
  ------------------------------------------------------------------------
  r45174 | cmaynard | 2012-09-27 07:02:37 -0700 (Thu, 27 Sep 2012) | 4 lines
  Changed paths:
     M /trunk/epan/dissectors/packet-image-jfif.c

  Allow dissection of partial jpegs by a modification of the heuristics.
  Fixes https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=6230
  #BACKPORT(1.8, 1.6)
  ------------------------------------------------------------------------


Update the release notes.

svn path=/trunk-1.6/; revision=45236
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
  ------------------------------------------------------------------------
  r45142 | jake | 2012-09-25 14:02:13 -0700 (Tue, 25 Sep 2012) | 1 line
  Changed paths:
     M /trunk/doc/README.plugins
     A /trunk/plugins/Custom.m4.example
     A /trunk/plugins/Custom.make.example
     M /trunk/plugins/Custom.nmake.example
     M /trunk/plugins/Makefile.am

  Implement and document the Custom plugin system. Create relevant example files and add them to the distribution. Rewrite README.plugins to describe how to use this system.
  ------------------------------------------------------------------------
  r45150 | cmaynard | 2012-09-26 09:48:20 -0700 (Wed, 26 Sep 2012) | 4 lines
  Changed paths:
     M /trunk/epan/dissectors/packet-smb-common.c

  In get_unicode_or_ascii_string(), check if the length is odd/even, not the offset.  Fixes https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=5778 - Volume label field ... is not displayed correctly ...

  #BACKPORT(1.8, 1.6)
  ------------------------------------------------------------------------


Copy over with manual intervention:

  ------------------------------------------------------------------------
  r45111 | pascal | 2012-09-24 12:42:12 -0700 (Mon, 24 Sep 2012) | 3 lines
  Changed paths:
     M /trunk/epan/dissectors/packet-scsi.c

  From Steve Magnani via https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=7753 :
  Fix display of WRITE BUFFER and SEND DIAGNOSTIC fields in SCSI dissector
  ------------------------------------------------------------------------
  r45146 | cmaynard | 2012-09-25 20:30:48 -0700 (Tue, 25 Sep 2012) | 3 lines
  Changed paths:
     M /trunk/ipmap.html
     M /trunk/ui/gtk/hostlist_table.c

  Fix https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=5016 - No markers show up when maps are displayed.
  #BACKPORT(1.8, 1.6)
  ------------------------------------------------------------------------
  r45148 | cmaynard | 2012-09-26 05:54:46 -0700 (Wed, 26 Sep 2012) | 3 lines
  Changed paths:
     M /trunk/ui/gtk/hostlist_table.c

  Revision 45146 fixed only the first map.  This patch fixes all maps.
  #BACKPORT(1.6, 1.8)
  ------------------------------------------------------------------------
  r45174 | cmaynard | 2012-09-27 07:02:37 -0700 (Thu, 27 Sep 2012) | 4 lines
  Changed paths:
     M /trunk/epan/dissectors/packet-image-jfif.c

  Allow dissection of partial jpegs by a modification of the heuristics.
  Fixes https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=6230
  #BACKPORT(1.8, 1.6)
  ------------------------------------------------------------------------


Update the release notes.

svn path=/trunk-1.6/; revision=45236
</pre>
</div>
</content>
</entry>
<entry>
<title>Copy over revisions from the trunk:</title>
<updated>2012-10-01T17:56:38+00:00</updated>
<author>
<name>Gerald Combs</name>
<email>gerald@wireshark.org</email>
</author>
<published>2012-10-01T17:56:38+00:00</published>
<link rel='alternate' type='text/html' href='https://git.replicant.us/contrib/GNUtoo/tools/wireshark/commit/?id=9b6e2d42baaf70a776a4dea3fca4b2374debec7e'/>
<id>9b6e2d42baaf70a776a4dea3fca4b2374debec7e</id>
<content type='text'>
  ------------------------------------------------------------------------
  r44790 | alagoutte | 2012-09-06 01:55:16 -0700 (Thu, 06 Sep 2012) | 16 lines
  Changed paths:
     M /trunk/epan/dissectors/packet-ieee80211.c

  From Masashi Honma via https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=7691
  TKIP dissection : wrong IS_TKIP macro

  In [1] "11.4.2.2 TKIP MPDU formats", we could see below sentence.
  "WEPSeed[1] is not used to construct the TSC, but is set to (TSC1 | 0x20) &amp;
  0x7f."

  But the IS_TKIP macro only checks (WEPSeed[1] &amp; 0x20).
  So sometimes IS_TKIP macro mis-dissects a CCMP frame as a TKIP frame.

  This patch changes IS_TKIP macro to do more better check.

  [1] IEEE Std 802.11.-2012

  #BACKPORT(1.8, 1.6)
  ------------------------------------------------------------------------
  r44844 | morriss | 2012-09-10 08:18:17 -0700 (Mon, 10 Sep 2012) | 6 lines
  Changed paths:
     M /trunk/epan/emem.c

  Attempt to fix https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=5699
  and https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=5979 :

  Don't cast the buffer address to int on Win32: a 64-bit address won't
  fit in an integer.
  ------------------------------------------------------------------------
  r44880 | morriss | 2012-09-11 06:11:33 -0700 (Tue, 11 Sep 2012) | 4 lines
  Changed paths:
     M /trunk/epan/emem.c

  As suggested by Anatoly in https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=5699 :

  Followup to r44844: use a better cast (intptr_t instead of long long).
  ------------------------------------------------------------------------


Copy over with manual intervention:

  ------------------------------------------------------------------------
  r44881 | pascal | 2012-09-12 03:21:00 -0700 (Wed, 12 Sep 2012) | 3 lines
  Changed paths:
     M /trunk/epan/dissectors/packet-gtpv2.c

  From Esa Haapamäki via https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=7718 :
  Fix dissection of NAS Uplink and Downlink Count in MM Context IE
  ------------------------------------------------------------------------
  r44940 | etxrab | 2012-09-17 07:51:08 -0700 (Mon, 17 Sep 2012) | 1 line
  Changed paths:
     M /trunk/ui/gtk/voip_calls.c

  callsinfo-&gt;stop_fd not set in all branches for UNISTIM.
  ------------------------------------------------------------------------
  r45007 | cmaynard | 2012-09-19 10:57:54 -0700 (Wed, 19 Sep 2012) | 2 lines
  Changed paths:
     M /trunk/epan/dissectors/packet-icmp.c
     M /trunk/epan/dissectors/packet-icmpv6.c

  Fix request/response tracking with checksum corner case.
  ------------------------------------------------------------------------


Update the release notes.

svn path=/trunk-1.6/; revision=45235
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
  ------------------------------------------------------------------------
  r44790 | alagoutte | 2012-09-06 01:55:16 -0700 (Thu, 06 Sep 2012) | 16 lines
  Changed paths:
     M /trunk/epan/dissectors/packet-ieee80211.c

  From Masashi Honma via https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=7691
  TKIP dissection : wrong IS_TKIP macro

  In [1] "11.4.2.2 TKIP MPDU formats", we could see below sentence.
  "WEPSeed[1] is not used to construct the TSC, but is set to (TSC1 | 0x20) &amp;
  0x7f."

  But the IS_TKIP macro only checks (WEPSeed[1] &amp; 0x20).
  So sometimes IS_TKIP macro mis-dissects a CCMP frame as a TKIP frame.

  This patch changes IS_TKIP macro to do more better check.

  [1] IEEE Std 802.11.-2012

  #BACKPORT(1.8, 1.6)
  ------------------------------------------------------------------------
  r44844 | morriss | 2012-09-10 08:18:17 -0700 (Mon, 10 Sep 2012) | 6 lines
  Changed paths:
     M /trunk/epan/emem.c

  Attempt to fix https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=5699
  and https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=5979 :

  Don't cast the buffer address to int on Win32: a 64-bit address won't
  fit in an integer.
  ------------------------------------------------------------------------
  r44880 | morriss | 2012-09-11 06:11:33 -0700 (Tue, 11 Sep 2012) | 4 lines
  Changed paths:
     M /trunk/epan/emem.c

  As suggested by Anatoly in https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=5699 :

  Followup to r44844: use a better cast (intptr_t instead of long long).
  ------------------------------------------------------------------------


Copy over with manual intervention:

  ------------------------------------------------------------------------
  r44881 | pascal | 2012-09-12 03:21:00 -0700 (Wed, 12 Sep 2012) | 3 lines
  Changed paths:
     M /trunk/epan/dissectors/packet-gtpv2.c

  From Esa Haapamäki via https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=7718 :
  Fix dissection of NAS Uplink and Downlink Count in MM Context IE
  ------------------------------------------------------------------------
  r44940 | etxrab | 2012-09-17 07:51:08 -0700 (Mon, 17 Sep 2012) | 1 line
  Changed paths:
     M /trunk/ui/gtk/voip_calls.c

  callsinfo-&gt;stop_fd not set in all branches for UNISTIM.
  ------------------------------------------------------------------------
  r45007 | cmaynard | 2012-09-19 10:57:54 -0700 (Wed, 19 Sep 2012) | 2 lines
  Changed paths:
     M /trunk/epan/dissectors/packet-icmp.c
     M /trunk/epan/dissectors/packet-icmpv6.c

  Fix request/response tracking with checksum corner case.
  ------------------------------------------------------------------------


Update the release notes.

svn path=/trunk-1.6/; revision=45235
</pre>
</div>
</content>
</entry>
<entry>
<title>Copy over r44749 from the trunk:</title>
<updated>2012-10-01T17:35:57+00:00</updated>
<author>
<name>Gerald Combs</name>
<email>gerald@wireshark.org</email>
</author>
<published>2012-10-01T17:35:57+00:00</published>
<link rel='alternate' type='text/html' href='https://git.replicant.us/contrib/GNUtoo/tools/wireshark/commit/?id=f81b6de5b80a3599096b1ffe4aba424fa01e0211'/>
<id>f81b6de5b80a3599096b1ffe4aba424fa01e0211</id>
<content type='text'>
  ------------------------------------------------------------------------
  r44749 | pascal | 2012-09-03 05:48:57 -0700 (Mon, 03 Sep 2012) | 3 lines
  Changed paths:
     M /trunk/epan/dissectors/packet-drda.c

  Fix https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=7666 :
  Check that DRDA command has a minimum length of 10 bytes to prevent a potential infinite loop
  ------------------------------------------------------------------------


Update the release notes.

svn path=/trunk-1.6/; revision=45234
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
  ------------------------------------------------------------------------
  r44749 | pascal | 2012-09-03 05:48:57 -0700 (Mon, 03 Sep 2012) | 3 lines
  Changed paths:
     M /trunk/epan/dissectors/packet-drda.c

  Fix https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=7666 :
  Check that DRDA command has a minimum length of 10 bytes to prevent a potential infinite loop
  ------------------------------------------------------------------------


Update the release notes.

svn path=/trunk-1.6/; revision=45234
</pre>
</div>
</content>
</entry>
<entry>
<title>Copy over r44500 from the trunk:</title>
<updated>2012-10-01T17:28:52+00:00</updated>
<author>
<name>Gerald Combs</name>
<email>gerald@wireshark.org</email>
</author>
<published>2012-10-01T17:28:52+00:00</published>
<link rel='alternate' type='text/html' href='https://git.replicant.us/contrib/GNUtoo/tools/wireshark/commit/?id=cb8041c2b3dcf76d4869b772a44e4a39ad7c6e78'/>
<id>cb8041c2b3dcf76d4869b772a44e4a39ad7c6e78</id>
<content type='text'>
  ------------------------------------------------------------------------
  r44510 | pascal | 2012-08-14 15:12:31 -0700 (Tue, 14 Aug 2012) | 3 lines
  Changed paths:
     M /trunk/epan/dissectors/packet-per.c

  From Jan de Jongh via https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=7624 :
  dissect_per_constrained_integer_64b fails for 64 bits
  ------------------------------------------------------------------------


Copy over with manual intervention:

  ------------------------------------------------------------------------
  r44513 | pascal | 2012-08-15 06:42:46 -0700 (Wed, 15 Aug 2012) | 2 lines
  Changed paths:
     M /trunk/asn1/lpp/lpp.cnf
     M /trunk/asn1/pcap/pcap.cnf
     M /trunk/asn1/ranap/ranap.cnf
     M /trunk/asn1/rrc/rrc.cnf
     M /trunk/asn1/rrlp/rrlp.cnf
     M /trunk/epan/dissectors/packet-lpp.c
     M /trunk/epan/dissectors/packet-pcap.c
     M /trunk/epan/dissectors/packet-ranap.c
     M /trunk/epan/dissectors/packet-rrc.c
     M /trunk/epan/dissectors/packet-rrlp.c

  Fix field type for some 64 bits header fields
  ------------------------------------------------------------------------
  r44533 | pascal | 2012-08-15 13:43:00 -0700 (Wed, 15 Aug 2012) | 2 lines
  Changed paths:
     M /trunk/asn1/rrlp/rrlp.cnf
     M /trunk/epan/dissectors/packet-rrlp.c

  Fix some headers fields that were wrongly marked as 64 bits instead of 32 bits
  ------------------------------------------------------------------------

Regenerate the ASN.1 dissectors.

Update the release notes.

svn path=/trunk-1.6/; revision=45233
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
  ------------------------------------------------------------------------
  r44510 | pascal | 2012-08-14 15:12:31 -0700 (Tue, 14 Aug 2012) | 3 lines
  Changed paths:
     M /trunk/epan/dissectors/packet-per.c

  From Jan de Jongh via https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=7624 :
  dissect_per_constrained_integer_64b fails for 64 bits
  ------------------------------------------------------------------------


Copy over with manual intervention:

  ------------------------------------------------------------------------
  r44513 | pascal | 2012-08-15 06:42:46 -0700 (Wed, 15 Aug 2012) | 2 lines
  Changed paths:
     M /trunk/asn1/lpp/lpp.cnf
     M /trunk/asn1/pcap/pcap.cnf
     M /trunk/asn1/ranap/ranap.cnf
     M /trunk/asn1/rrc/rrc.cnf
     M /trunk/asn1/rrlp/rrlp.cnf
     M /trunk/epan/dissectors/packet-lpp.c
     M /trunk/epan/dissectors/packet-pcap.c
     M /trunk/epan/dissectors/packet-ranap.c
     M /trunk/epan/dissectors/packet-rrc.c
     M /trunk/epan/dissectors/packet-rrlp.c

  Fix field type for some 64 bits header fields
  ------------------------------------------------------------------------
  r44533 | pascal | 2012-08-15 13:43:00 -0700 (Wed, 15 Aug 2012) | 2 lines
  Changed paths:
     M /trunk/asn1/rrlp/rrlp.cnf
     M /trunk/epan/dissectors/packet-rrlp.c

  Fix some headers fields that were wrongly marked as 64 bits instead of 32 bits
  ------------------------------------------------------------------------

Regenerate the ASN.1 dissectors.

Update the release notes.

svn path=/trunk-1.6/; revision=45233
</pre>
</div>
</content>
</entry>
<entry>
<title>[Automatic manuf, services and enterprise-numbers update for 2012-09-30]</title>
<updated>2012-09-30T15:04:11+00:00</updated>
<author>
<name>Gerald Combs</name>
<email>gerald@wireshark.org</email>
</author>
<published>2012-09-30T15:04:11+00:00</published>
<link rel='alternate' type='text/html' href='https://git.replicant.us/contrib/GNUtoo/tools/wireshark/commit/?id=5b9c6c053e568060ce133170d65c8be7d5e917ab'/>
<id>5b9c6c053e568060ce133170d65c8be7d5e917ab</id>
<content type='text'>
svn path=/trunk-1.6/; revision=45222
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
svn path=/trunk-1.6/; revision=45222
</pre>
</div>
</content>
</entry>
<entry>
<title>Implement and document the Custom plugin system. Create relevant example files and add them to the distribution. Rewrite README.plugins to describe how to use this system.</title>
<updated>2012-09-25T21:02:13+00:00</updated>
<author>
<name>Jaap Keuter</name>
<email>jaap.keuter@xs4all.nl</email>
</author>
<published>2012-09-25T21:02:13+00:00</published>
<link rel='alternate' type='text/html' href='https://git.replicant.us/contrib/GNUtoo/tools/wireshark/commit/?id=d249038a656f53f2fb172be0224243822d0f1c7d'/>
<id>d249038a656f53f2fb172be0224243822d0f1c7d</id>
<content type='text'>
svn path=/trunk/; revision=45142
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
svn path=/trunk/; revision=45142
</pre>
</div>
</content>
</entry>
<entry>
<title>Note that it's a smart card standard.</title>
<updated>2012-09-25T21:00:10+00:00</updated>
<author>
<name>Guy Harris</name>
<email>guy@alum.mit.edu</email>
</author>
<published>2012-09-25T21:00:10+00:00</published>
<link rel='alternate' type='text/html' href='https://git.replicant.us/contrib/GNUtoo/tools/wireshark/commit/?id=be0a9dcfa2aac7450032cc92c0bf580447588802'/>
<id>be0a9dcfa2aac7450032cc92c0bf580447588802</id>
<content type='text'>
svn path=/trunk/; revision=45141
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
svn path=/trunk/; revision=45141
</pre>
</div>
</content>
</entry>
</feed>
