<feed xmlns='http://www.w3.org/2005/Atom'>
<title>tools/wireshark, branch v3.2.14</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.14</title>
<updated>2021-06-02T17:43:19+00:00</updated>
<author>
<name>Gerald Combs</name>
<email>gerald@wireshark.org</email>
</author>
<published>2021-06-02T17:43:19+00:00</published>
<link rel='alternate' type='text/html' href='https://git.replicant.us/contrib/GNUtoo/tools/wireshark/commit/?id=de36c7305badbcce67b7cde832c04490b8040a6b'/>
<id>de36c7305badbcce67b7cde832c04490b8040a6b</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>pcapng: set the length of the options item.</title>
<updated>2021-06-02T02:17:47+00:00</updated>
<author>
<name>Guy Harris</name>
<email>gharris@sonic.net</email>
</author>
<published>2021-06-02T01:59:29+00:00</published>
<link rel='alternate' type='text/html' href='https://git.replicant.us/contrib/GNUtoo/tools/wireshark/commit/?id=f27e6c041c2531710fa2fb0b18e900db96bfe7cc'/>
<id>f27e6c041c2531710fa2fb0b18e900db96bfe7cc</id>
<content type='text'>
It runs up to either the end of the option data or the terminating
end-of-options option (readers MUST handle lists of options that
contains an end-of-options option and lists of options that don't).


(cherry picked from commit 2f5c0ffdb26d753943201029ff65e237c1a9776b)</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
It runs up to either the end of the option data or the terminating
end-of-options option (readers MUST handle lists of options that
contains an end-of-options option and lists of options that don't).


(cherry picked from commit 2f5c0ffdb26d753943201029ff65e237c1a9776b)</pre>
</div>
</content>
</entry>
<entry>
<title>ascend: set rec-&gt;rec_type.</title>
<updated>2021-05-31T11:08:16+00:00</updated>
<author>
<name>Guy Harris</name>
<email>gharris@sonic.net</email>
</author>
<published>2021-05-31T09:44:57+00:00</published>
<link rel='alternate' type='text/html' href='https://git.replicant.us/contrib/GNUtoo/tools/wireshark/commit/?id=48fda769c91400ae96d36f0f201bac9e7a7a82a0'/>
<id>48fda769c91400ae96d36f0f201bac9e7a7a82a0</id>
<content type='text'>
REC_TYPE_PACKET is 0, so if it's been initialized to 0, and never gets
overwritten, this fixes code withotu fixing a visible bug, but it should
be done anyway.

(backported from commit 162251176ae206430b81bd8b467bc22c6c7bcd8b)
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
REC_TYPE_PACKET is 0, so if it's been initialized to 0, and never gets
overwritten, this fixes code withotu fixing a visible bug, but it should
be done anyway.

(backported from commit 162251176ae206430b81bd8b467bc22c6c7bcd8b)
</pre>
</div>
</content>
</entry>
<entry>
<title>[Automatic update for 2021-05-30]</title>
<updated>2021-05-30T18:03:22+00:00</updated>
<author>
<name>Gerald Combs</name>
<email>gerald@wireshark.org</email>
</author>
<published>2021-05-30T18:03:22+00:00</published>
<link rel='alternate' type='text/html' href='https://git.replicant.us/contrib/GNUtoo/tools/wireshark/commit/?id=e786b6cbc7f7f928db25ebd56cdddea7983ae2b8'/>
<id>e786b6cbc7f7f928db25ebd56cdddea7983ae2b8</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>Prep for 3.2.14</title>
<updated>2021-05-28T23:09:14+00:00</updated>
<author>
<name>Gerald Combs</name>
<email>gerald@zing.org</email>
</author>
<published>2021-05-28T23:09:14+00:00</published>
<link rel='alternate' type='text/html' href='https://git.replicant.us/contrib/GNUtoo/tools/wireshark/commit/?id=004f6cceedfe76f0a6c2696667a969c96bfd5864'/>
<id>004f6cceedfe76f0a6c2696667a969c96bfd5864</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>dfilter: Fix handling of escaped quotes in macros</title>
<updated>2021-05-28T17:36:02+00:00</updated>
<author>
<name>João Valverde</name>
<email>joao.valverde@tecnico.ulisboa.pt</email>
</author>
<published>2021-05-26T03:17:59+00:00</published>
<link rel='alternate' type='text/html' href='https://git.replicant.us/contrib/GNUtoo/tools/wireshark/commit/?id=47395bb520fb783b031140d33e8a025f1f23e9b1'/>
<id>47395bb520fb783b031140d33e8a025f1f23e9b1</id>
<content type='text'>
We can't unescape characters when expanding a display filter macro.
The escaping must be preserved until the expression is evaluated in
the display filter engine, otherwise it will likely generate a syntax
error in the parser.

In the macro body we allow '$' (or any other char) to be escaped
with backslash (preserving the backslash).

Fixes #17160.


(cherry picked from commit 1dba58789d7fbf6952d631774c94f63e2179d4d1)</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
We can't unescape characters when expanding a display filter macro.
The escaping must be preserved until the expression is evaluated in
the display filter engine, otherwise it will likely generate a syntax
error in the parser.

In the macro body we allow '$' (or any other char) to be escaped
with backslash (preserving the backslash).

Fixes #17160.


(cherry picked from commit 1dba58789d7fbf6952d631774c94f63e2179d4d1)</pre>
</div>
</content>
</entry>
<entry>
<title>ftype-protocol: Fix crash when comparing _ws.expert to literals</title>
<updated>2021-05-26T04:53:18+00:00</updated>
<author>
<name>John Thacker</name>
<email>johnthacker@gmail.com</email>
</author>
<published>2021-04-05T13:03:36+00:00</published>
<link rel='alternate' type='text/html' href='https://git.replicant.us/contrib/GNUtoo/tools/wireshark/commit/?id=89131eeb1bf2087242b46bb76a087af4088a2c32'/>
<id>89131eeb1bf2087242b46bb76a087af4088a2c32</id>
<content type='text'>
The ftype-protocol has two components to its value - a tvb, which is
allowed to be be NULL (most notably in _ws.expert), and a string
description. They can also be created from string literals, such as
in display filters. It's possible to compare protocols with a NULL
tvb with protocol terms created from literals, e.g. entering the
display filter "_ws_expert &lt; 1".

Partially revert 69e2603c48d04a675785d9e7bad162ebb9a83b07 so that
this doesn't crash, by assigning proto_string to the empty string
instead of null when creating from a literal. Fixes #17316


(cherry picked from commit 31297dbb82da0b3adf5c257398638d9b4da94931)</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
The ftype-protocol has two components to its value - a tvb, which is
allowed to be be NULL (most notably in _ws.expert), and a string
description. They can also be created from string literals, such as
in display filters. It's possible to compare protocols with a NULL
tvb with protocol terms created from literals, e.g. entering the
display filter "_ws_expert &lt; 1".

Partially revert 69e2603c48d04a675785d9e7bad162ebb9a83b07 so that
this doesn't crash, by assigning proto_string to the empty string
instead of null when creating from a literal. Fixes #17316


(cherry picked from commit 31297dbb82da0b3adf5c257398638d9b4da94931)</pre>
</div>
</content>
</entry>
<entry>
<title>GitLab CI: Enable ccache for fuzz builds.</title>
<updated>2021-05-25T18:43:48+00:00</updated>
<author>
<name>Gerald Combs</name>
<email>gerald@wireshark.org</email>
</author>
<published>2021-05-24T20:45:31+00:00</published>
<link rel='alternate' type='text/html' href='https://git.replicant.us/contrib/GNUtoo/tools/wireshark/commit/?id=22cd3ef87bf89e33e74cfdf6b313b4dc133169dc'/>
<id>22cd3ef87bf89e33e74cfdf6b313b4dc133169dc</id>
<content type='text'>
Enable ccache for our fuzz builds. Add sections as described at
https://docs.gitlab.com/ee/ci/jobs/#expand-and-collapse-job-log-sections
for the CMake step as well.


(cherry picked from commit 02f4dcb0ad13fd3b671c212aec739be96ca2dc41)</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Enable ccache for our fuzz builds. Add sections as described at
https://docs.gitlab.com/ee/ci/jobs/#expand-and-collapse-job-log-sections
for the CMake step as well.


(cherry picked from commit 02f4dcb0ad13fd3b671c212aec739be96ca2dc41)</pre>
</div>
</content>
</entry>
<entry>
<title>k12: plug a memory leak.</title>
<updated>2021-05-24T06:40:27+00:00</updated>
<author>
<name>Guy Harris</name>
<email>gharris@sonic.net</email>
</author>
<published>2021-05-24T06:14:27+00:00</published>
<link rel='alternate' type='text/html' href='https://git.replicant.us/contrib/GNUtoo/tools/wireshark/commit/?id=5c7584430a2e1f3437a2e2fcff76e5b4c320815a'/>
<id>5c7584430a2e1f3437a2e2fcff76e5b4c320815a</id>
<content type='text'>
If the two putative number-of-records values don't match (meaning one of
them is presumably the number of records and the other one isn't - we
don't know which is the case), free up the private data structure we
allocated before returning an error.


(cherry picked from commit 7f6c5d0137c94bdc9f7b07ee249d1b3cc9396dd9)</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
If the two putative number-of-records values don't match (meaning one of
them is presumably the number of records and the other one isn't - we
don't know which is the case), free up the private data structure we
allocated before returning an error.


(cherry picked from commit 7f6c5d0137c94bdc9f7b07ee249d1b3cc9396dd9)</pre>
</div>
</content>
</entry>
<entry>
<title>erf: set USERAPPL if we have the application version but not the name.</title>
<updated>2021-05-24T04:47:45+00:00</updated>
<author>
<name>Guy Harris</name>
<email>gharris@sonic.net</email>
</author>
<published>2021-05-24T02:37:09+00:00</published>
<link rel='alternate' type='text/html' href='https://git.replicant.us/contrib/GNUtoo/tools/wireshark/commit/?id=4cc654d4f96216b56583869ce0361e9dc70f6a77'/>
<id>4cc654d4f96216b56583869ce0361e9dc70f6a77</id>
<content type='text'>
Just say "(Unknown application) &lt;version&gt;".

This also means that we don't leak the app_version string if there's no
app_name string.


(cherry picked from commit 297b6c5407426aa33b197f0f5d280ce4c6c04dc3)</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Just say "(Unknown application) &lt;version&gt;".

This also means that we don't leak the app_version string if there's no
app_name string.


(cherry picked from commit 297b6c5407426aa33b197f0f5d280ce4c6c04dc3)</pre>
</div>
</content>
</entry>
</feed>
