Wireshark-commits: [Wireshark-commits] rev 35681: /trunk/ /trunk/epan/dissectors/: packet-rsvp.c /t

Date: Thu, 27 Jan 2011 16:08:47 GMT
http://anonsvn.wireshark.org/viewvc/viewvc.cgi?view=rev&revision=35681

User: wmeier
Date: 2011/01/27 08:08 AM

Log:
 From Roberto Morro: RSVP dissector enhancements
 
 - add new PROTECTION obj c-type 2 (RFC4872)
 - add new TLVs for IF_ID (RFC4920)
 - add Path Key subobj in ERO (RFC5520)
 - add new ASSOCIATION obj c-type 4 (oif2008.389)
 - add new LSP_ATTRIBUTES and LSP_REQUIRED_ATTRIBUTES objects (RFC5420)
 - improved ERROR object dissection and new error values added
 - ADMIN_STATUS transformed to filter and new flags added
 - minor fix to conversation (not applied to ACK, SREFRESH and HELLO messages)
 to resolv displaying of "Unknown session type" string in such messages
 
 Moreover, I've deleted some "enum" statements for error values that I thought
 they were useless since they were used only once throughout the RSVP dissector
 code.
 
 See https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=5518
 
 From me: fix two typos.

Directory: /trunk/epan/dissectors/
  Changes    Path             Action
  +988 -302  packet-rsvp.c    Modified

Directory: /trunk/
  Changes    Path          Action
  +7 -1      AUTHORS       Modified