<feed xmlns='http://www.w3.org/2005/Atom'>
<title>tools/wireshark/writecap, branch master</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 remaining header files to Doxygen</title>
<updated>2021-12-12T03:56:35+00:00</updated>
<author>
<name>Moshe Kaplan</name>
<email>me@moshekaplan.com</email>
</author>
<published>2021-11-30T04:27:19+00:00</published>
<link rel='alternate' type='text/html' href='https://git.replicant.us/contrib/GNUtoo/tools/wireshark/commit/?id=7567432ec46b75434fbc5364437b44e0d61e6a43'/>
<id>7567432ec46b75434fbc5364437b44e0d61e6a43</id>
<content type='text'>
Add @file markers for remaining
header files so that Doxygen will
generate documentation for them.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Add @file markers for remaining
header files so that Doxygen will
generate documentation for them.
</pre>
</div>
</content>
</entry>
<entry>
<title>ws_getopt: Rename struct and macros</title>
<updated>2021-09-30T13:59:28+00:00</updated>
<author>
<name>João Valverde</name>
<email>j@v6e.pt</email>
</author>
<published>2021-09-29T17:32:28+00:00</published>
<link rel='alternate' type='text/html' href='https://git.replicant.us/contrib/GNUtoo/tools/wireshark/commit/?id=5362d0c31b83fd7eb812f3215918504496c2f56a'/>
<id>5362d0c31b83fd7eb812f3215918504496c2f56a</id>
<content type='text'>
This is part of the API and should also be renamed to avoid conflicts.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
This is part of the API and should also be renamed to avoid conflicts.
</pre>
</div>
</content>
</entry>
<entry>
<title>Clean up handling of --capture-comment.</title>
<updated>2021-07-15T05:43:36+00:00</updated>
<author>
<name>Guy Harris</name>
<email>gharris@sonic.net</email>
</author>
<published>2021-07-15T05:16:30+00:00</published>
<link rel='alternate' type='text/html' href='https://git.replicant.us/contrib/GNUtoo/tools/wireshark/commit/?id=0a9ef601d201f87ff3effb8aca62c61184fd6146'/>
<id>0a9ef601d201f87ff3effb8aca62c61184fd6146</id>
<content type='text'>
Don't store the comments in a capture_options structure, because that's
available only if we're being built with capture support, and
--capture-comment can be used in TShark when reading a capture file and
writing another capture file, with no live capture taking place.

This means we don't handle that option in capture_opts_add_opt(); handle
it in the programs that support it.

Support writing multiple comments in dumpcap when capturing.

These changes also fix builds without pcap, and makes --capture-comment
work in Wireshark when a capture is started from the command line with
-k.

Update the help messages to indicate that --capture-comment adds a
capture comment, it doesn't change any comment (much less "the" comment,
as there isn't necessarily a single comment).

Update the man pages:

