Huge thanks to our Platinum Members Endace and LiveAction,
and our Silver Member Veeam, for supporting the Wireshark Foundation and project.

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

Date: Mon, 14 Aug 2006 21:37:13 GMT
http://anonsvn.wireshark.org/viewvc/viewvc.cgi?view=rev&revision=18900

User: jmayer
Date: 2006/08/14 09:37 PM

Log:
 Carlos Pignataro <cpignata@xxxxxxxxx>
 
 Please find attached a patch with updates to l2tpv3's l2_sublayer_vals
 and pw_types_vals numbers (and pw type decoding).
 
 The previous values belong to a different number space, "MPLS Pseudowire
 Types Registry" in http://www.iana.org/assignments/pwe3-parameters, used
 by LDP. The new values belong to the correct number space, "L2TPv3
 Pseudowire Types" in http://www.iana.org/assignments/l2tp-parameters,
 used by L2TPv3. Note that one is a 15-bit number while the other is a
 16-bit number. So it's not really removing half of the values; even
 though there are some numerical "matches" in the two registries, there
 are differences (see for example 12 and 13, and some name changes). From
 my knowledge the values not registered are also not used (and part of
 the intention of the patch is that they are not misused); a fair
 assumption is that it was a clerical error mis-assuming the two
 protocols, LDP and L2TPv3, used the same space for "PW Types".

Directory: /trunk/epan/dissectors/
  Changes    Path             Action
  +28 -37    packet-l2tp.c    Modified