ANNOUNCEMENT: Live Wireshark University & Allegro Packets online APAC Wireshark Training Session
April 17th, 2024 | 14:30-16:00 SGT (UTC+8) | Online

Wireshark-commits: [Wireshark-commits] rev 28181: /trunk/epan/dissectors/ /trunk/epan/dissectors/:

Date: Mon, 27 Apr 2009 16:57:03 GMT
http://anonsvn.wireshark.org/viewvc/viewvc.cgi?view=rev&revision=28181

User: rbalint
Date: 2009/04/27 09:57 AM

Log:
 From Artem Tamazov: SAToP and CESoPSN MPLS PW support.
 
 Introduction of decoding of MPLS payloads as CESoPSN PW (RFC5086)
 and SAToP PW (RFC4553). Not supported yet:
 - CESoPSN Basic NxDS0 mode.
 - Decoding of <Optional> RTP Headers (RFC3550)
 - Decoding of PW payload

Directory: /trunk/epan/dissectors/
  Changes    Path                   Action
  +3 -0      Makefile.common        Modified
  +23 -3     packet-mpls.c          Modified
  +431 -0    packet-pw-cesopsn.c    Added
  +97 -0     packet-pw-common.c     Added
  +60 -0     packet-pw-common.h     Added
  +455 -0    packet-pw-satop.c      Added