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 41862: /trunk/epan/dissectors/ /trunk/epan/dissectors/:

Date: Fri, 30 Mar 2012 22:36:02 GMT
http://anonsvn.wireshark.org/viewvc/viewvc.cgi?view=rev&revision=41862

User: morriss
Date: 2012/03/30 03:36 PM

Log:
 From Svetoslav Duhovnikov via https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=6995 :
 
 The following patch adds decoding capabilities for RFC 5886 for PCEP protocol:
 
 9.1. New PCEP Message
 
 
    Each PCEP message has a message type value.
 
    Two new PCEP (specified in [RFC5440]) messages are defined in this
    document:
 
    Value  Description                                      Reference
      8    Path Computation Monitoring Request (PCMonReq)   This document
      9    Path Computation Monitoring Reply (PCMonRep)     This document
 
 9.2. New PCEP Objects
 
 
    Each PCEP object has an Object-Class and an Object-Type.  The
    following new PCEP objects are defined in this document:
 
    Object-Class Value Name        Object-Type             Reference
 
           19          MONITORING  1                       This document
 
           20          PCC-REQ-ID  1: IPv4 addresses       This document
                                   2: IPv6 addresses
 
           25          PCE-ID      1: IPv4 addresses       This document
                                   2: IPv6 addresses       This document
 
           26          PROC-TIME   1                       This document
 
           27          OVERLOAD    1: overload             This document

Directory: /trunk/epan/dissectors/
  Changes    Path             Action
  +365 -1    packet-pcep.c    Modified