Wireshark-bugs: [Wireshark-bugs] [Bug 9068] BSMAP dissector does not decode Signal values

Date: Sat, 24 Aug 2013 08:27:56 +0000

Comment # 8 on bug 9068 from
(In reply to comment #7)
> I meant to add:  The value I'm expecting to receive from tvb_get_guint8 is
> 0x07 for "Call waiting tone on", but instead I'm getting 0x02 for "Intercept
> tone on"

According to the capture, the Signal IE Content is (as seen in the ANSI DTAP
byte tab):
05 02 02 40
where 05 is the Signal type, 02 is the length and 02 40 is the payload. So if
you get 0x02, this is perfectly expected and with the capture attached there is
no byte set to 0x07 in the payload.


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