<feed xmlns='http://www.w3.org/2005/Atom'>
<title>tools/wireshark, branch v3.2.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>Build: 3.2.11</title>
<updated>2021-01-29T18:10:28+00:00</updated>
<author>
<name>Gerald Combs</name>
<email>gerald@wireshark.org</email>
</author>
<published>2021-01-29T18:10:28+00:00</published>
<link rel='alternate' type='text/html' href='https://git.replicant.us/contrib/GNUtoo/tools/wireshark/commit/?id=bfbc7825bf9ba156ae3fd9e38f2121a719149557'/>
<id>bfbc7825bf9ba156ae3fd9e38f2121a719149557</id>
<content type='text'>
[skip ci]
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
[skip ci]
</pre>
</div>
</content>
</entry>
<entry>
<title>Prep for 3.2.11.</title>
<updated>2021-01-29T02:31:17+00:00</updated>
<author>
<name>Gerald Combs</name>
<email>gerald@zing.org</email>
</author>
<published>2021-01-28T21:32:57+00:00</published>
<link rel='alternate' type='text/html' href='https://git.replicant.us/contrib/GNUtoo/tools/wireshark/commit/?id=9e43743613b2821a31d0fc55d7452a3c87add251'/>
<id>9e43743613b2821a31d0fc55d7452a3c87add251</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>epan: don't print nanoseconds if seconds isn't representable.</title>
<updated>2021-01-28T08:18:50+00:00</updated>
<author>
<name>Guy Harris</name>
<email>gharris@sonic.net</email>
</author>
<published>2021-01-28T07:56:22+00:00</published>
<link rel='alternate' type='text/html' href='https://git.replicant.us/contrib/GNUtoo/tools/wireshark/commit/?id=2104a5a9ea7bbf6ff1303821534d0dae6486c701'/>
<id>2104a5a9ea7bbf6ff1303821534d0dae6486c701</id>
<content type='text'>
Fix for previous fixes to #17179.


(cherry picked from commit 4715f5021cb44fcf672b9f8d23efa8e4601a8d1f)</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Fix for previous fixes to #17179.


(cherry picked from commit 4715f5021cb44fcf672b9f8d23efa8e4601a8d1f)</pre>
</div>
</content>
</entry>
<entry>
<title>epan: don't use gmtime_s().</title>
<updated>2021-01-28T06:59:18+00:00</updated>
<author>
<name>Guy Harris</name>
<email>gharris@sonic.net</email>
</author>
<published>2021-01-28T06:15:31+00:00</published>
<link rel='alternate' type='text/html' href='https://git.replicant.us/contrib/GNUtoo/tools/wireshark/commit/?id=565de9c3c378b38baace6b82eb9d19332fc97b52'/>
<id>565de9c3c378b38baace6b82eb9d19332fc97b52</id>
<content type='text'>
It has the "feature" that, if handed a negative value, it might just
exit.  gmtime() doesn't have that "feature", and is sufficiently
thread-safe for our purposes; use it instead, and check to make sure it
doesn't return a null pointer.

The previous fix for #17179 still used gmtime_s(); this doesn't, so it's
a better fix for #17179.


(cherry picked from commit bf265d7e7aa8c69841291a20ab9c9f5ac189135b)</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
It has the "feature" that, if handed a negative value, it might just
exit.  gmtime() doesn't have that "feature", and is sufficiently
thread-safe for our purposes; use it instead, and check to make sure it
doesn't return a null pointer.

The previous fix for #17179 still used gmtime_s(); this doesn't, so it's
a better fix for #17179.


(cherry picked from commit bf265d7e7aa8c69841291a20ab9c9f5ac189135b)</pre>
</div>
</content>
</entry>
<entry>
<title>epan: don't assume gmtime_s() or gmtime_r() succeed.</title>
<updated>2021-01-28T06:18:32+00:00</updated>
<author>
<name>Guy Harris</name>
<email>gharris@sonic.net</email>
</author>
<published>2021-01-28T05:46:11+00:00</published>
<link rel='alternate' type='text/html' href='https://git.replicant.us/contrib/GNUtoo/tools/wireshark/commit/?id=2ac6196dde835bb32a8cba87d6ca95d659654ec3'/>
<id>2ac6196dde835bb32a8cba87d6ca95d659654ec3</id>
<content type='text'>
At least on Windows, gmtime_s() will *not* succeed if passed a negative
value.

Fixes #17179.


(cherry picked from commit 4e4a7c11c744cf0d9ad83a575f9a3bcc60aa35c5)</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
At least on Windows, gmtime_s() will *not* succeed if passed a negative
value.

