[Wireshark-dev] Wireshark 3.2.9 is now available

2020-12-09 Thread Gerald Combs
I'm proud to announce the release of Wireshark 3.2.9. What is Wireshark? Wireshark is the world’s most popular network protocol analyzer. It is used for troubleshooting, analysis, development and education. What’s New Bug Fixes • wnpa-sec-2020-16[1] Kafka dissector memory leak.

[Wireshark-dev] Wireshark 3.4.1 is now available

2020-12-09 Thread Gerald Combs
I'm proud to announce the release of Wireshark 3.4.1. What is Wireshark? Wireshark is the world’s most popular network protocol analyzer. It is used for troubleshooting, analysis, development and education. What’s New Bug Fixes • wnpa-sec-2020-16[1] Kafka dissector memory leak.

Re: [Wireshark-dev] Problem with ENC_BCD_DIGITS_0_9 odd/even

2020-12-09 Thread Jaap Keuter
Hi, Indeed a nasty one. You need sub-octet length indication here, which doesn’t exist. But since it’s limited to nibbles, a single flag is all that’s really needed. Anything above the ENC_CHARENCODING_MASK would be fine. This would be the minimalist implementation of this:

[Wireshark-dev] Problem with ENC_BCD_DIGITS_0_9 odd/even

2020-12-09 Thread Anders Broman via Wireshark-dev
Hi, There is a problem with the BCD encoded numbers as they may be padded and unfortunately with Zero. "Encoding scheme: BCD. Note: Filler H'0 (last digit) is used in case of the odd number of digits." In order to present this properly It would be good to be able to pass an odd/even

Re: [Wireshark-dev] Having/avoiding epan dependencies in wiretap

2020-12-09 Thread David Perry
Having slept on this, another approach has come to mind. Since epan already links to wiretap, we could move the data-generation part of exported_pdu.c into wiretap, while the tap API for exporting PDUs stays in epan. Thoughts on this, or my original email? David Date: Tue, 8 Dec 2020