Wireshark-bugs: [Wireshark-bugs] [Bug 12960] New: smpp.message not decoded & not available for e
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 |
bugzilla-admin@wireshark.org
|
Reporter |
ddebackere@pccwglobal.com
|
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.