Invalid packets order/align in SIP history on centos 7

From VoIPmonitor.org
Revision as of 17:46, 1 June 2017 by Petr.halounek (talk | contribs)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

With repositories on centos 7 comes bug into older wireshark package,

if you see in CDR(+)->SIP:history SIP packets aligned into whole seconds like in screnshot in RED, try to upgrade wireshark package to latest - if not helps, read further:

Bad alignment in centos wireshark.png


Here is issue reported:

https://bugs.centos.org/view.php?id=10518

And here is how it was resolved last time for 64bit OS

#downgrade package from vault if possible):
mkdir /tmp/test
cd /tmp/test
wget http://vault.centos.org/centos/7.0.1406/updates/x86_64/Packages/wireshark-1.10.3-12.el7_0.x86_64.rpm
rpm -Uvh --oldpackage wireshark-1.10.3-12.el7_0.x86_64.rpm