Wireshark-bugs: [Wireshark-bugs] [Bug 7818] New: Add User-Agent-Type AVP (2016) in dictionary.xm
https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=7818
Summary: Add User-Agent-Type AVP (2016) in dictionary.xml
Product: Wireshark
Version: 1.6.11
Platform: Other
OS/Version: Fedora
Status: NEW
Severity: Major
Priority: Low
Component: Extras
AssignedTo: bugzilla-admin@xxxxxxxxxxxxx
ReportedBy: georgia.kostopoulou@xxxxxxx
Created attachment 9308
--> https://bugs.wireshark.org/bugzilla/attachment.cgi?id=9308
Trace file that includes the AVP.
Build Information:
TShark 1.6.11 (SVN Rev Unknown from unknown)
Copyright 1998-2012 Gerald Combs <gerald@xxxxxxxxxxxxx> and contributors.
This is free software; see the source for copying conditions. There is NO
warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
Compiled (32-bit) with GLib 2.28.8, with libpcap (version unknown), with libz
1.2.5, without POSIX capabilities, without libpcre, without SMI, without
c-ares,
without ADNS, without Lua, without Python, without GnuTLS, with Gcrypt 1.4.6,
with MIT Kerberos, without GeoIP.
Running on Linux 2.6.40.4-5.fc15.i686, with libpcap version 1.1.1, with libz
1.2.5.
Built using gcc 4.6.0 20110603 (Red Hat 4.6.0-10).
--
Hello,
For my tests I need a Nokia Siemens Networks specific AVP to be identified by
wireshark. In order to do that, I usually edit dictionary.xml with the
following:
<vendor vendor-id="Nokia_Siemens_Networks" code="28458" name="Nokia Siemens
Networks"/>
<application id="16777238" name="3GPP Gx"
uri="http://www.3gpp.org/ftp/Specs/html-info/29212.htm">
<avp name="User-Agent-Type" code="2016" mandatory="must" may-encrypt="yes"
protected="may" vendor-bit="must" vendor-id="Nokia_Siemens_Networks">
<type type-name="Enumerated"/>
<enum name="NON_MOBILE_BROWSER" code="0"/>
<enum name="MOBILE_BROWSER" code="1"/>
</avp>
</application>
Is it possible to add the above in the normal wireshark distribution, so I
don't have to edit the file, every time I update the wireshark version?
I attach a trace file that includes the AVP for your convenience.
Thanks,
Georgia
--
Configure bugmail: https://bugs.wireshark.org/bugzilla/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are watching all bug changes.