I have a very odd problem.
I'm using Fedora (with KDE), and I need ngrep for checking the data sent which is transfered through a specific port...
The strange part is that when my terminal (more precisely, Konsole, also I tried with another terminal apps - Yakuake, Guake, Terminator, etc) is on full screen on a bigger display (21" - 1920x1080) the ngrep output is looking like this:
T 127.0.0.1:39167 -> 127.0.0.1:8983 [AP]
GET /solr/col
lection1/sele
ct?q=%28entit
yType%3A61+AN
D+owncCompany
_b%3Atrue%29&
fl=*%2C%5Bchi
ldren%5D&star
t=0&rows=10&s
ort=entityId_
s+asc%2Cid+as
c&wt=javabin&
version=2 HTT
P/1.1..User-A
gent: Solr[or
g.apache.solr
.client.solrj
.impl.HttpSol
rClient] 1.0.
.Host: 127.0.
0.1:8983..Con
nection: Keep
-Alive....
..is somehow wrapped... I don't know exactly.
But if I keep the terminal on my laptop display (16" - 1600x900) the output is stretched on the whole terminal, which is the expected behaviour.
I searched (the whole google :) ) but I can't figure out where is the problem. I thought that might be something wrong with my displays configuration, but at home I have Kubuntu and one big display (21" - 1920x1080), and the strange behavior is the same. The only solution that I have is to keep the terminal not on full screen or to keep it in a smaller display. I think that this is something about terminal columns settings and I don't know exactly how to fix this.
Thanks in advance, Andrei