Bug ID |
13001
|
Summary |
gsm_a_gm: Add new fields names of IPv4 addresses for different PCO types
|
Product |
Wireshark
|
Version |
2.0.6
|
Hardware |
All
|
OS |
All
|
Status |
UNCONFIRMED
|
Severity |
Enhancement
|
Priority |
Low
|
Component |
Dissection engine (libwireshark)
|
Assignee |
[email protected]
|
Reporter |
[email protected]
|
Build Information:
Paste the COMPLETE build information from "Help->About Wireshark", "wireshark
-v", or "tshark -v".
--
When decoding IPv4 addresses under PCO we get the same field name (IPv4,
gsm_a.gm.sm.pco.ipv4) for different protocols.
There is a need to filter addresses at least for P-CSCF server (pco_pid=0xc)
and DNS server (pco_pid=0xd). Can we create new field names for that, e.g.
gsm_a.gm.sm.pco.pcscf.ipv4
gsm_a.gm.sm.pco.dns.ipv4
For that we would need to separate case statements in de_sm_pco
(packet-gsm_a_gm.c).
You are receiving this mail because:
- You are watching all bug changes.