[Wireshark-dev] File extension is missing on Linux when WiresharkFileDialog::getSaveFileName/QFileDialog::getSaveFileName is used

2021-03-23 Thread Jirka Novak
Hi, I noticed that when I would like to save e.g. diagram exports with Wireshark (not main dialog Save/Save As), it offers me e.g. .pdf, .ps and other extensions in save dialog. When I write just name of file and commit the dialog, created file has correct content (PDF, PS, ...), but filename

Re: [Wireshark-dev] 16 byte integer decoding

2021-03-23 Thread Constantine Gavrilov
No. So the idea is to have a new type FT_UINT128, and one new format BASE_BYTES. The BASE_HEX would display as it displays today -- there is no problem printing two FT_UINT64 in HEX (high and low parts). For FT_UNIT128 and BASE_DEC, 12 would be displayed as 12, and 100 would be