Wireshark-bugs: [Wireshark-bugs] [Bug 13086] New: MSISDN not populated/decoded in JSON GTP-C dec

Date: Thu, 03 Nov 2016 00:16:54 +0000
Bug ID 13086
Summary MSISDN not populated/decoded in JSON GTP-C decoding
Product Wireshark
Version 2.2.0
Hardware x86
OS All
Status UNCONFIRMED
Severity Major
Priority Low
Component TShark
Assignee [email protected]
Reporter [email protected]

Created attachment 15038 [details]
gtp-c create pdp example

Build Information:
TShark (Wireshark) 2.3.0-1376-g9e2a9d0 (Git Rev Unknown from unknown)

Copyright 1998-2016 Gerald Combs <[email protected]> and contributors.
License GPLv2+: GNU GPL version 2 or later
<http://www.gnu.org/licenses/old-licenses/gpl-2.0.html>
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 (64-bit) with libpcap, without POSIX capabilities, without libnl, with
GLib 2.40.2, with zlib 1.2.8, without SMI, without c-ares, without Lua, without
GnuTLS, without Gcrypt, without Kerberos, without GeoIP, without nghttp2,
without LZ4, without Snappy.

Running on Linux 3.13.0-46-generic, with       Intel(R) Core(TM) i7-3610QM CPU
@
2.30GHz (with SSE4.2), with 16008 MB of physical memory, with locale
en_US.UTF-8, with libpcap version 1.5.3, with zlib 1.2.8.

Built using gcc 4.8.2.

--
Test has been made using a 2.2.0 tshark version as well as 2.3.0 one in order
to have a more recent version of the code.
Packet: GTP v1/v0 CREATE PDP Context
command used: tshark -T ek -r test.pcap 
this command returns full GTP decoding but the MSISDN seems to be lost in JSON
translation.
field 'text_e164_msisdn' is empty while it should contain the decoded MSISDN
found in the GTP trace. When adding a -x flag, a new field named
'text_e164_msisdn_raw' is added and contains the correct value (in inverted BCD
format) while 'text_e164_msisdn' is stays empty.


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