ANNOUNCEMENT: Live Wireshark University & Allegro Packets online APAC Wireshark Training Session
July 17th, 2024 | 10:00am-11:55am SGT (UTC+8) | Online

Wireshark-bugs: [Wireshark-bugs] [Bug 12960] New: smpp.message not decoded & not available for e

Date: Wed, 28 Sep 2016 12:36:34 +0000
Bug ID 12960
Summary smpp.message not decoded & not available for export using tshark -T fields -e smpp.message
Product Wireshark
Version unspecified
Hardware x86
OS All
Status UNCONFIRMED
Severity Normal
Priority Low
Component TShark
Assignee [email protected]
Reporter [email protected]

Build Information:
Version 2.0.4 (v2.0.4-0-gdd7746e from master-2.0)

TShark 1.8.10 (SVN Rev Unknown from unknown)
--
We capture smpp traffic using dumpcap.
Then we process the .pcap files with tshark to export certain fields to csv
file :

/usr/sbin/tshark -r $f -R smpp -T fields -e frame.number -e frame.time_epoch -e
ip.src -e tcp.srcport -e ip.dst -e tcp.dstport -e smpp.command_id -e
smpp.source_addr -e smpp.source_addr_ton -e smpp.destination_addr -e
smpp.dest_addr_ton -e smpp.sequence_number -e smpp.message -e
smpp.command_status -e smpp.message_id -E aggregator=# -E separator=, -E
quote=n

One of the fields is smpp.message, the actual message is not exported to the
csv file.


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