https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=7376
--- Comment #12 from Anders Broman <anders.broman@xxxxxxxxxxxx> 2012-06-17 08:10:21 PDT ---
(In reply to comment #11)
> (In reply to comment #7)
> > (In reply to comment #5)
> > > Created attachment 8617 [details]
> > > AVP 904 packet
> > >
> > > AVP 904 is not recognized
> >
> > The vendor id is "AVP Vendor Id: Peter-Service Ltd. (11971)"
> > You would have to check the definition of the AVP with them.
>
> Keeping in mind that definition says abt flags M and V (I guess it's 'must' and
> 'vendor') I also tried this way
>
> <avp name="BIS-Subscriber-Id-Support" code="904" may-encrypt="no"
> protected="mustnot" mandatory="must" vendor-bit="must" vendor-id="Peter-Service
> Ltd.">
> <type type-name="Enumerated"/>
> <enum name="BIS_SUBSCRIBER_ID_NOT_SUPPORTED" code="0"/>
> <enum name="BIS_SUBSCRIBER_ID_SUPPORTED" code="1"/>
> </avp>
>
> but also with no result
You need to add the vendor id to the vendor list.
<vendor vendor-id="Tango" code="13421" name="Tango Telecom Limited"/>
It's a good idea to have it in a separate file as for other vendors, see how
it's done for those.
--
Configure bugmail: https://bugs.wireshark.org/bugzilla/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are watching all bug changes.