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.


svn path=/trunk/; revision=35681
This commit is contained in:
Bill Meier 2011-01-27 16:08:41 +00:00
parent cab0dc1340
commit cca0038358
2 changed files with 996 additions and 304 deletions

View File

@ -2256,9 +2256,15 @@ Henry Ptasinski <henryp [AT] broadcom.com> {
Support for 802.11e WME/QoS info
}
Roberto Morro <Roberto.Morro [AT] TILAB.COM> {
Roberto Morro <roberto.morro [AT] telecomitalia.it> {
Support for GMPLS UNI and E-NNI objects/TLVs
in RSVP and OSPF
RSVP: Support for PROTECTION obj c-type 2 (RFC4872),
new TLVs for IF_ID (RFC4920), Path Key subobj in ERO (RFC5520),
new ASSOCIATION obj c-type 4 (oif2008.389),
new LSP_ATTRIBUTES and LSP_REQUIRED_ATTRIBUTES objects (RFC5420),
and various changes/improvements
}
Chris Maynard <Christopher.Maynard [AT] GTECH.COM> {

File diff suppressed because it is too large Load Diff