Wireshark mailing list archives

Re: stable[32|64].xml


From: "Maynard, Chris" <Christopher.Maynard () IGT com>
Date: Fri, 5 May 2017 21:22:28 +0000

I had previously based my stable.xml files on Wireshark's, so I was just wondering if Wireshark's had changed, but I 
now know that it must have because of the HTTPS requirement, which I wasn't aware of.

By the way, I'm not sure what it's for, but http://andymatuschak.org/xml-namespaces/sparkle appears to be a dead link.  
The last one I found that worked was 
https://web.archive.org/web/20110611002603/http://andymatuschak.org/xml-namespaces/sparkle, but since the page merely 
displays "Sparkle is a software update framework. See http://sparkle.andymatuschak.org for more. ", I wonder if this is 
even needed at all?
- Chris

-----Original Message-----
From: Wireshark-dev [mailto:wireshark-dev-bounces () wireshark org] On
Behalf Of Gerald Combs
Sent: Thursday, May 4, 2017 6:27 PM
To: Developer support list for Wireshark <wireshark-dev () wireshark org>
Subject: Re: [Wireshark-dev] stable[32|64].xml

On 5/4/17 9:56 AM, Maynard, Chris wrote:
Can someone please share the latest stable32.xml and stable64.xml
files for automatic updates?  It seems that the format has changed,
but I can’t tell what it should be because “Check for updates…” now
uses a secure connection so the information is encrypted.  The format
is useful to know if one is to direct users to the latest **custom**
version of Wireshark instead of to the latest off-the-shelf version.

The format I previously used no longer seems to be working.

Are you asking about the general format of the XML files or the content that we
deliver from www.wireshark.org? We use WinSparkle for automatic updates on
Windows, which uses an RSS variant called Appcast:

  https://github.com/vslavik/winsparkle/wiki/Appcast-Feeds

"Check for updates" uses HTTPS, but it's easy enough to dump stable{32,64}.xml
using curl:

$ curl -o -
https://www.wireshark.org/update/0/Wireshark/0.0.0/Windows/x86/en-
US/stable.xml
<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0" xmlns:sparkle="http://www.andymatuschak.org/xml-
namespaces/sparkle">
<channel>
  [ ... ]

$ curl -o - https://www.wireshark.org/update/0/Wireshark/0.0.0/Windows/x86-
64/en-US/stable.xml
<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0" xmlns:sparkle="http://www.andymatuschak.org/xml-
namespaces/sparkle">
<channel>
  [ ... ]

-- 











CONFIDENTIALITY NOTICE: This message is the property of International Game Technology PLC and/or its subsidiaries and 
may contain proprietary, confidential or trade secret information.  This message is intended solely for the use of the 
addressee.  If you are not the intended recipient and have received this message in error, please delete this message 
from your system. Any unauthorized reading, distribution, copying, or other use of this message or its attachments is 
strictly prohibited.
___________________________________________________________________________
Sent via:    Wireshark-dev mailing list <wireshark-dev () wireshark org>
Archives:    https://www.wireshark.org/lists/wireshark-dev
Unsubscribe: https://www.wireshark.org/mailman/options/wireshark-dev
             mailto:wireshark-dev-request () wireshark org?subject=unsubscribe

Current thread: