Bug ID |
12008
|
Summary |
Newlines in columns results in enlarged rows
|
Product |
Wireshark
|
Version |
Git
|
Hardware |
All
|
OS |
All
|
Status |
CONFIRMED
|
Severity |
Normal
|
Priority |
Low
|
Component |
Qt UI
|
Assignee |
[email protected]
|
Reporter |
[email protected]
|
Created attachment 14238 [details]
LUA dissector reproducing the result
Build Information:
Wireshark 2.1.0 (v2.1.0rc0-1472-ge6959c4 from unknown)
Copyright 1998-2016 Gerald Combs <[email protected]> and contributors.
License GPLv2+: GNU GPL version 2 or later
<http://www.gnu.org/licenses/old-licenses/gpl-2.0.html>
This is free software; see the source for copying conditions. There is NO
warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
Compiled (64-bit) with Qt 5.5.1, with libpcap, with POSIX capabilities (Linux),
with libnl 3, with libz 1.2.8, with GLib 2.46.2, without SMI, without c-ares,
without ADNS, with Lua 5.2, with GnuTLS 3.4.7, with Gcrypt 1.6.4, with MIT
Kerberos, with GeoIP, with QtMultimedia, without AirPcap.
Running on Linux 4.3.0-custom, with locale C, with libpcap version 1.7.4, with
libz 1.2.8, with GnuTLS 3.4.7, with Gcrypt 1.6.4.
Intel(R) Core(TM) i5 CPU M 560 @ 2.67GHz (with SSE4.2)
Built using clang 4.2.1 Compatible Clang 3.7.0 (tags/RELEASE_370/final).
--
When the Info or protocol (and possibly all other) columns contain a newline,
it will expand the column. Reproducer:
wireshark -X lua_script:./test.lua -r some.pcap
Originally reported for a capture with the RTPproxy protocol where the Info
column looks like this:
Reply: 200 OK
Server: Apache/2.2.15 (CentOS)
... many more header ...
connection: keep-alvie
Happens also with wireshark-gtk:
Compiled (64-bit) with GTK+ 3.18.6, with Cairo 1.14.6, with Pango 1.38.1
Is this a bug or feature?
You are receiving this mail because:
- You are watching all bug changes.