Fixes #17179.


(cherry picked from commit 4e4a7c11c744cf0d9ad83a575f9a3bcc60aa35c5)</pre>
</div>
</content>
</entry>
<entry>
<title>ZVT: Use standard TCP segment reassemble support function</title>
<updated>2021-01-28T00:01:40+00:00</updated>
<author>
<name>Jaap Keuter</name>
<email>jaap.keuter@xs4all.nl</email>
</author>
<published>2021-01-27T21:06:11+00:00</published>
<link rel='alternate' type='text/html' href='https://git.replicant.us/contrib/GNUtoo/tools/wireshark/commit/?id=51c33149b56279da20c26d81b5ece5091535b961'/>
<id>51c33149b56279da20c26d81b5ece5091535b961</id>
<content type='text'>
Fixes #17177


(cherry picked from commit 616d44cbb651fd53273946fc04d4653aa69584fb)</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Fixes #17177


(cherry picked from commit 616d44cbb651fd53273946fc04d4653aa69584fb)</pre>
</div>
</content>
</entry>
<entry>
<title>wiretap: Fixup the sdjournal block length in pcapng.</title>
<updated>2021-01-27T07:59:14+00:00</updated>
<author>
<name>Gerald Combs</name>
<email>gerald@wireshark.org</email>
</author>
<published>2021-01-25T22:32:11+00:00</published>
<link rel='alternate' type='text/html' href='https://git.replicant.us/contrib/GNUtoo/tools/wireshark/commit/?id=762dad065859a9ae018bf77a374a01dd6e0f6768'/>
<id>762dad065859a9ae018bf77a374a01dd6e0f6768</id>
<content type='text'>
Fix our entry length check and put our trailing '\0' in the right
location. Fixes #17174.


(cherry picked from commit cd278f5fd9bc77426f060170605e3ada39c6bb6a)</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Fix our entry length check and put our trailing '\0' in the right
location. Fixes #17174.


(cherry picked from commit cd278f5fd9bc77426f060170605e3ada39c6bb6a)</pre>
</div>
</content>
</entry>
<entry>
<title>Fix TID bitmap name</title>
<updated>2021-01-26T07:20:33+00:00</updated>
<author>
<name>Grzegorz Niemirowski</name>
<email>grzegorz@grzegorz.net</email>
</author>
<published>2021-01-25T21:50:37+00:00</published>
<link rel='alternate' type='text/html' href='https://git.replicant.us/contrib/GNUtoo/tools/wireshark/commit/?id=0df03b7acc5892d3a28a6fe6b55790207e7d3985'/>
<id>0df03b7acc5892d3a28a6fe6b55790207e7d3985</id>
<content type='text'>
(cherry picked from commit 6a860c979a8339088e5ae2e49ce5bc084626ccc6)</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
(cherry picked from commit 6a860c979a8339088e5ae2e49ce5bc084626ccc6)</pre>
</div>
</content>
</entry>
<entry>
<title>[Automatic update for 2021-01-24]</title>
<updated>2021-01-24T11:12:07+00:00</updated>
<author>
<name>Gerald Combs</name>
<email>gerald@wireshark.org</email>
</author>
<published>2021-01-24T11:12:07+00:00</published>
<link rel='alternate' type='text/html' href='https://git.replicant.us/contrib/GNUtoo/tools/wireshark/commit/?id=f69227df2898885de24069cd94a95e120453d90c'/>
<id>f69227df2898885de24069cd94a95e120453d90c</id>
<content type='text'>
Update manuf, services enterprise numbers, translations, and other items.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Update manuf, services enterprise numbers, translations, and other items.
</pre>
</div>
</content>
</entry>
<entry>
<title>tshark: Fix typo in comment from ascci to ascii</title>
<updated>2021-01-24T06:23:38+00:00</updated>
<author>
<name>Jim Young</name>
<email>jyoung@gsu.edu</email>
</author>
<published>2021-01-24T04:50:36+00:00</published>
<link rel='alternate' type='text/html' href='https://git.replicant.us/contrib/GNUtoo/tools/wireshark/commit/?id=318241807ffc449be580676250a8a4c469f5b35f'/>
<id>318241807ffc449be580676250a8a4c469f5b35f</id>
<content type='text'>
(cherry picked from commit a7ad6c271fc59ed64494c5d17b37697b6034f69a)</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
(cherry picked from commit a7ad6c271fc59ed64494c5d17b37697b6034f69a)</pre>
</div>
</content>
</entry>
</feed>
