[Wireshark-dev] Question about zip support

2019-07-10 Thread Roland Knall
I am currently implementing import/export of profiles. As easy as the collection of the required information is, it becomes harder when it comes to zipping it. My initial intention was to just create a .zip container and use that. But it turns out zlib does not support .zip, as it only supports

Re: [Wireshark-dev] Several small commits vs. one big

2019-07-10 Thread Thomas Wiens
On 10 Jul 2019, at 08:37, Tomasz Moń wrote: > My general experience with splitting big changes into small commits > *after* they are done is rather bad. That is, the artificially > splitted changes I have seen were failing to work (sometimes even fail > to compile individually). As I find such

Re: [Wireshark-dev] Several small commits vs. one big

2019-07-10 Thread Tomasz Moń
On Tue, Jul 9, 2019 at 10:34 PM Thomas Wiens wrote: > If I split this, I hope there won't be a version in between which fails > to dissect all possible data without error. > As all my tests were done on the finished version. > Or is there an option to mark the single commits as consecutive