[Wireshark-bugs] [Bug 13018] New: abi-compliance-checker isn't finding glib in the "check abi" step

2016-10-15 Thread bugzilla-daemon
https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=13018 Bug ID: 13018 Summary: abi-compliance-checker isn't finding glib in the "check abi" step Product: Wireshark Version: Git Hardware: x86-64 OS: Debian

[Wireshark-bugs] [Bug 13018] abi-compliance-checker isn't finding glib.h in the "check abi" step

2016-10-15 Thread bugzilla-daemon
https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=13018 Guy Harris changed: What|Removed |Added Summary|abi-compliance-checker

[Wireshark-bugs] [Bug 2803] Wireshark build fails if c-ares version < 1.5

2016-10-15 Thread bugzilla-daemon
https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=2803 Guy Harris changed: What|Removed |Added Component|GTK+ UI |Dissection engine

[Wireshark-bugs] [Bug 7134] Wireshark is unable to display the correct IEEE802.11 MCS data rates due to header definition is unsigned 8-bit integer

2016-10-15 Thread bugzilla-daemon
https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=7134 Guy Harris changed: What|Removed |Added Component|TShark |Dissection engine

[Wireshark-bugs] [Bug 6354] Calling proto_tree_add_item with FT_BYTES causing failed assertion

2016-10-15 Thread bugzilla-daemon
https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=6354 Guy Harris changed: What|Removed |Added Component|GTK+ UI |Dissection engine

[Wireshark-bugs] [Bug 7401] wireshark crashes when starting due to out-of-date plugin left behind from earlier installation

2016-10-15 Thread bugzilla-daemon
https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=7401 Guy Harris changed: What|Removed |Added Component|GTK+ UI |Build process --

[Wireshark-bugs] [Bug 4346] TOC relocation error on PPC64

2016-10-15 Thread bugzilla-daemon
https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=4346 Guy Harris changed: What|Removed |Added Component|GTK+ UI |Build process

[Wireshark-bugs] [Bug 12993] CLNP dissector does not parse ER NPDU properly

2016-10-15 Thread bugzilla-daemon
https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=12993 --- Comment #10 from Gerrit Code Review --- Change 18202 merged by Anders Broman: Retrieve CLNP option values from the right place https://code.wireshark.org/review/18202 -- You are receiving this

[Wireshark-bugs] [Bug 12993] CLNP dissector does not parse ER NPDU properly

2016-10-15 Thread bugzilla-daemon
https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=12993 Gerrit Code Review changed: What|Removed |Added Status|VERIFIED

[Wireshark-bugs] [Bug 12993] CLNP dissector does not parse ER NPDU properly

2016-10-15 Thread bugzilla-daemon
https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=12993 --- Comment #9 from Gerrit Code Review --- Change 18201 merged by Anders Broman: Retrieve CLNP option values from the right place https://code.wireshark.org/review/18201 -- You are receiving this mail

[Wireshark-bugs] [Bug 13012] sshdump does not save password

2016-10-15 Thread bugzilla-daemon
https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=13012 --- Comment #4 from djcanadianj...@gmail.com --- even if it had a checkbox to offer to save the password? -- You are receiving this mail because: You are watching all bug changes.

[Wireshark-bugs] [Bug 12951] Implement RFC 6551 dissection in ICMPv6 dissector

2016-10-15 Thread bugzilla-daemon
https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=12951 --- Comment #5 from Jaap Keuter --- The errored packet is related to line 2533 in your change of packet-icmpv6.c. The (incorrect) length value '1' causes the metric_len variable to underflow, rolling over to 255.

[Wireshark-bugs] [Bug 13017] Lua dissector crashes on "string.format("%s", tree.text)"

2016-10-15 Thread bugzilla-daemon
https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=13017 --- Comment #2 from Redford --- (In reply to Jaap Keuter from comment #1) > See the very last section (2.11) of README.dissector[1], which states that > tree may be NULL and your code has to work either way. > > [1] >

[Wireshark-bugs] [Bug 13013] SNMP trap bindings for NON scalar OIDs

2016-10-15 Thread bugzilla-daemon
https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=13013 --- Comment #9 from Gerrit Code Review --- Change 18207 had a related patch set uploaded by Jaap Keuter: Append Integer32 value to varbind also. https://code.wireshark.org/review/18207 -- You are

[Wireshark-bugs] [Bug 13017] Lua dissector crashes on "string.format("%s", tree.text)"

2016-10-15 Thread bugzilla-daemon
https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=13017 --- Comment #1 from Jaap Keuter --- See the very last section (2.11) of README.dissector[1], which states that tree may be NULL and your code has to work either way. [1]