Wireshark-bugs: [Wireshark-bugs] [Bug 3911] Wireshark doesn't decode CAP v2 aChBillingChargingCh
https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=3911
--- Comment #7 from Anders Broman <anders.broman@xxxxxxxxxxxx> 2010-10-13 11:15:39 PDT ---
The problem is that the current ASN1 defenition is:
CAMEL-AChBillingChargingCharacteristics {PARAMETERS-BOUND : bound} ::= CHOICE {
timeDurationCharging [0] SEQUENCE {
maxCallPeriodDuration [0] INTEGER (1..864000),
releaseIfdurationExceeded [1] BOOLEAN DEFAULT FALSE,
tariffSwitchInterval [2] INTEGER (1..86400)
OPTIONAL,
audibleIndicator [3] AudibleIndicator DEFAULT tone:
FALSE,
extensions [4] Extensions {bound}
OPTIONAL,
...
}
}
To solve it one would have to do something like, add the old definition
possibly in a new
file (cammel_old.asn|camel_v2.asn| ...) rename it to
CAMEL-AChBillingChargingCharacteristics _v2 then add code in the .cnf file to
branch on the
application context to call te apropriate
CAMEL-AChBillingChargingCharacteristics "decoder".
Regards
Anders
--
Configure bugmail: https://bugs.wireshark.org/bugzilla/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.