Difference between revisions of "Invalid packets order/allign in SIP history on centos 7"

From VoIPmonitor.org
Jump to navigation Jump to search
(Created page with "With latest repositories on centos 7 comes bug into wireshark package, if you see in CDR(+)->SIP:history SIP packets aligned into whole seconds like in pics in RED, read furth...")
 
Line 1: Line 1:
With latest repositories on centos 7 comes bug into wireshark package,
+
 
 +
With latest repositories on '''centos 7''' comes bug into '''wireshark''' package,
 +
 
 
if you see in CDR(+)->SIP:history SIP packets aligned into whole seconds like in pics in RED, read further:
 
if you see in CDR(+)->SIP:history SIP packets aligned into whole seconds like in pics in RED, read further:
[[File:Example.jpg]]
+
 
 +
[[File:bad_alignment_in_centos_wireshark.png]]
  
  
 
Here is issue reported:
 
Here is issue reported:
https://bugs.centos.org/view.php?id=10518
+
https://bugs.centos.org/view.php?id=10518
  
 
And here is how it was resolved last time for 64bit OS
 
And here is how it was resolved last time for 64bit OS
 
+
#downgrade package from vault if possible):
(downgrade package from vault if possible):
+
mkdir /tmp/test
 
+
cd /tmp/test
mkdir /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
cd /tmp/test
+
rpm -Uvh --oldpackage wireshark-1.10.3-12.el7_0.x86_64.rpm
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
 

Revision as of 12:41, 5 May 2016

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

if you see in CDR(+)->SIP:history SIP packets aligned into whole seconds like in pics in RED, 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