This is a static archive of our old Q&A Site. Please post any new questions and answers at ask.wireshark.org.

what’s the difference between entries of the downloads?

0

Hi,

In the nightly builds at http://www.wireshark.org/download/automated, say for 64 bit Mac, you have these different entries:

Wireshark 1.11.3-1927-g2a92943 Intel 64.dmg 12-Mar-2014 10:18 35M

Wireshark 1.11.3-1928-g1ab950c Intel 64.dmg 12-Mar-2014 12:41 35M

Wireshark 1.11.3-1929-g7e7bf82 Intel 64.dmg 12-Mar-2014 13:41 35M

Wireshark 1.11.3-1930-gd89195d Intel 64.dmg 12-Mar-2014 14:50 35M

What's the difference among them? Does it matter which one we choose, or should we simply choose the latest one?

asked 12 Mar '14, 08:33

YXI's gravatar image

YXI
21182023
accept rate: 0%


2 Answers:

1

I think whenever a developer checks in a code change the buildbots automatically build a new binary. So I usually chose the latest timestamp, which is the latest revision.

answered 12 Mar '14, 08:42

Jasper's gravatar image

Jasper ♦♦
23.8k551284
accept rate: 18%

There is an ongoing discussion on the dev list about adding meaning to the automated build subversion numbers after the changeover to git to allow users to determine if any particular automated build includes a specified bug fix. This was simple in the svn era (as was much else) as a bug fix was committed as r12345, so any build with a revision greater than 12345 had the fix.

This hasn't (yet) been sorted out for git though.

(12 Mar '14, 09:52) grahamb ♦

0

Apparently the 4 digits after the version number - i.e., the "1930" in "Wireshark 1.11.3-1930-gd89195d Intel 64.dmg" - represents the number of commits (ie, changes) for that version. So the higher that number is, within a version, the newer it is. (of course the date would tell you that too on that downloads page)

Note though that those 4 digits are only meaningful within the same version. "1930" in 1.11.3 is not the same as "1930" in 1.10.7 or 1.8.14.

It's like a build-version-number you sometimes see in other apps.

answered 12 Mar '14, 10:19

Hadriel's gravatar image

Hadriel
2.7k2939
accept rate: 18%