Huge thanks to our Platinum Members Endace and LiveAction,
and our Silver Member Veeam, for supporting the Wireshark Foundation and project.

Wireshark-bugs: [Wireshark-bugs] [Bug 6153] Wireshark plugin for CSG2 R6 interface.

Date: Tue, 29 Nov 2011 01:18:14 -0800 (PST)
https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=6153

--- Comment #28 from Anders Broman <anders.broman@xxxxxxxxxxxx> 2011-11-29 01:18:14 PST ---
>  As for AVPs wireshark has dictionary.xml for GX AVPs (common) and its
> providing the scope for vendor specific xml file like Cisco.xml and
> vodafone.xml etc. 
>  Can we expect the similar picture for TLV side also in future? Like a separate
> .c-file for common tlvs and the provision to add vendor specific .c-file for
> specific tlvs.
In relation to this dissector if you add TLV:s in the "standard range" not
using
the protocols option for adding private TLV:s in my mind you are no longer
compliant to the protocol but have created your own version which will not be
interopreable with other standard compliant implementations.

The GTP dissector caters for adding vedor specific TLV dissection from an
internal dissecor:


    dissector_add_uint("gtp.priv_ext", VENDOR_ERICSSON_PKT_CORE,
gtp_priv_ext_ericsson_handle);

Tag 0xFF in GTP is for private extensions.

Regards
Anders

-- 
Configure bugmail: https://bugs.wireshark.org/bugzilla/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are watching all bug changes.