- not to presume that only pcapng files support file comments (even if
that's true now, it might not be true in the future);
- to note that multiple instances of --capture-comment are supported,
and that multiple comments will be written, whether capturing or reading
one file and writing another;
- clarify that Wireshark doesn't *discard* SHB comments other than the
first one, even though it only displays the first one;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Don't store the comments in a capture_options structure, because that's
available only if we're being built with capture support, and
--capture-comment can be used in TShark when reading a capture file and
writing another capture file, with no live capture taking place.

This means we don't handle that option in capture_opts_add_opt(); handle
it in the programs that support it.

Support writing multiple comments in dumpcap when capturing.

These changes also fix builds without pcap, and makes --capture-comment
work in Wireshark when a capture is started from the command line with
-k.

Update the help messages to indicate that --capture-comment adds a
capture comment, it doesn't change any comment (much less "the" comment,
as there isn't necessarily a single comment).

Update the man pages:

- not to presume that only pcapng files support file comments (even if
that's true now, it might not be true in the future);
- to note that multiple instances of --capture-comment are supported,
and that multiple comments will be written, whether capturing or reading
one file and writing another;
- clarify that Wireshark doesn't *discard* SHB comments other than the
first one, even though it only displays the first one;
</pre>
</div>
</content>
</entry>
<entry>
<title>Write the if_hardware option, if available, to pcapng files when capturing.</title>
<updated>2020-03-28T03:34:18+00:00</updated>
<author>
<name>Guy Harris</name>
<email>guy@alum.mit.edu</email>
</author>
<published>2020-03-28T03:08:33+00:00</published>
<link rel='alternate' type='text/html' href='https://git.replicant.us/contrib/GNUtoo/tools/wireshark/commit/?id=fd88bfa348677ec7bdd95d6a7130a08212ee98f7'/>
<id>fd88bfa348677ec7bdd95d6a7130a08212ee98f7</id>
<content type='text'>
Change-Id: Ib9ff78d148a2364c84d84b4a9b020b3d783654a3
Reviewed-on: https://code.wireshark.org/review/36602
Petri-Dish: Guy Harris &lt;gharris@sonic.net&gt;
Tested-by: Petri Dish Buildbot
Reviewed-by: Guy Harris &lt;gharris@sonic.net&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Change-Id: Ib9ff78d148a2364c84d84b4a9b020b3d783654a3
Reviewed-on: https://code.wireshark.org/review/36602
Petri-Dish: Guy Harris &lt;gharris@sonic.net&gt;
Tested-by: Petri Dish Buildbot
Reviewed-by: Guy Harris &lt;gharris@sonic.net&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>Fix some places where we forgot to mention Npcap.</title>
<updated>2020-03-12T18:59:44+00:00</updated>
<author>
<name>Guy Harris</name>
<email>guy@alum.mit.edu</email>
</author>
<published>2020-03-12T18:30:03+00:00</published>
<link rel='alternate' type='text/html' href='https://git.replicant.us/contrib/GNUtoo/tools/wireshark/commit/?id=f77c677f186cae1e687767b7766cfdef62c533a1'/>
<id>f77c677f186cae1e687767b7766cfdef62c533a1</id>
<content type='text'>
Mostly comments, but a few messages.

Change-Id: Iff7380eb15f064bf6a3078e131c70987e36bca44
Reviewed-on: https://code.wireshark.org/review/36381
Petri-Dish: Guy Harris &lt;guy@alum.mit.edu&gt;
Tested-by: Petri Dish Buildbot
Reviewed-by: Guy Harris &lt;guy@alum.mit.edu&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Mostly comments, but a few messages.

Change-Id: Iff7380eb15f064bf6a3078e131c70987e36bca44
Reviewed-on: https://code.wireshark.org/review/36381
Petri-Dish: Guy Harris &lt;guy@alum.mit.edu&gt;
Tested-by: Petri Dish Buildbot
Reviewed-by: Guy Harris &lt;guy@alum.mit.edu&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>Put various epoch time deltas into wsutil/epochs.h.</title>
<updated>2020-01-21T23:37:05+00:00</updated>
<author>
<name>Guy Harris</name>
<email>guy@alum.mit.edu</email>
</author>
<published>2020-01-21T22:26:38+00:00</published>
<link rel='alternate' type='text/html' href='https://git.replicant.us/contrib/GNUtoo/tools/wireshark/commit/?id=a152e041fa893ba672dcb1337c596ec15fdb0c0d'/>
<id>a152e041fa893ba672dcb1337c596ec15fdb0c0d</id>
<content type='text'>
There are some deltas between the UN*X epoch and other epochs that are
used in a number of places; put them into a header.

Change-Id: Ia2d9d69b9d91352d730d97d9e4897518635b4861
Reviewed-on: https://code.wireshark.org/review/35895
Petri-Dish: Guy Harris &lt;guy@alum.mit.edu&gt;
Tested-by: Petri Dish Buildbot
Reviewed-by: Guy Harris &lt;guy@alum.mit.edu&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
There are some deltas between the UN*X epoch and other epochs that are
used in a number of places; put them into a header.

Change-Id: Ia2d9d69b9d91352d730d97d9e4897518635b4861
Reviewed-on: https://code.wireshark.org/review/35895
Petri-Dish: Guy Harris &lt;guy@alum.mit.edu&gt;
Tested-by: Petri Dish Buildbot
Reviewed-by: Guy Harris &lt;guy@alum.mit.edu&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>HTTPS In Even More Places, update some links.</title>
<updated>2019-07-28T04:21:18+00:00</updated>
<author>
<name>Guy Harris</name>
<email>guy@alum.mit.edu</email>
</author>
<published>2019-07-28T04:20:27+00:00</published>
<link rel='alternate' type='text/html' href='https://git.replicant.us/contrib/GNUtoo/tools/wireshark/commit/?id=22e7952e06f01c475f427699f5e06578f4b18cf7'/>
<id>22e7952e06f01c475f427699f5e06578f4b18cf7</id>
<content type='text'>
Fall back on the Wayback Machine for some links.

Change-Id: I6a44a2caaeb4fa521c2f08196e7c36069e3bb842
Reviewed-on: https://code.wireshark.org/review/34103
Reviewed-by: Guy Harris &lt;guy@alum.mit.edu&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Fall back on the Wayback Machine for some links.

Change-Id: I6a44a2caaeb4fa521c2f08196e7c36069e3bb842
Reviewed-on: https://code.wireshark.org/review/34103
Reviewed-by: Guy Harris &lt;guy@alum.mit.edu&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>HTTPS (almost) everywhere.</title>
<updated>2019-07-26T18:44:40+00:00</updated>
<author>
<name>Guy Harris</name>
<email>guy@alum.mit.edu</email>
</author>
<published>2019-07-26T18:43:17+00:00</published>
<link rel='alternate' type='text/html' href='https://git.replicant.us/contrib/GNUtoo/tools/wireshark/commit/?id=20800366ddbbb2945491120afe7265796c26bf11'/>
<id>20800366ddbbb2945491120afe7265796c26bf11</id>
<content type='text'>
Change all wireshark.org URLs to use https.

Fix some broken links while we're at it.

Change-Id: I161bf8eeca43b8027605acea666032da86f5ea1c
Reviewed-on: https://code.wireshark.org/review/34089
Reviewed-by: Guy Harris &lt;guy@alum.mit.edu&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Change all wireshark.org URLs to use https.

Fix some broken links while we're at it.

Change-Id: I161bf8eeca43b8027605acea666032da86f5ea1c
Reviewed-on: https://code.wireshark.org/review/34089
Reviewed-by: Guy Harris &lt;guy@alum.mit.edu&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>pcapng: fix the magic when bytes are swapped.</title>
<updated>2019-05-20T18:06:25+00:00</updated>
<author>
<name>Dario Lombardo</name>
<email>lomato@gmail.com</email>
</author>
<published>2019-05-20T13:31:59+00:00</published>
<link rel='alternate' type='text/html' href='https://git.replicant.us/contrib/GNUtoo/tools/wireshark/commit/?id=3e53ec5e11e141c37aa26b3472cc45bd4cdbfb0d'/>
<id>3e53ec5e11e141c37aa26b3472cc45bd4cdbfb0d</id>
<content type='text'>
This value is used when checking if the file was generated on a
machine with different endianess. The error message changes from

"Unrecognized pcapng format or not pcapng data."

to

"dumpcap: Interface 0 is big endian but we're little endian."

Fix dumpcap.c and pcapio.c.

Ping-Bug: 15754
Change-Id: I3a31f873f01bcb3f1324410e70f29f285e56c715
Reviewed-on: https://code.wireshark.org/review/33274
Petri-Dish: Peter Wu &lt;peter@lekensteyn.nl&gt;
Tested-by: Petri Dish Buildbot
Reviewed-by: Peter Wu &lt;peter@lekensteyn.nl&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
This value is used when checking if the file was generated on a
machine with different endianess. The error message changes from

"Unrecognized pcapng format or not pcapng data."

to

"dumpcap: Interface 0 is big endian but we're little endian."

Fix dumpcap.c and pcapio.c.

Ping-Bug: 15754
Change-Id: I3a31f873f01bcb3f1324410e70f29f285e56c715
Reviewed-on: https://code.wireshark.org/review/33274
Petri-Dish: Peter Wu &lt;peter@lekensteyn.nl&gt;
Tested-by: Petri Dish Buildbot
Reviewed-by: Peter Wu &lt;peter@lekensteyn.nl&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>Don't cast away constness if you don't have to.</title>
<updated>2019-03-19T01:13:31+00:00</updated>
<author>
<name>Guy Harris</name>
<email>guy@alum.mit.edu</email>
</author>
<published>2019-03-19T01:12:53+00:00</published>
<link rel='alternate' type='text/html' href='https://git.replicant.us/contrib/GNUtoo/tools/wireshark/commit/?id=7c5c7fc98543e7ba6b8dff81f7160d29b0f2e9b5'/>
<id>7c5c7fc98543e7ba6b8dff81f7160d29b0f2e9b5</id>
<content type='text'>
Change-Id: I8b13bcd78d327b3ec9903b43e67fcf4a73052962
Reviewed-on: https://code.wireshark.org/review/32479
Reviewed-by: Guy Harris &lt;guy@alum.mit.edu&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Change-Id: I8b13bcd78d327b3ec9903b43e67fcf4a73052962
Reviewed-on: https://code.wireshark.org/review/32479
Reviewed-by: Guy Harris &lt;guy@alum.mit.edu&gt;
</pre>
</div>
</content>
</entry>
</feed>
