Wireshark-bugs: [Wireshark-bugs] [Bug 8616] Update Skinny Dissection Code (CM7.1 + / SPCP Messag

Date: Tue, 30 Apr 2013 21:28:34 +0000

Comment # 5 on bug 8616 from
I just applied your patch to SVN HEAD, reenabled the return statement and
dissection looks OK to me (on opensuse 12.1 Linux i586):

Frame 1: 80 bytes on wire (640 bits), 80 bytes captured (640 bits)
    Encapsulation type: Linux cooked-mode capture (25)
    Arrival Time: Apr 27, 2013 21:25:24.843636000 CEST
[...]
Transmission Control Protocol, Src Port: 35449 (35449), Dst Port: cisco-sccp
(2000), Seq: 1, Ack: 1, Len: 12
[...]
Skinny Client Control Protocol
    Data length: 4
    Header version: CM7 type SPCP (0x00000016)
    Message ID: KeepAliveMessage (0x00000000)

So what system (OS and CPU) are you on where this is a problem?


I did get another message though:

jmayer@egg:~/work/wireshark/svn/trunk/epan/dissectors> wireshark -r
bug_8616_skinny_7.1.pcap 
23:21:15          Warn Extended value string deviceTypes forced to fall back to
linear search: entry 54, value 20000 < previous entry, value 30008
jmayer@egg:~/work/wireshark/svn/trunk/epan/dissectors> tshark -V -r
bug_8616_skinny_7.1.pcap  >out

** (process:8239): WARNING **: Extended value string deviceTypes forced to fall
back to linear search: entry 54, value 20000 < previous entry, value 30008

So can you please resubmit your patch with the return statement reenabled and
the values of deviceTypes numerically sorted?


You are receiving this mail because:
  • You are watching all bug changes.