https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=3516
Artem Tamazov <artem.tamazov@xxxxxxxxxxx> changed:
What |Removed |Added
----------------------------------------------------------------------------
Attachment #3092|review_for_checkin? |
Flag| |
Attachment #3092 is|0 |1
obsolete| |
Attachment #3227| |review_for_checkin?
Flag| |
--- Comment #9 from Artem Tamazov <artem.tamazov@xxxxxxxxxxx> 2009-06-29 09:06:13 PDT ---
Created an attachment (id=3227)
--> (https://bugs.wireshark.org/bugzilla/attachment.cgi?id=3227)
Substantial update
Dependence from bug# 3397 is removed.
Baseline is SVN rev.28880.
Updated patch includes the following modifications:
MPLS PW ATM dissector:
* Added: PW ATM AAL5 CPCS-SDU mode support
* Added: PW ATM One-to-One mode support
* Includes VCP/VCC mode auto-detection heuristics
* Added: OAM cell detection/decoding support for all ATM pseudowires.
* Added: Detection/colorizing of malformed PW ATM encapsulations
* Added: LLC SNAP auto-detection in ATM decoder.
* Added: PW ATM AAL5 PDU mode support
* Added: auto-detection of OAM F4 when is VCI 3 or 4 and PT 0X0.
* Info from PW to ATM dissector is now passed via pinfo->private_data.
"pw_atm_xxx" members of packet_info are not needed anymore and thus removed.
The "atm_4717" dissector is not needed and thus removed as well.
MPLS PWAC dissector:
* Fixed to properly decode Channel Type 0x07 is raw BFD.
* Added preferences:
- "Assume PWAC Channel Type 0x0 is raw BFD"
- "Assume that all PWAC Channel Types (except 0x21) are raw BFD"
- "As a last resort, try to decode PWAC payloads as PPP traffic"
- New preferences are located in Edit -> Preferences -> Protocols -> MPLS
Sorry for so many modifications, but I had mo option except
too much manual work after change in bug# 3397.
--
Configure bugmail: https://bugs.wireshark.org/bugzilla/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.