[Wireshark-dev] Windows uninstaller doesn't remove translations.

2020-03-25 Thread Maynard, Chris via Wireshark-dev
I'm building Wireshark on Windows, but I've upgraded Qt to 5.12.7.  Everything 
is fine except when uninstalling Wireshark.  It seems that Wireshark now 
installs the translations in C:\Program Files\Wireshark\styles\translations, 
but this directory isn't removed during the un-installation process.

I think this is likely due to Qt 5.12.7 vs. Qt 5.12.6 that the buildbot is 
using, but I can't be completely sure since my environment differs in other 
ways too.  Well, for what it's worth, in case anyone else encounters this, I 
modified packaging\nsis\uninstall.nsi as follows, which fixes this [for me]:

  Delete "$INSTDIR\styles\*.*"
  Delete "$INSTDIR\styles\translations\*.*"

  RMDir "$INSTDIR\share"
  RMDir "$INSTDIR\styles\translations"

- Chris











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 
Archives:https://www.wireshark.org/lists/wireshark-dev
Unsubscribe: https://www.wireshark.org/mailman/options/wireshark-dev
 mailto:wireshark-dev-requ...@wireshark.org?subject=unsubscribe

Re: [Wireshark-dev] [tcpdump-workers] New RFCs for 1) pcap file format and 2) rpcapd protocol?

2020-03-25 Thread Michael Richardson

Michael Tuexen via tcpdump-workers  wrote:
>> Guy Harris via tcpdump-workers  wrote:
>>> Currently, on GitHub, there's a "pcapng" team:
>>> https://github.com/pcapng
>>
>>> with one repository containing the pcapng specification, and a 
"the-tcpdump-group" team:
>>
>>> https://github.com/the-tcpdump-group
>>> with repositories for libpcap, tcpdump, and the tcpdump.org Web site.
>>
>>> It makes sense to me to keep those specifications on a site such as
>>> GitHub; GitHub comes to mind first because that's where pcapng
>>> currently is.
>>
>>> 1) add them as repositories to the pcapng team;
>>
>>> 1) has the slight disadvantage that the name for the team suggests it's
>>> for pcapng only; it appears that teams can be renamed:
>>
>> ...
>>
>>> Were we to rename it, I don't know what would be a good new name.
>>
>> I'm good with pcapng, because I also have no other suggestion.
>> I would like to restart the opsawg work on an IETF specification for
>> this.

> I would support this. However, last time I tried this, I was not 
successful.
> There were not very interested in defining a file format...
> Maybe things have changed, but I don't know.

I know that you worked hard, and it didn't happen.
It is on my agenda to make this happen, and I'll hope that I can depend upon
your help.

With IETF107 going virtual, I will see if opsawg has time consider the
document again. I will look at reposting it today.

--
]   Never tell me the odds! | ipv6 mesh networks [
]   Michael Richardson, Sandelman Software Works|IoT architect   [
] m...@sandelman.ca  http://www.sandelman.ca/|   ruby on rails[



signature.asc
Description: PGP signature
___
Sent via:Wireshark-dev mailing list 
Archives:https://www.wireshark.org/lists/wireshark-dev
Unsubscribe: https://www.wireshark.org/mailman/options/wireshark-dev
 mailto:wireshark-dev-requ...@wireshark.org?subject=unsubscribe