Wireshark-bugs: [Wireshark-bugs] [Bug 10237] Wireshark does not correctly dissect RFC5515 AVPs

Date: Mon, 30 Jun 2014 10:28:07 +0000

Comment # 3 on bug 10237 from
As suggested by Alexis La Goutte, I have tried with the new devel. Wireshark
Version 1.12.0-rc2 (v1.12.0-rc2-0-gfd017ee from master-1.12). The dissection
and representation are better now. However, some issues still remain:

- The field 'Vendor-Specific AVP' (displayed as: 00 00 00 00 00 06 00 00 00 62)
is not in place under AVP Type 254. Instead of that, the Attr Value 0x00000000
(IWF Function, 4 octets) should be given there.

- The field "Unknown AVP" under AVP Type 98 (00 06 00 00 00 62: M=H=0, res=0,
len=6, vendor=0x00, AttrType=98) is also NOT correct, because NO Attr Value is
used for that boolean AVP "Connect Speed Update Enable AVP".

- "Connect Speed Update Enable AVP AVP" - the word 'AVP' is typed two times
(typo).

ICRQ
    ...
    Vendor The Broadband Forum (previous was 'ADSL Forum') AVP Type 254
        0... .... .... .... = Mandatory: False
        .0.. .... .... .... = Hidden: False
        .... ..00 0000 1010 = Length: 10
        Vendor ID: The Broadband Forum (previous was 'ADSL Forum') (3561)
        Type: 254
        Vendor-Specific AVP    <<< 00 00 00 00 00 06 00 00 00 62
    Connect Speed Update Enable AVP AVP  <<< the word 'AVP' is typed two times
        0... .... .... .... = Mandatory: False
        .0.. .... .... .... = Hidden: False
        .... ..00 0000 0110 = Length: 6
        Vendor ID: Reserved (0)
        AVP Type: Connect Speed Update Enable AVP (98)
        Unknown AVP    <<< ???

ICRQ packet representation with Version 1.12.0-rc2 is attached in
icrq-v1.12.0-rc2.txt.


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