Copyright 1998-2009 Gerald Combs <gerald@wireshark.org> and contributors.
This is free software; see the source for copying conditions. There is NO
warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
Compiled with GLib 2.20.1, with WinPcap (version unknown), with libz 1.2.3,
without POSIX capabilities, with libpcre 7.0, with SMI 0.4.8, with c-ares 1.6.0,
without Lua, without Python, with GnuTLS 2.6.4, with Gcrypt 1.4.4, with MIT
Kerberos, with GeoIP.
Running on Windows XP Service Pack 2, build 2600, with WinPcap version 4.0.2
(packet.dll version 4.0.0.1040), based on libpcap version 0.9.5, GnuTLS 2.6.4,
Gcrypt 1.4.4.
Built using Microsoft Visual C++ 7.10 build 3077
* 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.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.
(In reply to comment #7) > The patch fails to apply cleanly for me :( Can you make a new one against HEAD? Hi Anders,This is becuase this patch depends on bug 3397, which is not accepted yet.At the moment 3397 is being reconsidered.Please wait for a while...Of course, if you want to have ATM AAL5 SDU and 1:1 support ASAP, I can prepare alternative patch which will fit to HEAD.artem//
Created attachment 3227Substantial updateDependence 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 -> MPLSSorry for so many modifications, but I had mo option excepttoo much manual work after change in bug# 3397.
This is not real AAL5 PDU capture, but extract some very big and errorneous capture which contains only aal5-pdu-like frames and allows to test corner cases.